forked from amnezia-vpn/amneziawg-openwrt
-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6db97a5
commit d50960a
Showing
6 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=amnezia-wg-tools | ||
PKG_NAME:=amneziawg-tools | ||
|
||
PKG_VERSION:=1.0.20240213 | ||
PKG_RELEASE:=$(AUTORELEASE) | ||
|
@@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk | |
MAKE_PATH:=src | ||
MAKE_VARS += PLATFORM=linux | ||
|
||
define Package/amnezia-wg-tools | ||
define Package/amneziawg-tools | ||
CATEGORY:=Network | ||
URL:=https://www.wireguard.com | ||
MAINTAINER:=Jason A. Donenfeld <[email protected]> | ||
|
@@ -36,7 +36,7 @@ define Package/amnezia-wg-tools | |
+@BUSYBOX_CONFIG_FEATURE_IP_LINK | ||
endef | ||
|
||
define Package/amnezia-wg-tools/description | ||
define Package/amneziawg-tools/description | ||
WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes | ||
state-of-the-art cryptography. It aims to be faster, simpler, leaner, and | ||
more useful than IPSec, while avoiding the massive headache. It intends to | ||
|
@@ -48,12 +48,12 @@ define Package/amnezia-wg-tools/description | |
`wg(8)`, a netifd protocol helper, and a re-resolve watchdog script. | ||
endef | ||
|
||
define Package/amnezia-wg-tools/install | ||
define Package/amneziawg-tools/install | ||
$(INSTALL_DIR) $(1)/usr/bin/ | ||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/wg $(1)/usr/bin/amneziawg | ||
$(INSTALL_BIN) ./files/amneziawg_watchdog $(1)/usr/bin/ | ||
$(INSTALL_DIR) $(1)/lib/netifd/proto/ | ||
$(INSTALL_BIN) ./files/amneziawg.sh $(1)/lib/netifd/proto/ | ||
endef | ||
|
||
$(eval $(call BuildPackage,amnezia-wg-tools)) | ||
$(eval $(call BuildPackage,amneziawg-tools)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters