Wireguard tools should be executable.
This commit is contained in:
parent
c83f3a2296
commit
06258275a6
1 changed files with 1 additions and 0 deletions
|
@ -27,4 +27,5 @@ makeinstall_target() {
|
|||
cp ${PKG_DIR}/scripts/wg-genconfig ${INSTALL}/usr/bin
|
||||
cp ${PKG_BUILD}/src/wg ${INSTALL}/usr/bin
|
||||
cp ${PKG_BUILD}/src/wg-quick/linux.bash ${INSTALL}/usr/bin/wg-quick
|
||||
chmod -755 ${INSTALL}/usr/bin/*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue