From: Christian Marangi Date: Wed, 30 Oct 2024 09:23:10 +0000 (+0100) Subject: mvebu: cortexa9: drop removal of firewall4 package X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d6c6e4f722be253cf3e46c2fd1629f5312a6514f;p=openwrt%2Fopenwrt.git 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 --- 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