fb419a9f7d
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.
10 lines
246 B
Makefile
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
|