Remove the eeprom patches, but move the git-newsetup to generic, so that the x86...
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.22 / 001-git-newsetup-fixup.patch
1 From: Andrew Morton <akpm@linux-foundation.org>
2
3 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
4 ---
5
6 arch/i386/kernel/cpu/Makefile | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff -puN arch/i386/kernel/cpu/Makefile~git-newsetup-fixup arch/i386/kernel/cpu/Makefile
10 --- a/arch/i386/kernel/cpu/Makefile~git-newsetup-fixup
11 +++ a/arch/i386/kernel/cpu/Makefile
12 @@ -8,7 +8,7 @@ obj-y += amd.o
13 obj-y += cyrix.o
14 obj-y += centaur.o
15 obj-y += transmeta.o
16 -obj-y += intel.o intel_cacheinfo.o
17 +obj-y += intel.o intel_cacheinfo.o addon_cpuid_features.o
18 obj-y += rise.o
19 obj-y += nexgen.o
20 obj-y += umc.o
21
22 _