From 212b5ef32bb2290e2fa6d9e859aa9113c2d8cac6 Mon Sep 17 00:00:00 2001 From: Beginner <70857188+Beginner-Go@users.noreply.github.com> Date: Thu, 17 Jun 2021 10:27:30 +0800 Subject: [PATCH] target.mk: remove duplicate depend (#7028) Signed-off-by: Beginner <70857188+Beginner-Go@users.noreply.github.com> --- include/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/target.mk b/include/target.mk index 002da2e32..bf115b6ae 100644 --- a/include/target.mk +++ b/include/target.mk @@ -49,7 +49,7 @@ DEFAULT_PACKAGES.router:=\ ppp \ ppp-mod-pppoe \ luci-newapi block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw wget-ssl \ - default-settings luci luci-app-ddns luci-app-upnp luci-app-adbyby-plus luci-app-autoreboot luci-newapi \ + default-settings luci luci-app-ddns luci-app-upnp luci-app-adbyby-plus luci-app-autoreboot \ 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 \ luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq \