base-system-busybox: disable pwdx applet; we use procps-ng.

This commit is contained in:
Juan RP 2014-09-21 11:09:01 +02:00
parent bcd09c1682
commit 497692f6fd
2 changed files with 2 additions and 2 deletions

View File

@ -901,7 +901,7 @@ CONFIG_NMETER=y
# CONFIG_PMAP is not set
CONFIG_POWERTOP=y
CONFIG_PSTREE=y
CONFIG_PWDX=y
# CONFIG_PWDX is not set
CONFIG_SMEMCAP=y
# CONFIG_TOP is not set
# CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE is not set

View File

@ -1,7 +1,7 @@
# Build template for 'base-system-busybox'.
pkgname=base-system-busybox
version=1.22.1
revision=16
revision=17
wrksrc="busybox-${version}"
homepage="http://www.busybox.net"
hostmakedepends="perl"