base-busybox: disable lsusb and vpkgs for now.
This commit is contained in:
parent
c9e1d7c9b3
commit
f53cf9b684
2 changed files with 2 additions and 5 deletions
|
@ -560,7 +560,7 @@ CONFIG_IPCRM=y
|
||||||
CONFIG_IPCS=y
|
CONFIG_IPCS=y
|
||||||
CONFIG_LOSETUP=y
|
CONFIG_LOSETUP=y
|
||||||
CONFIG_LSPCI=y
|
CONFIG_LSPCI=y
|
||||||
CONFIG_LSUSB=y
|
# CONFIG_LSUSB is not set
|
||||||
CONFIG_MDEV=y
|
CONFIG_MDEV=y
|
||||||
CONFIG_FEATURE_MDEV_CONF=y
|
CONFIG_FEATURE_MDEV_CONF=y
|
||||||
CONFIG_FEATURE_MDEV_RENAME=y
|
CONFIG_FEATURE_MDEV_RENAME=y
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=1.19.3
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||||
revision=6
|
revision=7
|
||||||
short_desc="The Swiss Army Knife of Embedded Linux - for base system"
|
short_desc="The Swiss Army Knife of Embedded Linux - for base system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -18,9 +18,6 @@ long_desc="
|
||||||
very much like their GNU counterparts. BusyBox provides a fairly complete
|
very much like their GNU counterparts. BusyBox provides a fairly complete
|
||||||
environment for any small or embedded system."
|
environment for any small or embedded system."
|
||||||
|
|
||||||
provides="busybox-${version} usbutils-002"
|
|
||||||
replaces="busybox>=0"
|
|
||||||
|
|
||||||
Add_dependency build coreutils
|
Add_dependency build coreutils
|
||||||
Add_dependency build perl ">=0"
|
Add_dependency build perl ">=0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue