first simple prototype of a UCI configuration plugin for OpenWRT

This commit is contained in:
Martin Willi
2008-06-17 14:17:51 +00:00
parent 285152b33d
commit 61c4638646
11 changed files with 944 additions and 0 deletions
+5
View File
@@ -185,5 +185,10 @@ if USE_MEDCLI
PLUGINS += medcli
endif
if USE_UCI
SUBDIRS += plugins/uci
PLUGINS += uci
endif
AM_CFLAGS += -DPLUGINS=\""${PLUGINS}\""