Skip to content

Commit

Permalink
luci-proto-{wireguard,yggdrasil}: remove unnecessary PROVIDES
Browse files Browse the repository at this point in the history
Remove the unnecessary PROVIDES statements from two protocols.

Wireguard was recently changed erroneously: the old compatibility
reference to luci-app-wireguard was replaced by self-reference.
But as the app and proto were combined already in 2022, the old
compatibility define should be unnecessary by now, so just remove it.

Yggdrasil has had a similar unnecessary setting (package
PROVIDES itself), so remove that at the same time.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
  • Loading branch information
hnyman committed Apr 25, 2024
1 parent cd26146 commit 1ba94f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion protocols/luci-proto-wireguard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ LUCI_TITLE:=Support for WireGuard VPN
LUCI_DEPENDS:=+wireguard-tools +ucode
LUCI_PKGARCH:=all

PKG_PROVIDES:=luci-proto-wireguard
PKG_LICENSE:=Apache-2.0

include ../../luci.mk
Expand Down
2 changes: 0 additions & 2 deletions protocols/luci-proto-yggdrasil/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ LUCI_DEPENDS:=+yggdrasil
LUCI_PKGARCH:=all
PKG_VERSION:=1.1.0

PKG_PROVIDES:=luci-proto-yggdrasil

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature

0 comments on commit 1ba94f2

Please sign in to comment.