mkimage-profiles/features.in/net-eth/config.mk

10 lines
246 B
Makefile
Raw Normal View History

use/net-eth: use/net
@$(call add_feature)
@$(call xport,NET_ETH)
# 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