base-busybox: disable lsusb and vpkgs for now.

This commit is contained in:
Juan RP 2012-02-03 01:09:49 +01:00
parent c9e1d7c9b3
commit f53cf9b684
2 changed files with 2 additions and 5 deletions

View File

@ -560,7 +560,7 @@ CONFIG_IPCRM=y
CONFIG_IPCS=y
CONFIG_LOSETUP=y
CONFIG_LSPCI=y
CONFIG_LSUSB=y
# CONFIG_LSUSB is not set
CONFIG_MDEV=y
CONFIG_FEATURE_MDEV_CONF=y
CONFIG_FEATURE_MDEV_RENAME=y

View File

@ -4,7 +4,7 @@ version=1.19.3
wrksrc="busybox-${version}"
homepage="http://www.busybox.net"
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
revision=6
revision=7
short_desc="The Swiss Army Knife of Embedded Linux - for base system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
@ -18,9 +18,6 @@ long_desc="
very much like their GNU counterparts. BusyBox provides a fairly complete
environment for any small or embedded system."
provides="busybox-${version} usbutils-002"
replaces="busybox>=0"
Add_dependency build coreutils
Add_dependency build perl ">=0"