diff options
Diffstat (limited to 'net/uwsgi/src/buildconf/openwrt.ini')
-rw-r--r-- | net/uwsgi/src/buildconf/openwrt.ini | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net/uwsgi/src/buildconf/openwrt.ini b/net/uwsgi/src/buildconf/openwrt.ini new file mode 100644 index 000000000..f9ea8344f --- /dev/null +++ b/net/uwsgi/src/buildconf/openwrt.ini @@ -0,0 +1,30 @@ +[uwsgi] +xml = false +yaml = false +json = false +ssl = false +pcre = true +routing = auto +debug = false +unbit = false +malloc_implementation = libc +extras = +plugins = +bin_name = uwsgi +append_version = +plugin_dir = /usr/lib/uwsgi +plugin_build_dir = . +embedded_plugins = +as_shared_library = false + +locking = auto +event = auto +timer = auto +filemonitor = auto + +blacklist = +whitelist = + +embed_files = + +embed_config = |