projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1187492
)
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
Stijn Tintel
<stijn@linux-ipv6.be>
Thu, 28 Nov 2019 00:02:17 +0000
(
02:02
+0200)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index bdb6b91cbb0a44b22c1854027e3c9964b324a0ab..20930326cad8356948e9753c9146e192bcca8f3f 100644
(file)
--- a/
config/Config-kernel.in
+++ b/
config/Config-kernel.in
@@
-782,7
+782,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