Skip to content

Commit

Permalink
generic: fix ramips-mt76x8 compile
Browse files Browse the repository at this point in the history
The ramips-mt76x8 target is now flagged as a small-flash target. Those
targets can not be compiled with KERNEL_IO_URING support, thus the
config option is not exposed.

Try disabling the config option to avoid failing on this platform.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Nov 16, 2024
1 parent c63dc8c commit 81ad4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/generic
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ try_config('TARGET_SQUASHFS_BLOCK_SIZE', 256)

config('KERNEL_PROC_STRIPPED', true)
config('KERNEL_AIO', false)
config('KERNEL_IO_URING', false)
try_config('KERNEL_IO_URING', false)
config('KERNEL_FHANDLE', false)
config('KERNEL_FANOTIFY', false)
config('KERNEL_CGROUPS', false)
Expand Down

0 comments on commit 81ad4ac

Please sign in to comment.