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