summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:24:18 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:24:18 +0200
commitfd781bb7913274ec11c83568af29536c4b15ce1f (patch)
tree15af25de4dbf1b71cfc4074bace811e5b365886a
parente66ce8a30013ba1c4805f36c3e558bf3ac448dcc (diff)
downloadbuildroot-fd781bb7913274ec11c83568af29536c4b15ce1f.tar.gz
buildroot-fd781bb7913274ec11c83568af29536c4b15ce1f.zip
udpcast: remove menu ... endmenu
For just two sub-options, this is really overkill. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/udpcast/Config.in4
1 files changed, 0 insertions, 4 deletions
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
OpenPOWER on IntegriCloud