ath79: move the squashfs feature to the parent target

All subtargets define it. Move it to the parent target and remove
it from all subtargets.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
Rui Salvaterra 2020-11-23 00:28:34 +00:00 committed by Adrian Schmutzler
parent 4799810745
commit eb087ae4f4
5 changed files with 4 additions and 5 deletions

View File

@ -6,7 +6,7 @@ BOARDNAME:=Atheros ATH79
CPU_TYPE:=24kc CPU_TYPE:=24kc
SUBTARGETS:=generic mikrotik nand tiny SUBTARGETS:=generic mikrotik nand tiny
FEATURES:=ramdisk usbgadget FEATURES:=ramdisk squashfs usbgadget
KERNEL_PATCHVER:=5.4 KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4

View File

@ -1,5 +1,4 @@
BOARDNAME:=Generic BOARDNAME:=Generic
FEATURES += squashfs
DEFAULT_PACKAGES += wpad-basic-wolfssl DEFAULT_PACKAGES += wpad-basic-wolfssl

View File

@ -1,5 +1,5 @@
BOARDNAME := MikroTik devices BOARDNAME := MikroTik devices
FEATURES += minor nand squashfs FEATURES += minor nand
KERNELNAME := vmlinux vmlinuz KERNELNAME := vmlinux vmlinuz
IMAGES_DIR := ../../.. IMAGES_DIR := ../../..

View File

@ -1,6 +1,6 @@
BOARDNAME := Generic devices with NAND flash BOARDNAME := Generic devices with NAND flash
FEATURES += squashfs nand FEATURES += nand
DEFAULT_PACKAGES += wpad-basic-wolfssl DEFAULT_PACKAGES += wpad-basic-wolfssl

View File

@ -1,5 +1,5 @@
BOARDNAME:=Devices with small flash BOARDNAME:=Devices with small flash
FEATURES += squashfs small_flash FEATURES += small_flash
DEFAULT_PACKAGES += wpad-basic-wolfssl DEFAULT_PACKAGES += wpad-basic-wolfssl