Dustin C. Hatch 7d44d03279
All checks were successful
Aimee OS/aimee-os/pipeline/head This commit looks good
Force built-in kernel support for filesystems
the `KCONFIG_ENABLE_OPT` macro will not switch a `=m` value to `=y`, so
if the downstream kernel configuration already enables these
filesystems as modules, they will not get built into the kernel image,
making the system unbootable.  We need to call `KCONFIG_SET_OPT` instead
to explicitly set them to be built-in.
2025-08-30 15:36:07 -05:00
2025-08-30 11:21:44 -05:00
2025-08-30 11:21:44 -05:00
2025-08-29 20:13:14 -05:00
2025-08-17 10:30:19 -05:00
Description
No description provided
450 KiB
Languages
Shell 79.6%
Makefile 20.4%