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
@@ -54,6 +54,7 @@ define Package/redis-full
$(call Package/redis/Default)
TITLE:=All Redis binaries (server,cli and utils)
DEPENDS:=+redis-utils +redis-cli
BUILDONLY:=1
endef
define Package/redis-full/description