summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 4f71ed6b2..571c434c1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -269,9 +269,11 @@ Summary: The Linux kernel
%define with_tegra 0
%define with_omap 0
%define with_imx 0
-%define with_highbank 0
%endif
+# disable highbank ARM kernels for the time being
+%define with_highbank 0
+
# kernel-kirkwood is only built for armv5
%ifnarch armv5tel
%define with_kirkwood 0
@@ -2369,6 +2371,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Feb 21 2012 Peter Robinson <pbrobinson@fedoraproject.org>
+- update ARM configs to F-17 branch
+
* Tue Feb 21 2012 Josh Boyer <jwboyer@redhat.com>
- ext4: fix resize when resizing within single group (rhbz 786454)
- imon: don't wedge hardware after early callbacks (rhbz 781832)