From a72e5fd05f044828b3c94768da58974bcbe06d4a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 20 Sep 2014 12:02:34 +0200 Subject: [PATCH] base-system-busybox: use symlinks for applets; disable systemd feature. --- srcpkgs/base-system-busybox/files/dotconfig | 6 +++--- srcpkgs/base-system-busybox/template | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/base-system-busybox/files/dotconfig b/srcpkgs/base-system-busybox/files/dotconfig index 26532279fb4..e559d77b2d9 100644 --- a/srcpkgs/base-system-busybox/files/dotconfig +++ b/srcpkgs/base-system-busybox/files/dotconfig @@ -81,8 +81,8 @@ CONFIG_NO_DEBUG_LIB=y # # Installation Options ("make install" behavior) # -# CONFIG_INSTALL_APPLET_SYMLINKS is not set -CONFIG_INSTALL_APPLET_HARDLINKS=y +CONFIG_INSTALL_APPLET_SYMLINKS=y +# CONFIG_INSTALL_APPLET_HARDLINKS is not set # CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set # CONFIG_INSTALL_APPLET_DONT is not set # CONFIG_INSTALL_SH_APPLET_SYMLINK is not set @@ -93,7 +93,7 @@ CONFIG_PREFIX="./_install" # # Busybox Library Tuning # -CONFIG_FEATURE_SYSTEMD=y +# CONFIG_FEATURE_SYSTEMD is not set CONFIG_FEATURE_RTMINMAX=y CONFIG_PASSWORD_MINLEN=6 CONFIG_MD5_SMALL=1 diff --git a/srcpkgs/base-system-busybox/template b/srcpkgs/base-system-busybox/template index db4eeffc37c..5df30b73ee8 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=11 +revision=12 wrksrc="busybox-${version}" homepage="http://www.busybox.net" hostmakedepends="perl"