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 | 13286c43b5db1971157208c7eca15449a33105c6 (patch) | |
tree | 9b035cdcbf39124583d3d060f5220d2052e28a64 /target/linux/atheros | |
parent | 28832b865bf04c7cbbdefe8b61211006ec336aff (diff) | |
download | upstream-13286c43b5db1971157208c7eca15449a33105c6.tar.gz upstream-13286c43b5db1971157208c7eca15449a33105c6.tar.bz2 upstream-13286c43b5db1971157208c7eca15449a33105c6.zip |
atheros: switch to 3.18
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44733 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros')
-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 |