zyxel-bootconfig: init at no version
This tool is useful for manipulating the A/B boot status of the image.
This commit is contained in:
13
pkgs/zyxel-bootconfig/default.nix
Normal file
13
pkgs/zyxel-bootconfig/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
stdenv
|
||||
, openwrt
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "zyxel-bootconfig";
|
||||
inherit (openwrt) src;
|
||||
sourceRoot = "openwrt-source/package/utils/zyxel-bootconfig/src";
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
install -Dm644 zyxel-bootconfig $out/bin/zyxel-bootconfig
|
||||
'';
|
||||
}
|
Reference in New Issue
Block a user