diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-26 08:59:49 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-26 08:59:49 +0000 |
commit | 2088d1ea438e14be13e9d579ebf847f9cc50245d (patch) | |
tree | 33d505bfb6f857dfef0f78424838f347ab207e39 /include | |
parent | d44b004591dac552e2f5dffc0dab7b27db3f6340 (diff) | |
download | upstream-2088d1ea438e14be13e9d579ebf847f9cc50245d.tar.gz upstream-2088d1ea438e14be13e9d579ebf847f9cc50245d.tar.bz2 upstream-2088d1ea438e14be13e9d579ebf847f9cc50245d.zip |
target.mk: add default packages for NAS device-type
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43387 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/target.mk b/include/target.mk index 17413f9ece..db501e06c7 100644 --- a/include/target.mk +++ b/include/target.mk @@ -13,6 +13,8 @@ DEVICE_TYPE?=router # 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:= |