diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 17:32:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 17:32:41 +0000 |
commit | 047a51c4fdf69fa06ce4a9e6755c456d373b87f7 (patch) | |
tree | c3e67530329a48abef97ec0ad84be551ce87e95f /target/linux/ar7/Makefile | |
parent | dd884a6b738a85c9db305c17fe5fedd1710f9d23 (diff) | |
download | upstream-047a51c4fdf69fa06ce4a9e6755c456d373b87f7.tar.gz upstream-047a51c4fdf69fa06ce4a9e6755c456d373b87f7.tar.bz2 upstream-047a51c4fdf69fa06ce4a9e6755c456d373b87f7.zip |
ar7: switch to 3.3 and mark the target as broken
SVN-Revision: 31616
Diffstat (limited to 'target/linux/ar7/Makefile')
-rw-r--r-- | target/linux/ar7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index aeedaa2270..8a3fede337 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ar7 BOARDNAME:=TI AR7 -FEATURES:=squashfs jffs2 atm +FEATURES:=squashfs jffs2 atm broken MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=2.6.37.6 +LINUX_VERSION:=3.3.4 include $(INCLUDE_DIR)/target.mk |