diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-24 16:13:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-24 16:14:50 +0000 |
commit | aac73b34e4a0163a4870b41fc59be2fdb87e1057 (patch) | |
tree | e9dfdcce90d010d0108b6a2d03e6963bba2d8ef3 /main/busybox/busyboxconfig | |
parent | 0e2c8ae04dd5d1ed189eca252755fc5c89ffb237 (diff) | |
download | aports-aac73b34e4a0163a4870b41fc59be2fdb87e1057.tar.bz2 aports-aac73b34e4a0163a4870b41fc59be2fdb87e1057.tar.xz |
main/busybox: enable long opts for wget
ref #6683
Diffstat (limited to 'main/busybox/busyboxconfig')
-rw-r--r-- | main/busybox/busyboxconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index a8c69980a2..a08b4f5d7c 100644 --- a/main/busybox/busyboxconfig +++ b/main/busybox/busyboxconfig @@ -912,7 +912,7 @@ CONFIG_VCONFIG=y CONFIG_WGET=y CONFIG_FEATURE_WGET_STATUSBAR=y CONFIG_FEATURE_WGET_AUTHENTICATION=y -# CONFIG_FEATURE_WGET_LONG_OPTIONS is not set +CONFIG_FEATURE_WGET_LONG_OPTIONS=y CONFIG_FEATURE_WGET_TIMEOUT=y CONFIG_FEATURE_WGET_OPENSSL=y CONFIG_FEATURE_WGET_SSL_HELPER=y |