summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-02-21 23:05:36 +0000
committerPeter Robinson <pbrobinson@gmail.com>2012-02-21 23:05:36 +0000
commit201cb5c64474ba2cce86faa327439b705ef425b0 (patch)
treed13db5cf6f3e5005baf78e63c01208bc5bc7d657 /kernel.spec
parent598ed8b2a0012e687d94d80a04d7e47cd1aad045 (diff)
downloadkernel-201cb5c64474ba2cce86faa327439b705ef425b0.tar.gz
kernel-201cb5c64474ba2cce86faa327439b705ef425b0.tar.xz
kernel-201cb5c64474ba2cce86faa327439b705ef425b0.zip
update ARM configs to F-17 branch
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)