diff options
author | John Crispin <blogic@openwrt.org> | 2013-04-03 09:59:55 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-04-03 09:59:55 +0000 |
commit | 209682186d3e93a26a6fddebf6b333d24d821507 (patch) | |
tree | 0fcc4e978a60aba279e933290ec9c234b31144e5 /target/linux/ramips | |
parent | 34e756e5c23dfa110fb55e3dd733824cb7e9a158 (diff) | |
download | upstream-209682186d3e93a26a6fddebf6b333d24d821507.tar.gz upstream-209682186d3e93a26a6fddebf6b333d24d821507.tar.bz2 upstream-209682186d3e93a26a6fddebf6b333d24d821507.zip |
[ramips] make v3.8 the default
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36170 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-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 d0ee005a5e..60302871e9 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x rt3883 CFLAGS:=-Os -pipe -fno-caller-saves -mno-branch-likely FEATURES:=squashfs gpio -LINUX_VERSION:=3.7.10 +LINUX_VERSION:=3.8.3 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |