wireguard-tools: Add missing directory
fixes issue #3515 Signed-off-by: Dan Luedtke <mail@danrl.com>
This commit is contained in:
parent
abe11a3982
commit
c5a6eb25d9
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||||
PKG_NAME:=wireguard
|
PKG_NAME:=wireguard
|
||||||
|
|
||||||
PKG_VERSION:=0.0.20161110
|
PKG_VERSION:=0.0.20161110
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=WireGuard-experimental-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=WireGuard-experimental-$(PKG_VERSION).tar.xz
|
||||||
# This is actually SHA256, but OpenWRT/LEDE will figure it out based on the length
|
# This is actually SHA256, but OpenWRT/LEDE will figure it out based on the length
|
||||||
|
@ -83,6 +83,7 @@ endef
|
||||||
define Package/wireguard-tools/install
|
define Package/wireguard-tools/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin/
|
$(INSTALL_DIR) $(1)/usr/bin/
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/tools/wg $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/tools/wg $(1)/usr/bin/
|
||||||
|
$(INSTALL_DIR) $(1)/lib/netifd/proto/
|
||||||
$(INSTALL_BIN) ./files/wireguard.sh $(1)/lib/netifd/proto/
|
$(INSTALL_BIN) ./files/wireguard.sh $(1)/lib/netifd/proto/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue