diff options
author | John Crispin <john@openwrt.org> | 2015-02-19 14:04:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-19 14:04:47 +0000 |
commit | 52b2a2c3987d40cc46731a175505250f3aaf0906 (patch) | |
tree | d557dc6019ee77209ab78a33c9bf16c5e61a82de /target/linux/ramips/Makefile | |
parent | 64db4364165e2c67e01884b8ad5c4a2ee905a503 (diff) | |
download | upstream-52b2a2c3987d40cc46731a175505250f3aaf0906.tar.gz upstream-52b2a2c3987d40cc46731a175505250f3aaf0906.tar.bz2 upstream-52b2a2c3987d40cc46731a175505250f3aaf0906.zip |
ralink: bump to v3.18
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44495
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 95577d4af8..5c7a38235d 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt305x mt7620 mt7621 mt7628 rt3883 rt288x FEATURES:=squashfs gpio MAINTAINER:=John Crispin <blogic@openwrt.org> -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |