a97ef4c905
...net uses services, not services use net. That is, "network" is a service that needs to be enabled by the now-existing mechanism of "services" feature, don't be fooled by "network services" here.
18 lines
444 B
Makefile
18 lines
444 B
Makefile
+nm: use/net/nm; @:
|
|
|
|
use/net: use/services
|
|
@$(call add_feature)
|
|
@$(call add,THE_PACKAGES,etcnet)
|
|
@$(call add,DEFAULT_SERVICES_ENABLE,network)
|
|
|
|
use/net/dhcp: use/net
|
|
@$(call add,THE_PACKAGES,dhcpcd)
|
|
|
|
use/net/nm: use/net
|
|
@$(call add,THE_LISTS,$(call tags,desktop nm))
|
|
@$(call add,DEFAULT_SERVICES_ENABLE,NetworkManager ModemManager)
|
|
|
|
use/net/connman: use/net
|
|
@$(call add,THE_PACKAGES,connman)
|
|
@$(call add,DEFAULT_SERVICES_ENABLE,connman)
|