|
|
@ -13,11 +13,11 @@ __target_inc=1 |
|
|
|
DEVICE_TYPE?=router
|
|
|
|
DEVICE_TYPE?=router
|
|
|
|
|
|
|
|
|
|
|
|
# Default packages - the really basic set
|
|
|
|
# Default packages - the really basic set
|
|
|
|
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd
|
|
|
|
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci netifd fstools uclient-fetch logd urandom-seed urngd
|
|
|
|
# For nas targets
|
|
|
|
# For nas targets
|
|
|
|
DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm
|
|
|
|
DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm
|
|
|
|
# For router targets
|
|
|
|
# For router targets
|
|
|
|
DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd-ipv6only odhcp6c kmod-ipt-offload
|
|
|
|
DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables firewall odhcpd-ipv6only odhcp6c kmod-ipt-offload
|
|
|
|
DEFAULT_PACKAGES.bootloader:=
|
|
|
|
DEFAULT_PACKAGES.bootloader:=
|
|
|
|
|
|
|
|
|
|
|
|
ifneq ($(DUMP),) |
|
|
|
ifneq ($(DUMP),) |
|
|
|