Browse Source

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 <[email protected]>
Felix Fietkau 8 years ago
parent
commit
44447f6882
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/kirkwood/Makefile

+ 1 - 1
target/linux/kirkwood/Makefile

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 ARCH:=arm
 BOARD:=kirkwood
 BOARD:=kirkwood
 BOARDNAME:=Marvell Kirkwood
 BOARDNAME:=Marvell Kirkwood
-FEATURES:=targz usb jffs2_nand nand ubifs squashfs dt
+FEATURES:=usb nand squashfs
 CPU_TYPE:=xscale
 CPU_TYPE:=xscale
 MAINTAINER:=Luka Perkov <[email protected]>
 MAINTAINER:=Luka Perkov <[email protected]>