forked from dan/liminix
config-1
This commit is contained in:
parent
616122fa3f
commit
4d9a811f38
@ -40,12 +40,12 @@
|
||||
};
|
||||
|
||||
configurations {
|
||||
// The OpenWRT One wants this to be 'conf-1' specifically. For now it's
|
||||
// The OpenWRT One wants this to be 'config-1' specifically. For now it's
|
||||
// easy to just choose that, if there's another device that has a
|
||||
// different restriction then we should probably add 'if not found
|
||||
// select default' logic and/or make this configurable.
|
||||
default = "conf-1";
|
||||
conf-1 {
|
||||
default = "config-1";
|
||||
config-1 {
|
||||
description = "Boot Linux kernel with FDT blob";
|
||||
kernel = "kernel";
|
||||
fdt = "fdt-1";
|
||||
|
Loading…
Reference in New Issue
Block a user