diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-31 23:40:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-31 23:40:49 +0000 |
commit | ac2d571b7d8bdcf6f53c6c266fb02cfb9686e65c (patch) | |
tree | 7ab55c9bbc8e965f5f7289891155e94c73193b80 /target/linux/cns3xxx/Makefile | |
parent | a6b0a98d84acdda7b12226e4e0c46d0ca9e2d4f0 (diff) | |
download | upstream-ac2d571b7d8bdcf6f53c6c266fb02cfb9686e65c.tar.gz upstream-ac2d571b7d8bdcf6f53c6c266fb02cfb9686e65c.tar.bz2 upstream-ac2d571b7d8bdcf6f53c6c266fb02cfb9686e65c.zip |
cns3xxx: update to linux 3.10
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41917 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx/Makefile')
-rw-r--r-- | target/linux/cns3xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 7105c45ea1..5ae7a210b5 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=mpcore CPU_SUBTYPE:=vfp MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10.49 include $(INCLUDE_DIR)/target.mk |