diff options
author | ralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-25 16:20:16 +0000 |
---|---|---|
committer | ralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-25 16:20:16 +0000 |
commit | 3d253dd59ae1796aeadcdbcf0769c5634da0f5df (patch) | |
tree | 16d21507a76a2bb4b11813f04ec41f930e7332ca /target/linux/ifxmips/Makefile | |
parent | 2c84c0a08a1fd4b8662ca72247e3b70ca5ba0005 (diff) |
[ifxmips] refresh 2.6.33 patches, add more mach support, add crypto support, tbd. mach/board detection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21159 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 f58b5c2b5..32fee6f08 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 |