base-system: dhcpcd construye — cliente DHCP estático
dhcpcd 10.3.2 (b3:aaeda08e), INET/IPv6/DHCPv6/PRIVSEP. Sólo sobraba bsd-compat-headers (dhcpcd trae su propio compat/) + una línea install de dhcpcd.initd de aports. Con iproute2 completa el bring-up de red del sistema.
This commit is contained in:
@@ -44,11 +44,9 @@ _abuild_phase
|
||||
install = '''
|
||||
_abuild_phase() {
|
||||
make DESTDIR="/out" install
|
||||
install -Dm755 "$srcdir"/dhcpcd.initd \
|
||||
"/out"/etc/init.d/dhcpcd
|
||||
}
|
||||
_abuild_phase
|
||||
'''
|
||||
|
||||
[deps]
|
||||
build = ["linux-headers", "bsd-compat-headers"]
|
||||
build = ["linux-headers"]
|
||||
|
||||
Reference in New Issue
Block a user