router: add all my hacks to make ubifs work
This commit is contained in:
parent
aa55031cfd
commit
886b9e7c0c
2 changed files with 7 additions and 1 deletions
|
@ -23,6 +23,12 @@ in rec {
|
|||
};
|
||||
};
|
||||
|
||||
hardware.ubi = {
|
||||
# PLEASE remove this when using the real RAM. These are just tweaks to make tftpboot working
|
||||
minIOSize = lib.mkForce "1";
|
||||
eraseBlockSize = lib.mkForce "130944";
|
||||
};
|
||||
|
||||
imports = [
|
||||
(liminix + "/modules/network")
|
||||
(liminix + "/modules/ssh")
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 83ee488e4c81124380b8bd4ff8183e632f30eb91
|
||||
Subproject commit aeca7d66ba0f146f8f3f53c38ec0aa858fad4381
|
Loading…
Reference in a new issue