Skip to content

Commit

Permalink
busybox: add ip and tc alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronNemo committed Oct 27, 2019
1 parent ecfd039 commit a7889d7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions srcpkgs/busybox/template
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"
Expand All @@ -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}
Expand Down

0 comments on commit a7889d7

Please sign in to comment.