init commit
This commit is contained in:
8
devices/pi-img.nix
Normal file
8
devices/pi-img.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.callPackage ../buildOpenwrt.nix {
|
||||
target = "brcm2708";
|
||||
arch = "bcm2708";
|
||||
version= "19.07.4";
|
||||
profile = "rpi";
|
||||
packages = ["luci-ssl"];
|
||||
}
|
||||
Reference in New Issue
Block a user