From 3f40036b37a5d0aea8398912c593c1bc9c1519d1 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 6 Sep 2017 21:15:26 +0800 Subject: [PATCH] modify default packages --- include/target.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/target.mk b/include/target.mk index c5f6e8bede..e38ab7378c 100644 --- a/include/target.mk +++ b/include/target.mk @@ -13,7 +13,9 @@ __target_inc=1 DEVICE_TYPE?=router # Default packages - the really basic set -DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd +DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd \ +iptables-mod-nat-extra kmod-macvlan block-mount default-settings luci luci-app-ddns luci-app-sqm luci-app-upnp luci-app-adbyby-plus luci-app-autoreboot \ +luci-app-filetransfer luci-app-shadowsocksr-pro luci-app-pptp-server luci-app-ipsec-vpnd luci-app-vsftpd luci-app-vlmcsd luci-app-usb-printer luci-app-wol luci-app-hd-idle # For nas targets DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm # For router targets