Fixup OpenWrt 21.02 changes #146

Closed
fbl wants to merge 2 commits from fbl:2102-fixup into master
1 changed files with 3 additions and 2 deletions
Showing only changes of commit a81d58a847 - Show all commits

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-wireguard
PKG_RELEASE:=6
PKG_RELEASE:=7
include $(INCLUDE_DIR)/package.mk
@ -11,8 +11,9 @@ define Package/fff-wireguard
TITLE:=Freifunk-Franken wireguard
URL:=https://www.freifunk-franken.de
DEPENDS:= \
+kmod-wireguard \
+owipcalc \
+wireguard \
+wireguard-tools \
+fff-babeld \
+fff-network
endef