From: Thomas Petazzoni Date: Mon, 4 Jul 2016 21:24:18 +0000 (+0200) Subject: udpcast: remove menu ... endmenu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd781bb7913274ec11c83568af29536c4b15ce1f;p=buildroot.git udpcast: remove menu ... endmenu For just two sub-options, this is really overkill. Signed-off-by: Thomas Petazzoni --- diff --git a/package/udpcast/Config.in b/package/udpcast/Config.in index 0424db797e..ef94b30a99 100644 --- a/package/udpcast/Config.in +++ b/package/udpcast/Config.in @@ -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