moved updown script invocation to an optional plugin

This commit is contained in:
Martin Willi
2008-10-16 11:48:18 +00:00
parent e17353fc31
commit ad3af574a4
12 changed files with 354 additions and 245 deletions
+5
View File
@@ -169,6 +169,11 @@ if USE_SQL
PLUGINS += sql
endif
if USE_UPDOWN
SUBDIRS += plugins/updown
PLUGINS += updown
endif
if USE_EAP_IDENTITY
SUBDIRS += plugins/eap_identity
PLUGINS += eapidentity