mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
15 lines
357 B
Makefile
15 lines
357 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Support for AmneziaWG VPN
|
|
LUCI_DESCRIPTION:=Provides support and Web UI for AmneziaWG VPN
|
|
PKG_VERSION:=2.0.4
|
|
LUCI_DEPENDS:=+amneziawg-tools +ucode +luci-lib-uqr +resolveip
|
|
LUCI_PKGARCH:=all
|
|
PKGARCH:=all
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|