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 | 7bf954fcec56f7ff1d5c5bf4b5c6c490221ecee5 (patch) | |
tree | 00ccbe83b2eb78e54587f31618c2f98fd305aae1 /target/linux | |
parent | 7b3873c7fbe48ca347149951bdd758908dd668f2 (diff) | |
download | upstream-7bf954fcec56f7ff1d5c5bf4b5c6c490221ecee5.tar.gz upstream-7bf954fcec56f7ff1d5c5bf4b5c6c490221ecee5.tar.bz2 upstream-7bf954fcec56f7ff1d5c5bf4b5c6c490221ecee5.zip |
ar7: switch to 3.3 and mark the target as broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31616 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |