turris omnia: don't hardcode rootfsType
This commit is contained in:
parent
5ee4adff10
commit
049cdbb610
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
||||||
NET_DSA_MV88E6XXX = "y"; # depends on PTP_1588_CLOCK_OPTIONAL
|
NET_DSA_MV88E6XXX = "y"; # depends on PTP_1588_CLOCK_OPTIONAL
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
rootfsType = "ext4";
|
|
||||||
boot = {
|
boot = {
|
||||||
commandLine = [
|
commandLine = [
|
||||||
"console=ttyS0,115200"
|
"console=ttyS0,115200"
|
||||||
|
|
Loading…
Reference in a new issue