diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-12 12:52:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-12 12:52:14 +0000 |
commit | a287c60a61bbad21af22523ca50281850dd1e2c1 (patch) | |
tree | 96d48290c14dd4976311bb801c031b68285a74f2 /target/linux/ramips/Makefile | |
parent | 388013b0ce70c0cc7a40d031a8f94188f1214ad0 (diff) | |
download | upstream-a287c60a61bbad21af22523ca50281850dd1e2c1.tar.gz upstream-a287c60a61bbad21af22523ca50281850dd1e2c1.tar.bz2 upstream-a287c60a61bbad21af22523ca50281850dd1e2c1.zip |
ramips: add initial support for 3.2
SVN-Revision: 30476
Diffstat (limited to 'target/linux/ramips/Makefile')
-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 16fc2c6caa..85279d50d8 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves FEATURES:=squashfs -LINUX_VERSION:=2.6.39.4 +LINUX_VERSION:=3.2.5 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |