fix some netfilter extensions on 2.6.25
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches-2.6.25 / 202-mips-freestanding.patch
1 Index: linux-2.6.23-rc6/arch/mips/Makefile
2 ===================================================================
3 --- linux-2.6.23-rc6.orig/arch/mips/Makefile 2007-09-21 16:23:53.000000000 +0800
4 +++ linux-2.6.23-rc6/arch/mips/Makefile 2007-09-21 16:24:05.000000000 +0800
5 @@ -565,6 +565,9 @@
6 cflags-$(CONFIG_TOSHIBA_RBTX4938) += -Iinclude/asm-mips/mach-tx49xx
7 load-$(CONFIG_TOSHIBA_RBTX4938) += 0xffffffff80100000
8
9 +# temporary until string.h is fixed
10 +cflags-y += -ffreestanding
11 +
12 cflags-y += -Iinclude/asm-mips/mach-generic
13 drivers-$(CONFIG_PCI) += arch/mips/pci/
14