base-system-busybox: use symlinks for applets; disable systemd feature.
This commit is contained in:
parent
9aefb35f25
commit
a72e5fd05f
2 changed files with 4 additions and 4 deletions
|
@ -81,8 +81,8 @@ CONFIG_NO_DEBUG_LIB=y
|
||||||
#
|
#
|
||||||
# Installation Options ("make install" behavior)
|
# Installation Options ("make install" behavior)
|
||||||
#
|
#
|
||||||
# CONFIG_INSTALL_APPLET_SYMLINKS is not set
|
CONFIG_INSTALL_APPLET_SYMLINKS=y
|
||||||
CONFIG_INSTALL_APPLET_HARDLINKS=y
|
# CONFIG_INSTALL_APPLET_HARDLINKS is not set
|
||||||
# CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set
|
# CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set
|
||||||
# CONFIG_INSTALL_APPLET_DONT is not set
|
# CONFIG_INSTALL_APPLET_DONT is not set
|
||||||
# CONFIG_INSTALL_SH_APPLET_SYMLINK is not set
|
# CONFIG_INSTALL_SH_APPLET_SYMLINK is not set
|
||||||
|
@ -93,7 +93,7 @@ CONFIG_PREFIX="./_install"
|
||||||
#
|
#
|
||||||
# Busybox Library Tuning
|
# Busybox Library Tuning
|
||||||
#
|
#
|
||||||
CONFIG_FEATURE_SYSTEMD=y
|
# CONFIG_FEATURE_SYSTEMD is not set
|
||||||
CONFIG_FEATURE_RTMINMAX=y
|
CONFIG_FEATURE_RTMINMAX=y
|
||||||
CONFIG_PASSWORD_MINLEN=6
|
CONFIG_PASSWORD_MINLEN=6
|
||||||
CONFIG_MD5_SMALL=1
|
CONFIG_MD5_SMALL=1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Build template for 'base-system-busybox'.
|
# Build template for 'base-system-busybox'.
|
||||||
pkgname=base-system-busybox
|
pkgname=base-system-busybox
|
||||||
version=1.22.1
|
version=1.22.1
|
||||||
revision=11
|
revision=12
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue