There is currently no relevant definition for developerboard device type in include/target.mk, thus packages like iptables, firewall, dnsmasq etc. are missing in the default images, rendering it almost useless for regular testing or normal use.
Signed-off-by: Yousong Zhou <[email protected]> --- target/linux/malta/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index c9f1586..0cce15e 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -15,7 +15,7 @@ MAINTAINER:=Florian Fainelli <[email protected]> KERNEL_PATCHVER:=3.18 -DEVICE_TYPE:=developerboard +DEVICE_TYPE:=router include $(INCLUDE_DIR)/target.mk -- 1.7.10.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
