base-system-busybox: register_shell=/bin/sh.
This commit is contained in:
parent
a72e5fd05f
commit
06210136c6
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Build template for 'base-system-busybox'.
|
||||
pkgname=base-system-busybox
|
||||
version=1.22.1
|
||||
revision=12
|
||||
revision=13
|
||||
wrksrc="busybox-${version}"
|
||||
homepage="http://www.busybox.net"
|
||||
hostmakedepends="perl"
|
||||
|
@ -11,6 +11,7 @@ license="GPL-2"
|
|||
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||
checksum=ae0b029d0a9e4dd71a077a790840e496dd838998e4571b87b60fed7462b6678b
|
||||
|
||||
register_shell="/bin/sh"
|
||||
conflicts="base-system>=0"
|
||||
|
||||
# Applets provided by this busybox version.
|
||||
|
|
Loading…
Reference in a new issue