base-system-busybox: Don't ship with wget

Since it isn't shipped by base-system either.
This commit is contained in:
Sören Tempel 2015-03-25 21:38:44 +01:00
parent 9bb6f198e2
commit 7ba5d69ab0
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# #
# Automatically generated make config: don't edit # Automatically generated make config: don't edit
# Busybox version: 1.23.2 # Busybox version: 1.23.2
# Wed Mar 25 21:32:46 2015 # Wed Mar 25 21:38:22 2015
# #
CONFIG_HAVE_DOT_CONFIG=y CONFIG_HAVE_DOT_CONFIG=y
@ -885,11 +885,11 @@ CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80
CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="" CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS=""
CONFIG_UDPSVD=y CONFIG_UDPSVD=y
CONFIG_VCONFIG=y CONFIG_VCONFIG=y
CONFIG_WGET=y # CONFIG_WGET is not set
CONFIG_FEATURE_WGET_STATUSBAR=y # CONFIG_FEATURE_WGET_STATUSBAR is not set
CONFIG_FEATURE_WGET_AUTHENTICATION=y # CONFIG_FEATURE_WGET_AUTHENTICATION is not set
CONFIG_FEATURE_WGET_LONG_OPTIONS=y # CONFIG_FEATURE_WGET_LONG_OPTIONS is not set
CONFIG_FEATURE_WGET_TIMEOUT=y # CONFIG_FEATURE_WGET_TIMEOUT is not set
CONFIG_ZCIP=y CONFIG_ZCIP=y
# #

View file

@ -1,7 +1,7 @@
# Build template for 'base-system-busybox'. # Build template for 'base-system-busybox'.
pkgname=base-system-busybox pkgname=base-system-busybox
version=1.23.2 version=1.23.2
revision=1 revision=2
wrksrc="busybox-${version}" wrksrc="busybox-${version}"
homepage="http://www.busybox.net" homepage="http://www.busybox.net"
hostmakedepends="perl" hostmakedepends="perl"
@ -24,7 +24,7 @@ conflicts="base-system>=0"
_FEATURES="acpid coreutils cpio dash diffutils dosfstools findutils awk _FEATURES="acpid coreutils cpio dash diffutils dosfstools findutils awk
grep gzip hdparm ifenslave iproute2 iputils less lsof netcat nvi grep gzip hdparm ifenslave iproute2 iputils less lsof netcat nvi
patch powertop psmisc rfkill run-parts sed tar patch powertop psmisc rfkill run-parts sed tar
traceroute util-linux wget which whois xz ncurses" traceroute util-linux which whois xz ncurses"
for f in ${_FEATURES}; do for f in ${_FEATURES}; do
provides+=" ${f}-${version}_${revision}" provides+=" ${f}-${version}_${revision}"
conflicts+=" ${f}>=0" conflicts+=" ${f}>=0"