udpcast: remove menu ... endmenu
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 21:24:18 +0000 (23:24 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 21:24:18 +0000 (23:24 +0200)
For just two sub-options, this is really overkill.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/udpcast/Config.in

index 0424db797ef5c7e64aa488c711c946d3102c9e10..ef94b30a99e330be27797ad4a0b81195a7eb95c5 100644 (file)
@@ -14,8 +14,6 @@ config BR2_PACKAGE_UDPCAST
 
 if BR2_PACKAGE_UDPCAST
 
-menu "udpcast tools selection"
-
 config BR2_PACKAGE_UDPCAST_SENDER
        bool "sender"
        help
@@ -26,6 +24,4 @@ config BR2_PACKAGE_UDPCAST_RECEIVER
        help
          The udpcast receiver.
 
-endmenu
-
 endif