diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:02:12 +0000 |
commit | 99104c3179c6e50dbcfdb903129820c2efb863c7 (patch) | |
tree | 1dd785514a332ec2cec944a2a19da37cb9c9de28 | |
parent | ed8cdc3f8de75be7351db4172937c79fbf6f949b (diff) | |
download | upstream-99104c3179c6e50dbcfdb903129820c2efb863c7.tar.gz upstream-99104c3179c6e50dbcfdb903129820c2efb863c7.tar.bz2 upstream-99104c3179c6e50dbcfdb903129820c2efb863c7.zip |
atheros: switch to 3.18
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44733
-rw-r--r-- | target/linux/atheros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 3983ff7ad3..170d4afd3b 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -11,7 +11,7 @@ BOARD:=atheros BOARDNAME:=Atheros AR231x/AR5312 FEATURES:=squashfs low_mem -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk |