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
|
@ -4,7 +4,7 @@ Wants=network.target
|
|||
Before=network.target
|
||||
|
||||
[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]
|
||||
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}"
|
||||
homepage="http://www.busybox.net"
|
||||
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||
revision=5
|
||||
revision=6
|
||||
short_desc="The Swiss Army Knife of Embedded Linux - for base system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in a new issue