base-system-busybox: use symlinks for applets; disable systemd feature.

This commit is contained in:
Juan RP 2014-09-20 12:02:34 +02:00
parent 9aefb35f25
commit a72e5fd05f
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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"