coova-chilli: cosmetic changes for Config.in
authorSungbo Eo <mans0n@gorani.run>
Thu, 2 Jan 2020 13:12:21 +0000 (22:12 +0900)
committerSungbo Eo <mans0n@gorani.run>
Fri, 3 Jan 2020 11:47:59 +0000 (20:47 +0900)
- simplify configuration menu definition
- fix indent

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
net/coova-chilli/Config.in

index 423a0e8481e3e69e04b966a2ac6a52c2e44168c0..29db4f0709733081fe68ba27e061e7eba4faeb52 100644 (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