diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-26 13:12:12 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-26 13:12:12 +0000 |
commit | f0d235bb3424a797dde283f352b0c12104d7a009 (patch) | |
tree | 7c21f30bce9b83f479aad2373fc54f8bf48eee08 | |
parent | 427d705a65f1dbe1516d7b49a66ef261ad779c60 (diff) | |
download | upstream-f0d235bb3424a797dde283f352b0c12104d7a009.tar.gz upstream-f0d235bb3424a797dde283f352b0c12104d7a009.tar.bz2 upstream-f0d235bb3424a797dde283f352b0c12104d7a009.zip |
ralink: set 3.14 as default
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42305 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 d363743fc2..446399e82d 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Ralink RT288x/RT3xxx SUBTARGETS:=rt305x mt7620a mt7620n mt7621 rt3883 rt288x FEATURES:=squashfs gpio -LINUX_VERSION:=3.10.49 +LINUX_VERSION:=3.14.16 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |