summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-08-16 10:31:26 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-08-16 10:31:26 -0400
commit8ffa0afd4c9c71c3ee7ed3b8310bada71259173a (patch)
tree528c90a654f4d72b2c1c8094bd60f757771944b8 /kernel.spec
parent6920e17ebc39b209f18c9fcf8cccf19b3b984560 (diff)
downloadkernel-8ffa0afd4c9c71c3ee7ed3b8310bada71259173a.tar.gz
kernel-8ffa0afd4c9c71c3ee7ed3b8310bada71259173a.tar.xz
kernel-8ffa0afd4c9c71c3ee7ed3b8310bada71259173a.zip
From: David Marlin <dmarlin@redhat.com>
Modify to split the ARM config files to work more like other archs. Rename: config-arm -> config-arm-generic Add: config-arm-omap-generic
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 60dd89a4d..4d62e2944 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -381,6 +381,7 @@ Summary: The Linux kernel
%ifarch %{arm}
%define all_arch_configs kernel-%{version}-arm*.config
%define image_install_path boot
+%define asmarch arm
%define hdrarch arm
%define make_target vmlinux
%define kernel_image vmlinux
@@ -558,7 +559,8 @@ Source70: config-s390x
Source90: config-sparc64-generic
-Source100: config-arm
+Source100: config-arm-generic
+Source110: config-arm-omap-generic
# This file is intentionally left empty in the stock kernel. Its a nicety
# added for those wanting to do custom rebuilds with altered config opts.
@@ -1898,6 +1900,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Aug 16 2011 Josh Boyer <jwboyer@redhat.com>
+- Bring ARM config changes from David Marlin forward
+
* Mon Aug 15 2011 Josh Boyer <jwboyer@redhat.com>
- Linux-3.1-rc2
- Replace trial patch for rhbz 726877 with a better fix