From 1c39da85446f53687ce08d8fa7b9c14f4d10a3a8 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 7 Oct 2022 23:26:00 +0100 Subject: [PATCH] tidy kconfig --- devices/gl-ar750.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/devices/gl-ar750.nix b/devices/gl-ar750.nix index 1eb80892..165c2e9c 100644 --- a/devices/gl-ar750.nix +++ b/devices/gl-ar750.nix @@ -47,7 +47,7 @@ # be present already BLK_DEV_INITRD = "n"; }; - config = checkedConfig // { + config = { CPU_LITTLE_ENDIAN= "n"; CPU_BIG_ENDIAN= "y"; ATH79 = "y"; @@ -67,11 +67,8 @@ # at boot time unless we disable trying to call it "FW_LOADER_USER_HELPER" = "n"; - # "IMAGE_CMDLINE_HACK" = "n"; - "MODULE_SIG" = "y"; "MTD_CMDLINE_PARTS" = "y"; -# "MTD_SPLIT_FIRMWARE" = "y"; "PARTITION_ADVANCED" = "y"; "PRINTK_TIME" = "y"; "SQUASHFS" = "y";