mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #592 from ageekymonk/chilli_proxy
coova-chilli: adding menuconfig option for enabling chilli proxy
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
menu "Configuration"
|
menu "Configuration"
|
||||||
depends on PACKAGE_coova-chilli
|
depends on PACKAGE_coova-chilli
|
||||||
|
|
||||||
|
config COOVACHILLI_PROXY
|
||||||
|
bool "Enable support for chilli proxy. Required for AAA Proxy through http"
|
||||||
|
default n
|
||||||
|
|
||||||
config COOVACHILLI_REDIR
|
config COOVACHILLI_REDIR
|
||||||
bool "Enable support for redir server. Required for uamregex"
|
bool "Enable support for redir server. Required for uamregex"
|
||||||
default n
|
default n
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ endef
|
|||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
|
$(if $(CONFIG_COOVACHILLI_PROXY),--enable,--disable)-chilliproxy \
|
||||||
$(if $(CONFIG_COOVACHILLI_REDIR),--enable,--disable)-chilliredir \
|
$(if $(CONFIG_COOVACHILLI_REDIR),--enable,--disable)-chilliredir \
|
||||||
$(if $(CONFIG_COOVACHILLI_DNSLOG),--enable,--disable)-dnslog \
|
$(if $(CONFIG_COOVACHILLI_DNSLOG),--enable,--disable)-dnslog \
|
||||||
$(if $(CONFIG_COOVACHILLI_MINIPORTAL),--enable,--disable)-miniportal \
|
$(if $(CONFIG_COOVACHILLI_MINIPORTAL),--enable,--disable)-miniportal \
|
||||||
|
|||||||
Reference in New Issue
Block a user