diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2020-11-23 00:28:34 +0000 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-11-23 13:20:53 +0100 |
commit | eb087ae4f46a8cf6158c1a6ec0fb5558f1abdaae (patch) | |
tree | 40e67447c1fc09568e7f9f16af358bb5724255a4 /target/linux/ath79/Makefile | |
parent | 4799810745393742d4c58f398bb1a6cd2ee80d34 (diff) | |
download | upstream-eb087ae4f46a8cf6158c1a6ec0fb5558f1abdaae.tar.gz upstream-eb087ae4f46a8cf6158c1a6ec0fb5558f1abdaae.tar.bz2 upstream-eb087ae4f46a8cf6158c1a6ec0fb5558f1abdaae.zip |
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>
Diffstat (limited to 'target/linux/ath79/Makefile')
-rw-r--r-- | target/linux/ath79/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index e074cde8ce..2a9857bfb1 100644 --- a/target/linux/ath79/Makefile +++ b/target/linux/ath79/Makefile @@ -6,7 +6,7 @@ BOARDNAME:=Atheros ATH79 CPU_TYPE:=24kc SUBTARGETS:=generic mikrotik nand tiny -FEATURES:=ramdisk usbgadget +FEATURES:=ramdisk squashfs usbgadget KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4 |