diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-07-19 11:34:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-07-19 11:34:03 +0000 |
commit | 0b47979d12fae3eb2832510f959fb9418721ed87 (patch) | |
tree | 86ca68256f750de35e72d5dace8c240acddc406a /target/linux/ifxmips | |
parent | b388a01807789ff2a459f4f9342f67d75011b578 (diff) | |
download | upstream-0b47979d12fae3eb2832510f959fb9418721ed87.tar.gz upstream-0b47979d12fae3eb2832510f959fb9418721ed87.tar.bz2 upstream-0b47979d12fae3eb2832510f959fb9418721ed87.zip |
update kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22289 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips')
-rw-r--r-- | target/linux/ifxmips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index 4809e33100..65dbe2bded 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Infineon Mips FEATURES:=squashfs jffs2 atm SUBTARGETS:=danube ar9 -LINUX_VERSION:=2.6.33.4 +LINUX_VERSION:=2.6.33.6 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time |