coova-chilli: cosmetic changes for Config.in
- simplify configuration menu definition - fix indent Signed-off-by: Sungbo Eo <mans0n@gorani.run>
This commit is contained in:
parent
e020c10eb2
commit
225e323033
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# CoovaChilli advanced configuration
|
# CoovaChilli advanced configuration
|
||||||
|
|
||||||
menu "Configuration"
|
if PACKAGE_coova-chilli
|
||||||
depends on PACKAGE_coova-chilli
|
|
||||||
|
|
||||||
config COOVACHILLI_PROXY
|
config COOVACHILLI_PROXY
|
||||||
bool "Enable support for chilli proxy. Required for AAA Proxy through http"
|
bool "Enable support for chilli proxy. Required for AAA Proxy through http"
|
||||||
default n
|
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"
|
||||||
|
@ -46,4 +45,4 @@ config COOVACHILLI_OPENSSL
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
endmenu
|
endif
|
||||||
|
|
Loading…
Reference in a new issue