diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-04-25 16:20:16 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2010-04-25 16:20:16 +0000 |
commit | 1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757 (patch) | |
tree | 03cebc9207908b7efd527c4fecfcc001de6f517c /target/linux/ifxmips/Makefile | |
parent | e226157e654abacf6e3c311b84272dd2c4780a45 (diff) | |
download | upstream-1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757.tar.gz upstream-1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757.tar.bz2 upstream-1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757.zip |
refresh 2.6.33 patches, add more mach support, add crypto support, tbd. mach/board detection
SVN-Revision: 21159
Diffstat (limited to 'target/linux/ifxmips/Makefile')
-rw-r--r-- | target/linux/ifxmips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index f58b5c2b5e..32fee6f082 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -13,8 +13,8 @@ FEATURES:=squashfs jffs2 atm SUBTARGETS:=danube #ar9 #LINUX_VERSION:=2.6.30.10 -LINUX_VERSION:=2.6.32.10 -#LINUX_VERSION:=2.6.33.2 +#LINUX_VERSION:=2.6.32.10 +LINUX_VERSION:=2.6.33.2 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time |