devices/zyxel-nwa50ax: make zyxel-bootconfig
executable
Otherwise, it doesn't work well… Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
628f4dfdbe
commit
c5145b5fc9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||
sourceRoot = "openwrt-source/package/utils/zyxel-bootconfig/src";
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
install -Dm644 zyxel-bootconfig $out/bin/zyxel-bootconfig
|
||||
install -Dm544 zyxel-bootconfig $out/bin/zyxel-bootconfig
|
||||
'';
|
||||
meta = {
|
||||
mainProgram = "zyxel-bootconfig";
|
||||
|
|
Loading…
Reference in a new issue