Signed-off-by: Michael Heimpold <[email protected]> --- target/linux/mxs/profiles/02-duckbill.mk | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/target/linux/mxs/profiles/02-duckbill.mk b/target/linux/mxs/profiles/02-duckbill.mk index b56ecf4..8fcede1 100644 --- a/target/linux/mxs/profiles/02-duckbill.mk +++ b/target/linux/mxs/profiles/02-duckbill.mk @@ -8,6 +8,9 @@ define Profile/duckbill NAME:=I2SE Duckbill series DEPENDS:=+@TARGET_ROOTFS_INCLUDE_KERNEL +@TARGET_ROOTFS_INCLUDE_DTB + PACKAGES+= \ + -dnsmasq -firewall -ppp -ip6tables -iptables -6relayd uboot-envtools \ + kmod-leds-gpio kmod-ledtrig-timer kmod-usb-mxs-phy -kmod-ipt-nathelper endef define Profile/duckbill/Description -- 1.7.10.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
