gl-ar750: ath10k wireless depends on firmware
so make sure the firmware is present _first_ the ath10k is still broken anyway, looking into why
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
, kernel ? null
|
||||
, runCommand
|
||||
, pkgsBuildBuild
|
||||
, dependencies ? []
|
||||
} :
|
||||
let
|
||||
inherit (liminix.services) oneshot;
|
||||
@@ -38,4 +39,5 @@ in oneshot {
|
||||
name = "kmodloader-" + (concatStringsSep "-" targets);
|
||||
up = "sh ${loader}/load.sh";
|
||||
down = "sh ${loader}/unload.sh";
|
||||
inherit dependencies;
|
||||
}
|
||||
|
Reference in New Issue
Block a user