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
1 changed files with 5 additions and 5 deletions

View File

@ -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