base-busybox: fix iface in udhcpc systemd service.
This commit is contained in:
parent
3908be801b
commit
680cc30ce7
2 changed files with 3 additions and 3 deletions
srcpkgs/base-busybox
|
@ -4,7 +4,7 @@ Wants=network.target
|
||||||
Before=network.target
|
Before=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/sbin/udhcpc -p /var/run/udhcpc-%I.pid -R -f -n %I
|
ExecStart=/sbin/udhcpc -t 10 -p /var/run/udhcpc-%I.pid -R -f -n -i %I
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
Alias=multi-user.target.wants/dhcpcd@eth0.service
|
Alias=multi-user.target.wants/udhcpc@eth0.service
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=1.19.3
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||||
revision=5
|
revision=6
|
||||||
short_desc="The Swiss Army Knife of Embedded Linux - for base system"
|
short_desc="The Swiss Army Knife of Embedded Linux - for base system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
|
Loading…
Reference in a new issue