Skip to content
Snippets Groups Projects
Commit 40da7aae authored by John Crispin's avatar John Crispin
Browse files

target.mk: add default packages for NAS device-type


Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>

SVN-Revision: 43387
parent 271a4d80
No related branches found
No related tags found
No related merge requests found
......@@ -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:=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment