Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
minor fix building with APK

how to:
1) add src-git repository to feeds
2) enable kmod-wireguard as y/M (for resolving dependencies)
3) enbale kmod-amneziawg
2 changes: 1 addition & 1 deletion kmod-amneziawg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/package.mk

define KernelPackage/amneziawg
SECTION:=kernel
CATEGORY:=Kernel Modules
CATEGORY:=Kernel modules
SUBMENU:=Network Support
URL:=https://amnezia.org/
MAINTAINER:=Amnezia Admin <[email protected]>
Expand Down
3 changes: 2 additions & 1 deletion luci-proto-amneziawg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
include $(TOPDIR)/rules.mk

PKG_MAINTAINER:=Amnezia Admin <[email protected]>
PKG_VERSION:=0.0.1-1
PKG_VERSION:=0.0.1
PKG_RELEASE=1
LUCI_TITLE:=AmneziaWG Web UI
LUCI_DESCRIPTION:=Provides Web UI for AmneziaWG
LUCI_DEPENDS:=+luci-base +amneziawg-tools +ucode
Expand Down