[openwrt/openwrt] mxs: drop removal of firewall4 package

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 30 06:17:56 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f9afff8b280d98103de5da12de46ef9580e130d3

commit f9afff8b280d98103de5da12de46ef9580e130d3
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Oct 30 10:25:25 2024 +0100

    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 <ansuelsmth at gmail.com>
---
 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




More information about the lede-commits mailing list