[openwrt/openwrt] mvebu: cortexa9: drop removal of firewall4 package

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


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

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

    mvebu: cortexa9: drop removal of firewall4 package
    
    Drop removal of firewall4 package for Synology DS213j 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/mvebu/image/cortexa9.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk
index a396b48675..6e49045f68 100644
--- a/target/linux/mvebu/image/cortexa9.mk
+++ b/target/linux/mvebu/image/cortexa9.mk
@@ -444,6 +444,6 @@ define Device/synology_ds213j
   DEVICE_PACKAGES := \
     kmod-rtc-s35390a kmod-hwmon-gpiofan kmod-hwmon-drivetemp \
     kmod-md-raid0 kmod-md-raid1 kmod-md-mod e2fsprogs mdadm \
-    -ppp -kmod-nft-offload -firewall4 -dnsmasq -odhcpd-ipv6only
+    -ppp -kmod-nft-offload -dnsmasq -odhcpd-ipv6only
 endef
 TARGET_DEVICES += synology_ds213j




More information about the lede-commits mailing list