diff options
| author | Christian Marangi | 2024-10-30 09:23:10 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-10-30 13:17:33 +0000 |
| commit | d6c6e4f722be253cf3e46c2fd1629f5312a6514f (patch) | |
| tree | a09f38a95909e5e2a24e53dd0475c2dc1ace0289 | |
| parent | 559df6cb99c38be124ebe1b2211aaf368451a8b3 (diff) | |
| download | openwrt-d6c6e4f722be253cf3e46c2fd1629f5312a6514f.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/mvebu/image/cortexa9.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |