Author: blogic Date: 2014-11-26 09:59:49 +0100 (Wed, 26 Nov 2014) New Revision: 43387
Modified: trunk/include/target.mk Log: target.mk: add default packages for NAS device-type Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/include/target.mk =================================================================== --- trunk/include/target.mk 2014-11-26 08:59:41 UTC (rev 43386) +++ trunk/include/target.mk 2014-11-26 08:59:49 UTC (rev 43387) @@ -13,6 +13,8 @@ # Default packages - the really basic set DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools +# For nas targets +DEFAULT_PACKAGES.nas:=block-mount fdisk lvm2 lsblk mdadm # For router targets DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe kmod-nf-nathelper firewall odhcpd odhcp6c DEFAULT_PACKAGES.bootloader:= _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
