net/wireguard: add stub install section
This is in response to the metapackage discussion in openwrt/luci#1030. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
9cd051e0d2
commit
fd8a7479cf
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ define Build/Compile
|
||||||
$(call Build/Compile/Default)
|
$(call Build/Compile/Default)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/wireguard/install
|
||||||
|
true
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/wireguard/description
|
define Package/wireguard/description
|
||||||
$(call Package/wireguard/Default/description)
|
$(call Package/wireguard/Default/description)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue