diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 20:01:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 20:01:45 +0000 |
commit | ed60bb8360a0b8dfaa774a4628a37152b9a462f5 (patch) | |
tree | c277be552d8e43219e17cff4f92de78a4ba4eb50 /target/linux/pxa | |
parent | 386f05f1e11833bc12dc2ffdfd2233f3a2d21e45 (diff) | |
download | upstream-ed60bb8360a0b8dfaa774a4628a37152b9a462f5.tar.gz upstream-ed60bb8360a0b8dfaa774a4628a37152b9a462f5.tar.bz2 upstream-ed60bb8360a0b8dfaa774a4628a37152b9a462f5.zip |
pxa: mark as broken
It still uses the long obsolete 3.3 kernel version
SVN-Revision: 44108
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 2aed3d9caf..8536169ef1 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 +FEATURES:=squashfs broken MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> KERNEL_PATCHVER:=3.3 |