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 | 776172531f7ba54f3325906ef57e950ff6327c17 (patch) | |
tree | 1149bb3274a6762feb6ddb578e8524571df05740 /target/linux/cns21xx/Makefile | |
parent | 6dbe40f7d4ce68a4e64c0da681a8cad9ac49d739 (diff) | |
download | upstream-776172531f7ba54f3325906ef57e950ff6327c17.tar.gz upstream-776172531f7ba54f3325906ef57e950ff6327c17.tar.bz2 upstream-776172531f7ba54f3325906ef57e950ff6327c17.zip |
cns21xx: switch to 3.2.9
SVN-Revision: 30972
Diffstat (limited to 'target/linux/cns21xx/Makefile')
-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 |