mkimage-profiles/features.in/net-eth/config.mk
Michael Shigorin fb419a9f7d initial net-eth feature
This one is also putting an end to an overly long lived hack
named vm-net by replacing it with a bit more generic mechanism.
2013-07-01 23:58:24 +04:00

10 lines
246 B
Makefile

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