diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-19 14:04:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-19 14:04:47 +0000 |
commit | 0b743d302b4a559c08803878eb3b6fb0f43488d3 (patch) | |
tree | 94adc48de3b71c691d29eee3e33220c41a98c080 /target/linux/ramips/Makefile | |
parent | ca5bbee2474a154b522cc8a721a21f63cf6c9d77 (diff) | |
download | master-187ad058-0b743d302b4a559c08803878eb3b6fb0f43488d3.tar.gz master-187ad058-0b743d302b4a559c08803878eb3b6fb0f43488d3.tar.bz2 master-187ad058-0b743d302b4a559c08803878eb3b6fb0f43488d3.zip |
ralink: bump to v3.18
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44495 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 += \ |