diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 10:02:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 10:02:56 +0000 |
commit | 08ff97672027a8d1fa148779c0fa06e154dd0a85 (patch) | |
tree | 192e36ae3d147122f2d6b79cd9f30db25eb4a1e9 /target/linux/cns21xx/Makefile | |
parent | b20cb26ed78ffce64c436adbb0428c5edfaf38b4 (diff) | |
download | upstream-08ff97672027a8d1fa148779c0fa06e154dd0a85.tar.gz upstream-08ff97672027a8d1fa148779c0fa06e154dd0a85.tar.bz2 upstream-08ff97672027a8d1fa148779c0fa06e154dd0a85.zip |
kernel: update linux 3.7 to 3.7.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35476
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 630d8d20e7..0a285f935d 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.7.5 +LINUX_VERSION:=3.7.6 include $(INCLUDE_DIR)/target.mk |