diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-18 12:07:50 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-18 12:07:50 +0000 |
commit | 1f29b1e3211099f43318ef07b4630dfa71258c31 (patch) | |
tree | f4b3ae9a577755a9d63e1cb829c2eac1c0ab470b /target | |
parent | 5753696f3ed0f00fad0f998589fbfe9a21898a2f (diff) |
cns21xx: switch to 3.2.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30972 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 dd4f28e103..3c7a1d33aa 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:=2.6.36.4 +LINUX_VERSION:=3.2.9 include $(INCLUDE_DIR)/target.mk |