diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:28 +0000 |
commit | d4b91fb98478af950b05a5141db6afac0cb9c2a2 (patch) | |
tree | f6b2e7f05822d935bc1718f49c162796db3fd17e /target/linux | |
parent | 24238bff567f2e2b45685690a4fe4c9766c0a279 (diff) | |
download | upstream-d4b91fb98478af950b05a5141db6afac0cb9c2a2.tar.gz upstream-d4b91fb98478af950b05a5141db6afac0cb9c2a2.tar.bz2 upstream-d4b91fb98478af950b05a5141db6afac0cb9c2a2.zip |
ramips: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35109 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 ba00c92682..bacfcadaa5 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x rt3883 CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely FEATURES:=squashfs -LINUX_VERSION:=3.6.11 +LINUX_VERSION:=3.7.2 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |