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 | d53f8c3ded1e9d6cc4bf13e874e0ffe55b354384 (patch) | |
tree | 4d39b720d1a9c348ec2fdae69b4d1864a476652e | |
parent | f8f009ca437c2e1780c3febb67ad41fde68d52f5 (diff) | |
download | upstream-d53f8c3ded1e9d6cc4bf13e874e0ffe55b354384.tar.gz upstream-d53f8c3ded1e9d6cc4bf13e874e0ffe55b354384.tar.bz2 upstream-d53f8c3ded1e9d6cc4bf13e874e0ffe55b354384.zip |
ramips: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35109
-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+=\ |