<p dir="ltr">On Oct 28, 2015 5:56 AM, "Yousong Zhou" <<a href="mailto:yszhou4tech@gmail.com">yszhou4tech@gmail.com</a>> wrote:<br>
><br>
> There is currently no relevant definition for developerboard device type<br>
> in include/<a href="http://target.mk">target.mk</a>, thus packages like iptables, firewall, dnsmasq<br>
> etc. are missing in the default images, rendering it almost useless<br>
> for regular testing or normal use.</p>
<p dir="ltr">This is by design as well here, Malta being used mostly for kernel, toolchain and user space development, but not being an ideal router platform.</p>
<p dir="ltr">AFAIR, the default device type is already router, so you could just eliminate that.</p>
<p dir="ltr">><br>
> Signed-off-by: Yousong Zhou <<a href="mailto:yszhou4tech@gmail.com">yszhou4tech@gmail.com</a>><br>
> ---<br>
>  target/linux/malta/Makefile |    2 +-<br>
>  1 file changed, 1 insertion(+), 1 deletion(-)<br>
><br>
> diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile<br>
> index c9f1586..0cce15e 100644<br>
> --- a/target/linux/malta/Makefile<br>
> +++ b/target/linux/malta/Makefile<br>
> @@ -15,7 +15,7 @@ MAINTAINER:=Florian Fainelli <<a href="mailto:florian@openwrt.org">florian@openwrt.org</a>><br>
><br>
>  KERNEL_PATCHVER:=3.18<br>
><br>
> -DEVICE_TYPE:=developerboard<br>
> +DEVICE_TYPE:=router<br>
><br>
>  include $(INCLUDE_DIR)/<a href="http://target.mk">target.mk</a><br>
><br>
> --<br>
> 1.7.10.4<br>
</p>