summaryrefslogtreecommitdiff
path: root/package/busybox/config/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/config/networking/Config.in')
-rw-r--r--package/busybox/config/networking/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index ca92ac7f9..6b7f1b28c 100644
--- a/package/busybox/config/networking/Config.in
+++ b/package/busybox/config/networking/Config.in
@@ -868,7 +868,8 @@ config BUSYBOX_VCONFIG
config BUSYBOX_WGET
bool "wget"
- default y
+ default y if !ADK_PACKAGE_WGET
+ depends on !ADK_PACKAGE_WGET
help
wget is a utility for non-interactive download of files from HTTP,
HTTPS, and FTP servers.