aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.22/001-git-newsetup-fixup.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-08-07 09:43:05 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-08-07 09:43:05 +0000
commit99799c7cdfc0addc5675bc8fc92345c8f927af43 (patch)
tree4df6c5de14f078602723bd222aba0a326ece1036 /target/linux/generic-2.6/patches-2.6.22/001-git-newsetup-fixup.patch
parent50ecfa05055275629e8416f33f49ce0ac0ef0794 (diff)
downloadupstream-99799c7cdfc0addc5675bc8fc92345c8f927af43.tar.gz
upstream-99799c7cdfc0addc5675bc8fc92345c8f927af43.tar.bz2
upstream-99799c7cdfc0addc5675bc8fc92345c8f927af43.zip
Remove the eeprom patches, but move the git-newsetup to generic, so that the x86 target can benefit from them
SVN-Revision: 8374
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.22/001-git-newsetup-fixup.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.22/001-git-newsetup-fixup.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.22/001-git-newsetup-fixup.patch b/target/linux/generic-2.6/patches-2.6.22/001-git-newsetup-fixup.patch
new file mode 100644
index 0000000000..fad543574d
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.22/001-git-newsetup-fixup.patch
@@ -0,0 +1,22 @@
+From: Andrew Morton <akpm@linux-foundation.org>
+
+Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
+---
+
+ arch/i386/kernel/cpu/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff -puN arch/i386/kernel/cpu/Makefile~git-newsetup-fixup arch/i386/kernel/cpu/Makefile
+--- a/arch/i386/kernel/cpu/Makefile~git-newsetup-fixup
++++ a/arch/i386/kernel/cpu/Makefile
+@@ -8,7 +8,7 @@ obj-y += amd.o
+ obj-y += cyrix.o
+ obj-y += centaur.o
+ obj-y += transmeta.o
+-obj-y += intel.o intel_cacheinfo.o
++obj-y += intel.o intel_cacheinfo.o addon_cpuid_features.o
+ obj-y += rise.o
+ obj-y += nexgen.o
+ obj-y += umc.o
+
+_