diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 12:30:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-21 12:30:51 +0000 |
commit | 6c8ca780672e28f7b548e8fdd08511850388f1a3 (patch) | |
tree | 1057115480e0447e102104cffba84d9a2ccb017a /target/linux/ramips | |
parent | 5c325b0057c3ae3447c396f0f27c8c1628321a4b (diff) | |
download | upstream-6c8ca780672e28f7b548e8fdd08511850388f1a3.tar.gz upstream-6c8ca780672e28f7b548e8fdd08511850388f1a3.tar.bz2 upstream-6c8ca780672e28f7b548e8fdd08511850388f1a3.zip |
ramips: switch to 3.3.2
SVN-Revision: 31404
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 59657e31dd..3630c78f16 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 FEATURES:=squashfs -LINUX_VERSION:=3.2.15 +LINUX_VERSION:=3.3.2 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |