set PARTITION_ADVANCED only in ramdisk module

hark-how-all-the-belkin-rings
Daniel Barlow 2023-09-30 21:29:12 +01:00
parent a30b658999
commit 3c483ebd9a
4 changed files with 0 additions and 4 deletions

View File

@ -212,7 +212,6 @@
EARLY_PRINTK = "y";
PARTITION_ADVANCED = "y";
PRINTK_TIME = "y";
};
};

View File

@ -184,7 +184,6 @@
NEW_LEDS = "y";
LEDS_CLASS = "y"; # required by rt2x00lib
PARTITION_ADVANCED = "y";
PRINTK_TIME = "y";
} // lib.optionalAttrs (config.system.service ? vlan) {
SWCONFIG = "y";

View File

@ -164,7 +164,6 @@
EARLY_PRINTK = "y";
PARTITION_ADVANCED = "y";
PRINTK_TIME = "y";
} // lib.optionalAttrs (config.system.service ? vlan) {
SWCONFIG = "y";

View File

@ -51,7 +51,6 @@ in rec {
SCSI = "y";
BLK_DEV_SD = "y";
USB_PRINTER = "y";
PARTITION_ADVANCED = "y";
MSDOS_PARTITION = "y";
EFI_PARTITION = "y";
EXT4_FS = "y";