init commit

This commit is contained in:
stubbfelnewpc
2020-10-07 22:18:32 +02:00
commit 74562f4bb5
8 changed files with 231 additions and 0 deletions

8
devices/pi-img.nix Normal file
View 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"];
}