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>
LUCI_DEPENDS:=+wireguard-tools +ucode
LUCI_PKGARCH:=all
-PKG_PROVIDES:=luci-proto-wireguard
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
LUCI_PKGARCH:=all
PKG_VERSION:=1.1.0
-PKG_PROVIDES:=luci-proto-yggdrasil
-
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature