Update to the latest version, and fix build on targets without FS_POSIX_ACL. Signed-off-by: Qingfang Deng <dqfext@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23090 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
12 lines
344 B
Diff
12 lines
344 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -9,7 +9,7 @@ ntfs-y := aops.o attrib.o collate.o dir.
|
|
iomap.o debug.o sysctl.o quota.o object_id.o bdev-io.o
|
|
|
|
ccflags-$(CONFIG_NTFS_DEBUG) += -DDEBUG
|
|
-ccflags-y += -DCONFIG_NTFS_FS_POSIX_ACL
|
|
+ccflags-$(CONFIG_FS_POSIX_ACL) += -DCONFIG_NTFS_FS_POSIX_ACL
|
|
else
|
|
# Called from external kernel module build
|
|
|