kernel: Move POSIX ACL and attr support options into submenu
Make global options menuconfig cleaner by moving POSIX ACL and attr support options into a submenu. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
This commit is contained in:
parent
eca1021e5c
commit
b9952797e6
1 changed files with 71 additions and 68 deletions
|
@ -631,6 +631,7 @@ if KERNEL_IP_PNP
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
menu "Filesystem ACL and attr support options"
|
||||||
config USE_FS_ACL_ATTR
|
config USE_FS_ACL_ATTR
|
||||||
bool "Use filesystem ACL and attr support by default"
|
bool "Use filesystem ACL and attr support by default"
|
||||||
default n
|
default n
|
||||||
|
@ -715,3 +716,5 @@ config KERNEL_JFS_POSIX_ACL
|
||||||
bool "Enable POSIX ACLs for JFS"
|
bool "Enable POSIX ACLs for JFS"
|
||||||
select KERNEL_FS_POSIX_ACL
|
select KERNEL_FS_POSIX_ACL
|
||||||
default y if USE_FS_ACL_ATTR
|
default y if USE_FS_ACL_ATTR
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
Loading…
Reference in a new issue