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>
This commit is contained in:
parent
c8955268bc
commit
088b83c845
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ endef
|
||||||
define Device/i2se_duckbill
|
define Device/i2se_duckbill
|
||||||
DEVICE_VENDOR := I2SE
|
DEVICE_VENDOR := I2SE
|
||||||
DEVICE_MODEL := Duckbill
|
DEVICE_MODEL := Duckbill
|
||||||
DEVICE_PACKAGES := -dnsmasq -firewall -ppp -ip6tables -iptables -6relayd -mtd \
|
DEVICE_PACKAGES := -dnsmasq -firewall4 -ppp -ip6tables -iptables -mtd \
|
||||||
uboot-envtools kmod-leds-gpio -kmod-ipt-nathelper
|
uboot-envtools kmod-leds-gpio -kmod-nf-nathelper
|
||||||
SUPPORTED_DEVICES:=i2se,duckbill
|
SUPPORTED_DEVICES:=i2se,duckbill
|
||||||
SOC:=imx28
|
SOC:=imx28
|
||||||
DEVICE_DTS:=imx28-duckbill
|
DEVICE_DTS:=imx28-duckbill
|
||||||
|
|
Loading…
Reference in a new issue