treewide: add missing BUILDONLY

Fixes Makefile warnings:

WARNING: skipping X -- package has no install section

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-10-12 17:40:44 -07:00
parent 233398ced5
commit 5a7148d112
10 changed files with 10 additions and 0 deletions
+1
View File
@@ -100,6 +100,7 @@ define Package/snmpd-static
$(call Package/net-snmp/Default)
DEPENDS:=+snmpd
TITLE:=Open source SNMP implementation (daemon)
BUILDONLY:=1
endef