kirkwood: clean up FEATURES
authorFelix Fietkau <nbd@nbd.name>
Thu, 22 Dec 2016 16:04:12 +0000 (17:04 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sat, 24 Dec 2016 08:40:46 +0000 (09:40 +0100)
Remove dt: it is implicitly enabled based on the kernel config
Remove tar.gz and jffs2_nand: Legacy build code has been removed,
NAND devices are only supported with UBI now.
Remove ubifs: deprecated, use squashfs images instead

Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/kirkwood/Makefile

index e0cdf66e32e751be965546435bbe60720e213102..53471c637ce1ec17eeb70ca7aa6c2f1f06b2c3ec 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=kirkwood
 BOARDNAME:=Marvell Kirkwood
-FEATURES:=targz usb jffs2_nand nand ubifs squashfs dt
+FEATURES:=usb nand squashfs
 CPU_TYPE:=xscale
 MAINTAINER:=Luka Perkov <luka@openwrt.org>