diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 14:51:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 14:51:57 +0000 |
commit | 991ebc29d77fd56e4280edf86f21b7c63303c3ac (patch) | |
tree | 33889bbec0eb8a6c9e43f7ca20abbd7ee2c62715 /target | |
parent | 9e1a54296ae6bdc2191e824a3f3ddebf5c834a37 (diff) | |
download | upstream-991ebc29d77fd56e4280edf86f21b7c63303c3ac.tar.gz upstream-991ebc29d77fd56e4280edf86f21b7c63303c3ac.tar.bz2 upstream-991ebc29d77fd56e4280edf86f21b7c63303c3ac.zip |
cns21xx: switch to 3.6.11
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34757
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/cns21xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns21xx/Makefile b/target/linux/cns21xx/Makefile index cbead08d76..cc7f18c756 100644 --- a/target/linux/cns21xx/Makefile +++ b/target/linux/cns21xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Cavium Networks Econa CNS21xx FEATURES:=squashfs broken CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.6.11 include $(INCLUDE_DIR)/target.mk |