diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-03 16:12:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-03 16:12:39 +0000 |
commit | bb7ac8ae7d11c07f8a8d492eb5e80b6c4823ed33 (patch) | |
tree | 3d8b7f67daacba8602cee2468d0828992852e0cd /target/linux/pxa | |
parent | 8f44ba1ae202a9d0c86ed28a095559056e5a450d (diff) | |
download | upstream-bb7ac8ae7d11c07f8a8d492eb5e80b6c4823ed33.tar.gz upstream-bb7ac8ae7d11c07f8a8d492eb5e80b6c4823ed33.tar.bz2 upstream-bb7ac8ae7d11c07f8a8d492eb5e80b6c4823ed33.zip |
remove broken flag
SVN-Revision: 33606
Diffstat (limited to 'target/linux/pxa')
-rw-r--r-- | target/linux/pxa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index a433628ad9..86e4950f1e 100644 --- a/target/linux/pxa/Makefile +++ b/target/linux/pxa/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=pxa BOARDNAME:=Marvell/Intel PXA2xx -FEATURES:=squashfs broken +FEATURES:=squashfs MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> LINUX_VERSION:=3.3.8 |