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>
This commit is contained in:
Thomas Petazzoni 2016-07-04 23:03:38 +02:00
parent d1ef77048d
commit df1132f6e0

View 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