]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
nfs-utils: remove the menu ... endmenu
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 21:03:38 +0000 (23:03 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 21:03:38 +0000 (23:03 +0200)
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>
package/nfs-utils/Config.in

index 1273092775707708b1feab3c1503833bef109a0a..bfaddd151610a7bf329cd0514cb616a34fff39cd 100644 (file)
@@ -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