aur/dkms.conf
shadichy 1cced6f375
Sync source with upstream
The module has been renamed to `ntfs`. Therefore I must update the patches and files and also, create an alias for `modprobe` to point to the correct module. Which means, `modprobe ntfsplus` is now equals to `modprobe ntfs`.

I am not having any plan to rename it back to `ntfsplus` yet, as `ntfs` was completely removed in linux v6.9, and I also don't have any plan to backport it further down to <6.12. The original maintainer (Namjae Jeon) already has a plan to release his own OOT repository which also contains his own backports (back to 5.10 LTS as he stated in our Email conversation).

Until when Jeon publish his OOT maintenace repository of `ntfsplus` (or now let's call it next-gen `ntfs`), I will still continue maintaining this backport on my own.

Signed-off-by: shadichy <shadichy@blisslabs.org>
2025-12-29 22:20:30 +07:00

10 lines
No EOL
351 B
Text

PACKAGE_NAME="ntfs"
PACKAGE_VERSION="@PKGVER@"
BUILT_MODULE_NAME[0]="ntfs"
DEST_MODULE_LOCATION[0]="/extra"
AUTOINSTALL="yes"
# appending CFLAGS_MODULE='-include linux/version.h' for gcc compatibility
MAKE[0]="KVERSION=${kernelver} CONFIG_NTFS_FS=m CONFIG_NTFS_FS_POSIX_ACL=y make KDIR=${kernel_source_dir} CFLAGS_MODULE='-include linux/version.h'"