1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-19 13:27:36 +03:00
openwrt-xburst/target/linux/generic-2.6/patches-2.6.22/001-git-newsetup-fixup.patch
florian 72d3ca6175 Remove the eeprom patches, but move the git-newsetup to generic, so that the x86 target can benefit from them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-07 09:43:05 +00:00

23 lines
622 B
Diff

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
_