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