diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:12 +0000 |
commit | bdc6ec497465d9e6a0bfe746e1253a5b335abdbc (patch) | |
tree | f9fdd250410936febc47a16b88afad026a5909ed | |
parent | c19c30cefdf45184c80cde1574956356e3a38ecc (diff) | |
download | upstream-bdc6ec497465d9e6a0bfe746e1253a5b335abdbc.tar.gz upstream-bdc6ec497465d9e6a0bfe746e1253a5b335abdbc.tar.bz2 upstream-bdc6ec497465d9e6a0bfe746e1253a5b335abdbc.zip |
cns21xx: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35101
-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 613137771c..8835fe9f2e 100644 --- a/target/linux/cns21xx/Makefile +++ b/target/linux/cns21xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Cavium Networks Econa CNS21xx FEATURES:=squashfs CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves -LINUX_VERSION:=3.6.11 +LINUX_VERSION:=3.7.2 include $(INCLUDE_DIR)/target.mk |