extract mips kernel options to module

This commit is contained in:
Daniel Barlow
2023-09-20 17:50:21 +01:00
parent f75995e895
commit f1c04c7979
2 changed files with 3 additions and 4 deletions

View File

@@ -56,10 +56,6 @@ in {
MODULE_SIG = if modular then "y" else "n";
DEBUG_FS = "y";
MIPS_BOOTLOADER_CMDLINE_REQUIRE_COOKIE = "y";
MIPS_BOOTLOADER_CMDLINE_COOKIE = "\"liminix\"";
MIPS_CMDLINE_DTB_EXTEND = "y";
# basic networking protocols
NET = "y";
UNIX = "y";