diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-12 10:50:44 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-12 10:50:44 +0000 |
commit | 3f9c76477a4e8a74232771fcb5d535a2c2e0f173 (patch) | |
tree | 904dffa29a1d5e05570e553fd99318227240fdd0 /target/linux/ar7/Makefile | |
parent | b749e27ddda2a063101a9b5115d169418ab307ee (diff) |
ar7: add support for linux 3.10 and switch to it
Run tested on WAG354Gv2.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38369 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/Makefile')
-rw-r--r-- | target/linux/ar7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index f4bac3c6d8..fc383f8c79 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs atm MAINTAINER:=Florian Fainelli <florian@openwrt.org> SUBTARGETS:=generic ac49x -LINUX_VERSION:=3.9.11 +LINUX_VERSION:=3.10.13 include $(INCLUDE_DIR)/target.mk |