prefer nm plugin over resolv-conf
This commit is contained in:
@@ -198,11 +198,6 @@ if USE_ATTR
|
|||||||
PLUGINS += attr
|
PLUGINS += attr
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_RESOLV_CONF
|
|
||||||
SUBDIRS += plugins/resolv_conf
|
|
||||||
PLUGINS += resolv-conf
|
|
||||||
endif
|
|
||||||
|
|
||||||
if USE_EAP_IDENTITY
|
if USE_EAP_IDENTITY
|
||||||
SUBDIRS += plugins/eap_identity
|
SUBDIRS += plugins/eap_identity
|
||||||
PLUGINS += eapidentity
|
PLUGINS += eapidentity
|
||||||
@@ -258,6 +253,11 @@ if USE_NM
|
|||||||
PLUGINS += nm
|
PLUGINS += nm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_RESOLV_CONF
|
||||||
|
SUBDIRS += plugins/resolv_conf
|
||||||
|
PLUGINS += resolv-conf
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_UCI
|
if USE_UCI
|
||||||
SUBDIRS += plugins/uci
|
SUBDIRS += plugins/uci
|
||||||
PLUGINS += uci
|
PLUGINS += uci
|
||||||
|
|||||||
Reference in New Issue
Block a user