prefer nm plugin over resolv-conf

This commit is contained in:
Martin Willi
2009-04-27 10:46:51 +00:00
parent 3ab0e8a04b
commit 568ced956c
+5 -5
View File
@@ -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