diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-21 02:42:47 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-21 02:42:47 +0000 |
commit | 7b97d3c439d1779d42fa165c7222fd332a19a045 (patch) | |
tree | f8c33b25c54846e92550fcc9273c43d4b2e1d040 /target/linux | |
parent | 55664ae04b97d1be20b1576bf2da0902113106fd (diff) |
ar71xx: revert accidental kernel upgrade
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25642 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 b0b096a2f..b05ad6de3 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 -funit-at-a-time SUBTARGETS:=generic nand -LINUX_VERSION:=2.6.37.1 +LINUX_VERSION:=2.6.32.29 include $(INCLUDE_DIR)/target.mk |