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:
Jason A. Donenfeld 2017-02-21 12:37:22 +01:00
parent 9cd051e0d2
commit fd8a7479cf
1 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,10 @@ define Build/Compile
$(call Build/Compile/Default)
endef
define Package/wireguard/install
true
endef
define Package/wireguard/description
$(call Package/wireguard/Default/description)
endef