mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
config: kernel: fix typo in HFSPLUG_FS_POSIX_ACL
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit 5f68333952
)
This commit is contained in:
parent
1859391e9e
commit
7581a7bebc
@ -775,7 +775,7 @@ menu "Filesystem ACL and attr support options"
|
|||||||
select KERNEL_FS_POSIX_ACL
|
select KERNEL_FS_POSIX_ACL
|
||||||
default y if USE_FS_ACL_ATTR
|
default y if USE_FS_ACL_ATTR
|
||||||
|
|
||||||
config KERNEL_HFSPLUG_FS_POSIX_ACL
|
config KERNEL_HFSPLUS_FS_POSIX_ACL
|
||||||
bool "Enable POSIX ACL for HFS+ Filesystems"
|
bool "Enable POSIX ACL for HFS+ Filesystems"
|
||||||
select KERNEL_FS_POSIX_ACL
|
select KERNEL_FS_POSIX_ACL
|
||||||
default y if USE_FS_ACL_ATTR
|
default y if USE_FS_ACL_ATTR
|
||||||
|
Loading…
Reference in New Issue
Block a user