index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
config
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Stijn Tintel <stijn@linux-ipv6.be>
2019-11-28 02:01:05 +0200
committer
Stijn Tintel <stijn@linux-ipv6.be>
2019-11-28 02:02:17 +0200
commit
5f6833395293548f9fdf4897d9766417f2990bac
(
patch
)
tree
9ba8001b5748ce168f526d640e70204c6ecf88a0
/
config
parent
118749271b311413307f0b6be91786d7ac368f8b
(
diff
)
config: kernel: fix typo in HFSPLUG_FS_POSIX_ACL
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat
(limited to 'config')
-rw-r--r--
config/Config-kernel.in
2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index bdb6b91cbb..20930326ca 100644
--- 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_HFSPLUG_FS_POSIX_ACL
+ config KERNEL_HFSPLUS_FS_POSIX_ACL
bool "Enable POSIX ACL for HFS+ Filesystems"
select KERNEL_FS_POSIX_ACL
default y if USE_FS_ACL_ATTR