Merge pull request #4050 from zx2c4/master

net/wireguard: add stub install section
This commit is contained in:
Hannu Nyman 2017-02-21 13:43:12 +02:00 committed by GitHub
commit 465ca521ee

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