mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
wireless patches: fix build for kernel 6.13
This commit is contained in:
committed by
Jianfeng Liu
parent
122a21b9a8
commit
f403e61fc3
@@ -15,7 +15,7 @@ index d6d326aef..aa1f0499d 100644
|
||||
#endif
|
||||
#endif /* DBG_MEMORY_LEAK */
|
||||
|
||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0)
|
||||
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(6, 13, 0))
|
||||
+MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
|
||||
+#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user