From 5eb81e940b1e1bdd37d5da27f8df6cdc76e232d1 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 7 Sep 2017 22:35:10 +0800 Subject: [PATCH] change default package --- include/target.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/target.mk b/include/target.mk index 5f7523ec8..3ff81304a 100644 --- a/include/target.mk +++ b/include/target.mk @@ -15,11 +15,11 @@ 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 \ 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 +luci-app-filetransfer luci-app-shadowsocksr-pro # For nas targets DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm # For router targets -DEFAULT_PACKAGES.router:=dnsmasq-full iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd odhcp6c +DEFAULT_PACKAGES.router:=block-mount dnsmasq-full iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd odhcp6c DEFAULT_PACKAGES.bootloader:= ifneq ($(DUMP),)