diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-12-27 21:28:02 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-12-27 21:28:02 +0000 |
commit | 2434746dd4bc0c8c00d5a94e44f05604e2dca304 (patch) | |
tree | 180b2c74131eb4d4bd7c855e1de0ca28bda8127c /target/linux/generic-2.6/patches-2.6.28/202-mips-freestanding.patch | |
parent | 4060780e57e972944be3a83db84bc37948949698 (diff) | |
download | upstream-2434746dd4bc0c8c00d5a94e44f05604e2dca304.tar.gz upstream-2434746dd4bc0c8c00d5a94e44f05604e2dca304.tar.bz2 upstream-2434746dd4bc0c8c00d5a94e44f05604e2dca304.zip |
switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.28/202-mips-freestanding.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.28/202-mips-freestanding.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.28/202-mips-freestanding.patch b/target/linux/generic-2.6/patches-2.6.28/202-mips-freestanding.patch deleted file mode 100644 index 4844893f3b..0000000000 --- a/target/linux/generic-2.6/patches-2.6.28/202-mips-freestanding.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/arch/mips/Makefile -+++ b/arch/mips/Makefile -@@ -593,6 +593,9 @@ core-$(CONFIG_TOSHIBA_RBTX4927) += arch/ - core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/ - core-$(CONFIG_TOSHIBA_RBTX4939) += arch/mips/txx9/rbtx4939/ - -+# temporary until string.h is fixed -+cflags-y += -ffreestanding -+ - cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic - drivers-$(CONFIG_PCI) += arch/mips/pci/ - |