projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1859391
)
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 13:47:50 +0000
(15:47 +0200)
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 8969e3faa92ed8efdc4a7303614f2783962dda32..87053b7f23b3ce732c2a592f91031e32f994211b 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