cyassl: remove duplicate submenu level
authorJohn Crispin <john@phrozen.org>
Mon, 19 Sep 2016 14:07:58 +0000 (16:07 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 19 Sep 2016 14:07:58 +0000 (16:07 +0200)
Signed-off-by: John Crispin <john@phrozen.org>
package/libs/cyassl/Config.in

index 8a4baac5797748063efbc991c7c0f7733b96924f..371bb564f8abd9d2021dca50454129877000d8e3 100644 (file)
@@ -1,5 +1,4 @@
-menu "Configuration"
-       depends on PACKAGE_libcyassl
+if PACKAGE_libcyassl
 
 config CYASSL_HAS_AES_CCM
        bool "Include AES-CCM support"
@@ -46,4 +45,4 @@ config CYASSL_HAS_POLY_1305
        bool "Include Poly-1305 support"
        default n
 
-endmenu
+endif