From f9afff8b280d98103de5da12de46ef9580e130d3 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Wed, 30 Oct 2024 10:25:25 +0100 Subject: [PATCH] mxs: drop removal of firewall4 package Drop removal of firewall4 package for I2SE Duckbill device. With OPKG the firewall4 package was installed anyway as it's a dependency of luci-app-firewall and was silently installed again later in such condition. Drop it to fix support for APK. Signed-off-by: Christian Marangi --- target/linux/mxs/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index e5ba0a221a..b95409741a 100644 --- a/target/linux/mxs/image/Makefile +++ b/target/linux/mxs/image/Makefile @@ -46,7 +46,7 @@ endef define Device/i2se_duckbill DEVICE_VENDOR := I2SE DEVICE_MODEL := Duckbill - DEVICE_PACKAGES := -dnsmasq -firewall4 -ppp -ip6tables -iptables -mtd \ + DEVICE_PACKAGES := -dnsmasq -ppp -ip6tables -iptables -mtd \ uboot-envtools kmod-leds-gpio -kmod-nf-nathelper SUPPORTED_DEVICES:=i2se,duckbill SOC:=imx28 -- 2.30.2