-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecfd039
commit a7889d7
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Template file for 'busybox' | ||
pkgname=busybox | ||
version=1.30.1 | ||
revision=4 | ||
revision=5 | ||
hostmakedepends="perl" | ||
checkdepends="zip" | ||
short_desc="Swiss Army Knife of Embedded Linux" | ||
maintainer="Orphaned <[email protected]>" | ||
maintainer="Cameron Nemo <[email protected]>" | ||
license="GPL-2.0-only" | ||
homepage="http://www.busybox.net" | ||
distfiles="${homepage}/downloads/busybox-${version}.tar.bz2" | ||
|
@@ -17,7 +17,9 @@ _alternatives_core=" | |
hostname:hostname:/usr/bin/busybox | ||
sh:sh:/usr/bin/busybox | ||
vi:vi:/usr/bin/busybox | ||
logger:logger:/usr/bin/busybox" | ||
logger:logger:/usr/bin/busybox | ||
ip:ip:/usr/bin/busybox | ||
tc:tc:/usr/bin/busybox" | ||
|
||
_alternatives=" | ||
${_alternatives_core} | ||
|