diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-05-06 14:04:19 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-05-06 14:04:19 +0000 |
commit | 30362b90af13efeaa6841293c5bf8c97ebd43035 (patch) | |
tree | 04197bfe3d11f8f6eca4c4efeefbec0d2ca3d2da /target/linux/ar7/Makefile | |
parent | ffa7a3ac3562d9563564e0b7e47dd6fc03d514c0 (diff) | |
download | upstream-30362b90af13efeaa6841293c5bf8c97ebd43035.tar.gz upstream-30362b90af13efeaa6841293c5bf8c97ebd43035.tar.bz2 upstream-30362b90af13efeaa6841293c5bf8c97ebd43035.zip |
AR7: don't mark as broken
Linux 3.3.4 boots fine on my AR7 device.
SVN-Revision: 31623
Diffstat (limited to 'target/linux/ar7/Makefile')
-rw-r--r-- | target/linux/ar7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index 8a3fede337..1e7d1a322a 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ar7 BOARDNAME:=TI AR7 -FEATURES:=squashfs jffs2 atm broken +FEATURES:=squashfs jffs2 atm MAINTAINER:=Florian Fainelli <florian@openwrt.org> LINUX_VERSION:=3.3.4 |