From 497692f6fdb4d52c34200582219f44232190a5fe Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 21 Sep 2014 11:09:01 +0200 Subject: [PATCH] base-system-busybox: disable pwdx applet; we use procps-ng. --- srcpkgs/base-system-busybox/files/dotconfig | 2 +- srcpkgs/base-system-busybox/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/base-system-busybox/files/dotconfig b/srcpkgs/base-system-busybox/files/dotconfig index ca9f38b570b..e13790c7553 100644 --- a/srcpkgs/base-system-busybox/files/dotconfig +++ b/srcpkgs/base-system-busybox/files/dotconfig @@ -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 diff --git a/srcpkgs/base-system-busybox/template b/srcpkgs/base-system-busybox/template index f1b34e9e77e..9039e52e0af 100644 --- a/srcpkgs/base-system-busybox/template +++ b/srcpkgs/base-system-busybox/template @@ -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"