Skip to content

Commit

Permalink
use respondd-respondd-wifi for wifi values
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Aug 17, 2018
1 parent 52330e0 commit 65a799d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/gluon-mesh-babel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include ../gluon.mk

define Package/gluon-mesh-babel
TITLE:=Babel mesh
DEPENDS:=+gluon-core +babeld +mmfd +libgluonutil +firewall +libjson-c +libnl-tiny +libubus +libubox +libblobmsg-json +libbabelhelper +luabitop
DEPENDS:=+gluon-core +babeld +mmfd +libgluonutil +firewall +libjson-c +libnl-tiny +libubus +libubox +libblobmsg-json +libbabelhelper +luabitop +respondd-module-gluonwifi
PROVIDES:=gluon-mesh-provider
endef

Expand Down
4 changes: 2 additions & 2 deletions package/gluon-mesh-batman-adv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ define Package/gluon-mesh-batman-adv-14
$(Package/gluon-mesh-batman-adv/common)
TITLE:=Support for batman-adv meshing (compat level 14)
CONFLICTS:=gluon-mesh-batman-adv-15
DEPENDS+=+kmod-batman-adv-legacy
DEPENDS+=+kmod-batman-adv-legacy +respondd-module-gluonwifi
endef

define Package/gluon-mesh-batman-adv-15
$(Package/gluon-mesh-batman-adv/common)
TITLE:=Support for batman-adv meshing (compat level 15)
DEPENDS+=+kmod-batman-adv +batctl
DEPENDS+=+kmod-batman-adv +batctl +respondd-module-gluonwifi
endef

define Package/gluon-mesh-batman-adv-14/install
Expand Down

0 comments on commit 65a799d

Please sign in to comment.