6b7a4f398f
Just in case adding use/net-eth -> use/stage2/net-eth dependency ever seems a good idea...
14 lines
415 B
Makefile
14 lines
415 B
Makefile
use/net-eth: use/net
|
|
@$(call add_feature)
|
|
@$(call xport,NET_ETH)
|
|
@$(call add,BASE_PACKAGES,udev-rule-generator-net)
|
|
|
|
# see also use/stage2/net-eth; do not depend on it though
|
|
# as stage2-less images need preconfigured networking too
|
|
|
|
# typical boilerplate
|
|
use/net-eth/dhcp: use/net-eth use/net/dhcp
|
|
@$(call add,NET_ETH,eth0:dhcp)
|
|
|
|
# use e.g. eth0:static:10.0.0.2/24:10.0.0.1 for predefined static configuration
|