diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-18 12:07:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-18 12:07:50 +0000 |
commit | 73a67f4e8d1e4bd6c84073790fb6a139ff340868 (patch) | |
tree | f4b3ae9a577755a9d63e1cb829c2eac1c0ab470b /target/linux/cns21xx | |
parent | 0c57b065fbe579b1f8187338fe55fa38b7716ea4 (diff) | |
download | master-187ad058-73a67f4e8d1e4bd6c84073790fb6a139ff340868.tar.gz master-187ad058-73a67f4e8d1e4bd6c84073790fb6a139ff340868.tar.bz2 master-187ad058-73a67f4e8d1e4bd6c84073790fb6a139ff340868.zip |
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/linux/cns21xx')
-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 |