diff options
| author | Christian Marangi | 2024-10-25 09:56:45 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-10-28 23:07:53 +0000 |
| commit | 088b83c8453b30c122c8deeef41a9a0c5f7f085e (patch) | |
| tree | b26b4f2176d258acdb51bd1021fffa54d7813d3a | |
| parent | c8955268bc59488362eebc48e800e455c533473e (diff) | |
| download | openwrt-088b83c8453b30c122c8deeef41a9a0c5f7f085e.tar.gz | |
msx: fix wrong device package list for I2SE Duckbill
Fix wrong package device list that is trying to remove deprecated
packages. Replace with new variant where possible.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -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 fff7e7ca33..e5ba0a221a 100644 --- a/target/linux/mxs/image/Makefile +++ b/target/linux/mxs/image/Makefile @@ -46,8 +46,8 @@ endef define Device/i2se_duckbill DEVICE_VENDOR := I2SE DEVICE_MODEL := Duckbill - DEVICE_PACKAGES := -dnsmasq -firewall -ppp -ip6tables -iptables -6relayd -mtd \ - uboot-envtools kmod-leds-gpio -kmod-ipt-nathelper + DEVICE_PACKAGES := -dnsmasq -firewall4 -ppp -ip6tables -iptables -mtd \ + uboot-envtools kmod-leds-gpio -kmod-nf-nathelper SUPPORTED_DEVICES:=i2se,duckbill SOC:=imx28 DEVICE_DTS:=imx28-duckbill |