diff options
author | John Crispin <john@openwrt.org> | 2015-02-13 07:29:32 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-13 07:29:32 +0000 |
commit | c6224cf05d3dccd629499e31920e2b3cfeb88ca8 (patch) | |
tree | 1e88ca15558e5140a4e59bdd439e6ba4db8c9b74 /target/linux/ar7/Makefile | |
parent | 91c07334d887d81a3a177f45f6a3e613cf414dd9 (diff) | |
download | upstream-c6224cf05d3dccd629499e31920e2b3cfeb88ca8.tar.gz upstream-c6224cf05d3dccd629499e31920e2b3cfeb88ca8.tar.bz2 upstream-c6224cf05d3dccd629499e31920e2b3cfeb88ca8.zip |
ar7: switch to v3.18
Thank you Dimitri for testing this.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44430
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 c83a0923c3..1832e7b5e0 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs atm low_mem MAINTAINER:=Florian Fainelli <florian@openwrt.org> SUBTARGETS:=generic ac49x -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk |