kirkwood: clean up FEATURES
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>
This commit is contained in:
parent
2eb1cc3dfc
commit
44447f6882
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue