diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-29 17:53:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-29 17:53:42 +0000 |
commit | 4f5defdc3b3ab25e5f545d01acdf78136e5d47f0 (patch) | |
tree | aea33b9d003c05c29ec16935da24da2ecfae2bba | |
parent | ea17e3648295e0c617ca2191b1e8d36adc25a1b8 (diff) | |
download | upstream-4f5defdc3b3ab25e5f545d01acdf78136e5d47f0.tar.gz upstream-4f5defdc3b3ab25e5f545d01acdf78136e5d47f0.tar.bz2 upstream-4f5defdc3b3ab25e5f545d01acdf78136e5d47f0.zip |
ar71xx: switch to 3.6.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34414
-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 f863993815..63aa915f8f 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 -fno-caller-saves SUBTARGETS:=generic nand -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.6.8 include $(INCLUDE_DIR)/target.mk |