diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-22 13:52:32 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-22 13:52:32 +0000 |
commit | 020c18be59888443948895663079574ce54d2fd8 (patch) | |
tree | 24f396509057722aa70d908e7be2132777b9dcf5 /target/linux/ramips/Makefile | |
parent | bd2cbce22c162e9bc56b27bbcda95b7877b3a89f (diff) | |
download | upstream-020c18be59888443948895663079574ce54d2fd8.tar.gz upstream-020c18be59888443948895663079574ce54d2fd8.tar.bz2 upstream-020c18be59888443948895663079574ce54d2fd8.zip |
ralink: set v3.10 as default
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37497 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 6f0a58deb3..cdf2070bce 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x rt3883 mt7620a CFLAGS:=-Os -pipe -fno-caller-saves -mno-branch-likely FEATURES:=squashfs gpio -LINUX_VERSION:=3.9.10 +LINUX_VERSION:=3.10.1 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |