summaryrefslogtreecommitdiff
path: root/package/nfs-utils
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:03:38 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:03:38 +0200
commitdf1132f6e0ec6d37c87de2f9f26d63df11a1a051 (patch)
tree85592d629748b2925b2500696364494187cb0d9f /package/nfs-utils
parentd1ef77048d201b9e81051ca08955704823be7858 (diff)
nfs-utils: remove the menu ... endmenu
With only 3 sub-options, it doesn't really make a lot of sense to have a sub-menu, so kill it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nfs-utils')
-rw-r--r--package/nfs-utils/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in
index 127309277..bfaddd151 100644
--- a/package/nfs-utils/Config.in
+++ b/package/nfs-utils/Config.in
@@ -15,8 +15,6 @@ config BR2_PACKAGE_NFS_UTILS
if BR2_PACKAGE_NFS_UTILS
-menu "NFS utilities selection"
-
config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
bool "rpcdebug"
help
@@ -32,6 +30,4 @@ config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
help
NFS remote quota server
-endmenu
-
endif