Add tplink module for creating 'safeloader' images

This commit is contained in:
Arnout Engelen
2024-01-30 11:20:57 +01:00
parent 84ce618213
commit 61494fdc0c
4 changed files with 90 additions and 1 deletions

View File

@@ -60,6 +60,9 @@ in
Combined kernel and FDT in uImage (U-Boot compatible) format
'';
};
tplink-safeloader = mkOption {
type = types.package;
};
u-boot = mkOption {
type = types.package;
};