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:
2026-07-10 22:42:44 -04:00
parent a002db40d7
commit ffc0793c2e
+1 -3
View File
@@ -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"]