summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 16:35:49 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 16:35:49 +0100
commitc308ef39b6b707551d22b0cd6d7348a4f40dfe8a (patch)
tree770f701476d68e5df32b777ea97fc846dfc8dc62
parent576ac629ce3bf242ba5b9a3fca56aa7079d5b2c7 (diff)
downloadptxdist-c308ef39b6b707551d22b0cd6d7348a4f40dfe8a.tar.gz
ptxdist-c308ef39b6b707551d22b0cd6d7348a4f40dfe8a.tar.xz
[wget] add missing dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/wget.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/wget.in b/rules/wget.in
index 8a4152820..033946bcc 100644
--- a/rules/wget.in
+++ b/rules/wget.in
@@ -3,6 +3,8 @@ config WGET
tristate
prompt "wget"
depends on !BUSYBOX_WGET || ALLYES
+ select LIBC_RT
+ select GCCLIBS_GCC_S
help
GNU wget is a commandline mirroring tool.