From 14a08a0fb2aca744be4d0549ec17f6e40a306c76 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 26 Jul 2007 21:18:21 +0000 Subject: Use the new x86 code, thanks sn9 ! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8185 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../rdc-2.6/patches/001-git-newsetup-fixup.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/rdc-2.6/patches/001-git-newsetup-fixup.patch (limited to 'target/linux/rdc-2.6/patches/001-git-newsetup-fixup.patch') diff --git a/target/linux/rdc-2.6/patches/001-git-newsetup-fixup.patch b/target/linux/rdc-2.6/patches/001-git-newsetup-fixup.patch new file mode 100644 index 000000000..fad543574 --- /dev/null +++ b/target/linux/rdc-2.6/patches/001-git-newsetup-fixup.patch @@ -0,0 +1,22 @@ +From: Andrew Morton + +Signed-off-by: Andrew Morton +--- + + 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 + +_ -- cgit v1.2.3