config.mk 415 Bytes
Newer Older
1 2 3
use/net-eth: use/net
	@$(call add_feature)
	@$(call xport,NET_ETH)
4 5
	@$(call add,BASE_PACKAGES,udev-rule-generator-net)

6 7
# see also use/stage2/net-eth; do not depend on it though
# as stage2-less images need preconfigured networking too
8 9 10 11 12 13

# 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