diff options
author | John Crispin <john@openwrt.org> | 2013-04-03 09:59:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-03 09:59:55 +0000 |
commit | 99e0ff11237f17c179957b1f2a4ca696bd42204b (patch) | |
tree | e4f574c1e03e45315fb4a9b8bbac932c0e51269d | |
parent | c8d5f5e0efa0b6c48f2520ba1c3b766c634f0837 (diff) | |
download | upstream-99e0ff11237f17c179957b1f2a4ca696bd42204b.tar.gz upstream-99e0ff11237f17c179957b1f2a4ca696bd42204b.tar.bz2 upstream-99e0ff11237f17c179957b1f2a4ca696bd42204b.zip |
make v3.8 the default
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36170
-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+=\ |