diff options
author | John Crispin <john@openwrt.org> | 2010-04-10 20:11:28 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2010-04-10 20:11:28 +0000 |
commit | b4d0b6cbb34d1cd5c71c122c2137e32476ec342a (patch) | |
tree | 39d1d9278deef057a8d2ccfe5e9d55325f28a991 /target/linux/ifxmips/Makefile | |
parent | be4d9660e8cb66fde329d829a53b1bd75382351e (diff) | |
download | upstream-b4d0b6cbb34d1cd5c71c122c2137e32476ec342a.tar.gz upstream-b4d0b6cbb34d1cd5c71c122c2137e32476ec342a.tar.bz2 upstream-b4d0b6cbb34d1cd5c71c122c2137e32476ec342a.zip |
adss 2.6.33 kernel patches, not defult yet as linux-atm breaks on 2.6.33
SVN-Revision: 20789
Diffstat (limited to 'target/linux/ifxmips/Makefile')
-rw-r--r-- | target/linux/ifxmips/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index b82f78263f..5405a14d0a 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -10,8 +10,10 @@ ARCH:=mips BOARD:=ifxmips BOARDNAME:=Infineon Mips FEATURES:=squashfs jffs2 atm +SUBTARGETS:=danube #ar9 LINUX_VERSION:=2.6.30.10 +#LINUX_VERSION:=2.6.33.2 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time |