convert flash params to int
This commit is contained in:
parent
abfb35a231
commit
f9f4d97bb8
11 changed files with 21 additions and 21 deletions
|
@ -71,7 +71,7 @@
|
|||
entryPoint = lim.parseInt "0x00010000";
|
||||
rootDevice = "/dev/mtdblock0";
|
||||
|
||||
flash.eraseBlockSize = "65536"; # c.f. pkgs/mips-vm/mips-vm.sh
|
||||
flash.eraseBlockSize = 65536; # c.f. pkgs/mips-vm/mips-vm.sh
|
||||
networkInterfaces =
|
||||
let inherit (config.system.service.network) link;
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue