resolv_conf plugin renamed to resolve

This commit is contained in:
Andreas Steffen
2009-09-20 19:06:58 +02:00
parent 03f096df7e
commit 4819ec6a71
12 changed files with 371 additions and 20 deletions
+3 -3
View File
@@ -243,9 +243,9 @@ if USE_NM
PLUGINS += nm
endif
if USE_RESOLV_CONF
SUBDIRS += plugins/resolv_conf
PLUGINS += resolv-conf
if USE_RESOLVE
SUBDIRS += plugins/resolve
PLUGINS += resolve
endif
if USE_UCI