remove checkedConfig, check all the config
This commit is contained in:
@@ -29,10 +29,6 @@ in {
|
||||
# other strings are also used
|
||||
type = types.attrsOf types.nonEmptyStr;
|
||||
};
|
||||
checkedConfig = mkOption {
|
||||
type = types.attrsOf types.nonEmptyStr;
|
||||
default = {};
|
||||
};
|
||||
};
|
||||
boot.commandLine = mkOption {
|
||||
type = types.listOf types.nonEmptyStr;
|
||||
@@ -71,7 +67,6 @@ in {
|
||||
TMPFS_POSIX_ACL = "y";
|
||||
TMPFS_XATTR = "y";
|
||||
};
|
||||
checkedConfig = config;
|
||||
};
|
||||
boot.commandLine = [
|
||||
"earlyprintk=serial,ttyS0 console=ttyS0,115200 panic=10 oops=panic init=/bin/init loglevel=8 rootfstype=squashfs"
|
||||
|
@@ -5,7 +5,7 @@
|
||||
{
|
||||
config = {
|
||||
kernel = {
|
||||
checkedConfig = {
|
||||
config = {
|
||||
MTD = "y";
|
||||
MTD_PHRAM = "y";
|
||||
MTD_CMDLINE_PARTS = "y";
|
||||
|
@@ -7,7 +7,7 @@ let
|
||||
in {
|
||||
config = {
|
||||
kernel = rec {
|
||||
checkedConfig = {
|
||||
config = {
|
||||
CFG80211= "y";
|
||||
MAC80211= "y";
|
||||
MAC80211_MESH= "y";
|
||||
|
Reference in New Issue
Block a user