diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-03 16:12:39 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-03 16:12:39 +0000 |
commit | 28d64148e85ecc6a0b6d33c36141de74407aa914 (patch) | |
tree | a0b48b24f49936cff1d52cf903144566ead2cd7d /target/linux/pxa/Makefile | |
parent | ffee55d94468e7158d56343e844cf9049ef634d9 (diff) |
[pxa] remove broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33606 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/pxa/Makefile')
-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 a433628ad..86e4950f1 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 |