Commit c49e0247 authored by Felix Singer's avatar Felix Singer
Browse files

em100: Build and include makedpfw tool



This tool allows to produce a firmware update binary for the EM100.

Signed-off-by: default avatarFelix Singer <felixsinger@posteo.net>
parent 444f948e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,11 +27,13 @@ stdenv.mkDerivation rec {

  buildFlags = [
    "em100"
    "makedpfw"
  ];

  installPhase = ''
    runHook preInstall
    install -Dm755 em100 $out/bin/em100
    install -Dm755 makedpfw $out/bin/makedpfw
    install -Dm644 60-dediprog-em100pro.rules $out/lib/udev/rules.d/dediprog_em100.rules
    runHook postInstall
  '';