From fda63a952cd6764724df9a1f1a2b5db793028808 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Tue, 17 May 2022 23:08:30 +0800 Subject: [PATCH] target.mk: remove oc dependencies by default Obviously we don't need to select these by default. This reverts commit f061029ed17d33ba5dbd03981ddfe17c6c10e888. --- include/target.mk | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/include/target.mk b/include/target.mk index 0fb873ace..b99f82534 100644 --- a/include/target.mk +++ b/include/target.mk @@ -41,17 +41,12 @@ DEFAULT_PACKAGES.nas:=\ mdadm # For router targets DEFAULT_PACKAGES.router:=\ - dnsmasq-full \ - firewall \ - iptables \ - ppp \ - ppp-mod-pppoe \ - luci-newapi block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw \ - kmod-tun kmod-inet-diag iptables-mod-tproxy iptables-mod-extra ipset ip-full libcap libcap-bin \ - default-settings luci luci-app-ddns luci-app-upnp luci-app-autoreboot ruby ruby-yaml \ - luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockmusic luci-app-arpbind \ - luci-app-vlmcsd luci-app-wol luci-app-ramfree coreutils coreutils-nohup bash curl ca-certificates \ - luci-app-turboacc luci-app-nlbwmon luci-app-accesscontrol ddns-scripts_aliyun ddns-scripts_dnspod + dnsmasq-full firewall iptables ppp ppp-mod-pppoe \ + block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw kmod-tun \ + iptables-mod-tproxy iptables-mod-extra ipset ip-full default-settings luci luci-newapi \ + ddns-scripts_aliyun ddns-scripts_dnspod luci-app-ddns luci-app-upnp luci-app-autoreboot \ + luci-app-arpbind luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-vlmcsd \ + luci-app-accesscontrol luci-app-nlbwmon luci-app-turboacc luci-app-wol curl ca-certificates ifneq ($(DUMP),) all: dumpinfo