diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-10 08:19:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-10 08:19:27 +0000 |
commit | 650d777f3d221fd69e21d2f7163ee318d408b748 (patch) | |
tree | 9d81d008770f405360253ed5e7c883d08e2fbfd8 /target/linux/ar71xx/Makefile | |
parent | abeab97efc267a2855a6b5afb9d0c86c192900a0 (diff) | |
download | upstream-650d777f3d221fd69e21d2f7163ee318d408b748.tar.gz upstream-650d777f3d221fd69e21d2f7163ee318d408b748.tar.bz2 upstream-650d777f3d221fd69e21d2f7163ee318d408b748.zip |
ar71xx: switch to 3.2.5
SVN-Revision: 30403
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 2b94f7c722..a3163dec6b 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves SUBTARGETS:=generic nand -LINUX_VERSION:=2.6.39.4 +LINUX_VERSION:=3.2.5 include $(INCLUDE_DIR)/target.mk |