diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-13 16:39:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-13 16:39:34 +0000 |
commit | c1c0d141923bfe36cbbc681014a43140838ec937 (patch) | |
tree | 7ecbd91548fa4696d88147ffafbb9128bdd97540 /target/linux | |
parent | 24215346125214b18e1c85e56075884d813c39d9 (diff) | |
download | master-31e0f0ae-c1c0d141923bfe36cbbc681014a43140838ec937.tar.gz master-31e0f0ae-c1c0d141923bfe36cbbc681014a43140838ec937.tar.bz2 master-31e0f0ae-c1c0d141923bfe36cbbc681014a43140838ec937.zip |
cns21xx: switch to 3.10
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37972
Diffstat (limited to 'target/linux')
-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 bb691ddebc..ed64d9f090 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 -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10.10 include $(INCLUDE_DIR)/target.mk |