projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6974918
)
config: kernel: fix typo in HFSPLUG_FS_POSIX_ACL
author
Stijn Tintel
<stijn@linux-ipv6.be>
Thu, 28 Nov 2019 00:01:05 +0000
(
02:01
+0200)
committer
RISCi_ATOM
<bob@bobcall.me>
Sat, 7 Dec 2019 15:43:43 +0000
(10:43 -0500)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit
5f6833395293548f9fdf4897d9766417f2990bac
)
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index 61b058c9e04241f84919adce7fb1ccb6b6a797ac..fa194692b11367925bcf6ca3618659914050476b 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.in
@@
-775,7
+775,7
@@
menu "Filesystem ACL and attr support options"
select KERNEL_FS_POSIX_ACL
default y if USE_FS_ACL_ATTR
- config KERNEL_HFSPLU
G
_FS_POSIX_ACL
+ config KERNEL_HFSPLU
S
_FS_POSIX_ACL
bool "Enable POSIX ACL for HFS+ Filesystems"
select KERNEL_FS_POSIX_ACL
default y if USE_FS_ACL_ATTR