We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test compilation failed on current x86-64 snapshot with test kernel version 5.4 with error:
else if ((opts->errors == EXFAT_ERRORS_RO) && !(sb->s_flags & MS_RDONLY)) { ^~~~~~~~~ IS_RDONLY
A patch like this may be needed: dorimanx/exfat-nofuse#145 Would someone more experienced have a look? Thanks.
The text was updated successfully, but these errors were encountered:
Wonder if this package should be dropped.
Kernel 5.4 has an exfat driver in the staging directory.
Sorry, something went wrong.
I think so. It only depends on how difficult it would be to backport the exfat staging driver to older kernels for OpenWrt.
Next release is 5.4 only. So moot point.
No branches or pull requests
Test compilation failed on current x86-64 snapshot with test kernel version 5.4 with error:
A patch like this may be needed:
dorimanx/exfat-nofuse#145
Would someone more experienced have a look?
Thanks.
The text was updated successfully, but these errors were encountered: