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 | e3221839026ab03a9b7571322cc667ebac377c9d (patch) | |
tree | ece6c8c37ff61f245f645120619491a7e2e06a8c | |
parent | 64cfd63980bac3d95512884d5d30d6d8a3a55c4a (diff) | |
download | upstream-e3221839026ab03a9b7571322cc667ebac377c9d.tar.gz upstream-e3221839026ab03a9b7571322cc667ebac377c9d.tar.bz2 upstream-e3221839026ab03a9b7571322cc667ebac377c9d.zip |
cns21xx: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35101 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |