diff options
| author | Michael Heimpold | 2024-11-28 07:00:36 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-02-05 21:00:09 +0000 |
| commit | 6f63eb71f3b0794d1367cc9262b7d7631410f644 (patch) | |
| tree | cd98a1aff25969de5b72ca5d9c4fe034e9d3e5e4 | |
| parent | da33d7928cab62599d36bbbd15937918a5a296f9 (diff) | |
| download | openwrt-6f63eb71f3b0794d1367cc9262b7d7631410f644.tar.gz | |
mxs: adapt default package list for Duckbill devices
Replace outdated package names, order the remaining.
firewall4 is added again, since it is enabled by default.
The device is not a router by default, so this package
makes no sense in the default config. User can enable it
by theirself, or it will be automatically pulled via
dependency, e.g. luci-app-firewall.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| -rw-r--r-- | target/linux/mxs/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index 0281600da0..12e7136144 100644 --- a/target/linux/mxs/image/Makefile +++ b/target/linux/mxs/image/Makefile @@ -68,8 +68,8 @@ endef define Device/i2se_duckbill DEVICE_VENDOR := I2SE DEVICE_MODEL := Duckbill - DEVICE_PACKAGES := -dnsmasq -ppp -ip6tables -iptables -mtd \ - uboot-envtools kmod-leds-gpio -kmod-nf-nathelper + DEVICE_PACKAGES := -dnsmasq -firewall4 -mtd -nftables -odhcpd-ipv6only -ppp -kmod-nft-offload \ + uboot-envtools kmod-leds-gpio SUPPORTED_DEVICES := i2se,duckbill SOC := imx28 KERNEL := kernel-bin |