diff options
author | John Crispin <john@openwrt.org> | 2014-11-26 08:59:49 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-26 08:59:49 +0000 |
commit | 40da7aae54ad7f098064f18e28eb8201afedfd5c (patch) | |
tree | 8a4363a22d52b5108ce3514139977a2a1fe40808 /include/target.mk | |
parent | 271a4d804a6c561df87d8df4abdc8a551bbac22a (diff) | |
download | upstream-40da7aae54ad7f098064f18e28eb8201afedfd5c.tar.gz upstream-40da7aae54ad7f098064f18e28eb8201afedfd5c.tar.bz2 upstream-40da7aae54ad7f098064f18e28eb8201afedfd5c.zip |
target.mk: add default packages for NAS device-type
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43387
Diffstat (limited to 'include/target.mk')
-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:= |