diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-03 09:59:55 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-03 09:59:55 +0000 |
commit | a72144d81f1686e40d22f805d99428ddcbb0364d (patch) | |
tree | 0fcc4e978a60aba279e933290ec9c234b31144e5 | |
parent | f75a1c7f05a837f5d9ff3319353c12c81f8289b0 (diff) |
[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
-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+=\ |