diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-04 23:24:18 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-04 23:24:18 +0200 |
commit | fd781bb7913274ec11c83568af29536c4b15ce1f (patch) | |
tree | 15af25de4dbf1b71cfc4074bace811e5b365886a | |
parent | e66ce8a30013ba1c4805f36c3e558bf3ac448dcc (diff) | |
download | buildroot-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.in | 4 |
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 |