From fcea027df6951a9a4b352019a324b6decb3beb51 Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski Date: Sat, 28 Nov 2020 22:57:06 +0100 Subject: lantiq: fix build of squashfs images This patch fixes build of squashfs image on lantiq. Currently the FEATURE variable is overwritten by the subtarget. Fixes: FS#3480 Fixes: f1c652337628 ("lantiq: clean up target/subtarget features") Signed-off-by: Aleksander Jan Bajkowski [reformat Fixes:] Signed-off-by: Adrian Schmutzler --- target/linux/lantiq/ase/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/ase/target.mk') diff --git a/target/linux/lantiq/ase/target.mk b/target/linux/lantiq/ase/target.mk index 82a162bbb1..daabbfc74a 100644 --- a/target/linux/lantiq/ase/target.mk +++ b/target/linux/lantiq/ase/target.mk @@ -7,7 +7,7 @@ ARCH:=mips SUBTARGET:=ase BOARDNAME:=Amazon-SE -FEATURES:=atm mips16 small_flash +FEATURES+=atm mips16 small_flash CPU_TYPE:=mips32 DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug \ -- cgit v1.2.3