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 | ca8f45b1423ffcc96ab1ba80c02dda5ebc085949 (patch) | |
tree | 97af97ea29c6218e5566ed0439d6929a392f8539 /target/linux/ar71xx/Makefile | |
parent | 6e5921c1f3405ceccf2624a2ed0e531fd45e80c4 (diff) | |
download | upstream-ca8f45b1423ffcc96ab1ba80c02dda5ebc085949.tar.gz upstream-ca8f45b1423ffcc96ab1ba80c02dda5ebc085949.tar.bz2 upstream-ca8f45b1423ffcc96ab1ba80c02dda5ebc085949.zip |
update kernel versions
SVN-Revision: 22289
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 901f97989f..dfac9f66bd 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time SUBTARGETS:=generic nand -LINUX_VERSION:=2.6.32.14 +LINUX_VERSION:=2.6.32.16 include $(INCLUDE_DIR)/target.mk |