diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 16:08:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 16:08:39 +0000 |
commit | a61431b154d347fb0a77167b79f6c9e4f1d9b593 (patch) | |
tree | b95d4e87b333302f59c86aa964c1e171d0e0f626 | |
parent | 3e3fc552bc117df0861e7a5503b956ee5706aea9 (diff) | |
download | upstream-a61431b154d347fb0a77167b79f6c9e4f1d9b593.tar.gz upstream-a61431b154d347fb0a77167b79f6c9e4f1d9b593.tar.bz2 upstream-a61431b154d347fb0a77167b79f6c9e4f1d9b593.zip |
cns21xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35885
-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 10d2df164b..b63ade9ae9 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.7.10 +LINUX_VERSION:=3.8.2 include $(INCLUDE_DIR)/target.mk |