Browse Source

coova-chilli: cosmetic changes for Config.in

- simplify configuration menu definition
- fix indent

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
lilik-openwrt-22.03
Sungbo Eo 5 years ago
parent
commit
225e323033
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      net/coova-chilli/Config.in

+ 4
- 5
net/coova-chilli/Config.in View File

@ -1,11 +1,10 @@
# CoovaChilli advanced configuration
menu "Configuration"
depends on PACKAGE_coova-chilli
if PACKAGE_coova-chilli
config COOVACHILLI_PROXY
bool "Enable support for chilli proxy. Required for AAA Proxy through http"
default n
bool "Enable support for chilli proxy. Required for AAA Proxy through http"
default n
config COOVACHILLI_REDIR
bool "Enable support for redir server. Required for uamregex"
@ -46,4 +45,4 @@ config COOVACHILLI_OPENSSL
endchoice
endmenu
endif

Loading…
Cancel
Save