Author: nbd Date: 2015-10-31 10:30:37 +0100 (Sat, 31 Oct 2015) New Revision: 47325
Modified: trunk/target/linux/malta/Makefile Log: malta: use as a default type device 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. With this change, currently a default set of packages for "router" will be installed to malta firmware images. Signed-off-by: Yousong Zhou <[email protected]> Modified: trunk/target/linux/malta/Makefile =================================================================== --- trunk/target/linux/malta/Makefile 2015-10-31 09:30:14 UTC (rev 47324) +++ trunk/target/linux/malta/Makefile 2015-10-31 09:30:37 UTC (rev 47325) @@ -15,8 +15,6 @@ KERNEL_PATCHVER:=3.18 -DEVICE_TYPE:=developerboard - include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim kmod-pcnet32 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
