From 8da243c05fe41de918f91edf651dab14d38d8fa8 Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Wed, 10 Apr 2019 09:40:44 +0200 Subject: [PATCH] add respondd-wifi from gluon independent packages --- package/gluon-respondd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-respondd/Makefile b/package/gluon-respondd/Makefile index 52839a86..9161baba 100644 --- a/package/gluon-respondd/Makefile +++ b/package/gluon-respondd/Makefile @@ -7,7 +7,7 @@ include ../gluon.mk define Package/gluon-respondd TITLE:=Provides node information to the network - DEPENDS:=+gluon-core +libplatforminfo +libgluonutil +libuci +ubus +respondd + DEPENDS:=+gluon-core +libplatforminfo +libgluonutil +libuci +ubus +respondd +respondd-wifi endef $(eval $(call BuildPackageGluon,gluon-respondd))