Skip to content

Commit

Permalink
config mode modules have to depend on gluon-web-admin instead of just…
Browse files Browse the repository at this point in the history
… gluon-core

This is downward compatible, but must be used if you build from the current master since 23/11/2019 commit 23fd9cd
  • Loading branch information
rubo77 committed Dec 22, 2019
1 parent 7b5b7ca commit f6db033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gluon-ssid-changer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include $(TOPDIR)/../package/gluon.mk

define Package/$(PKG_NAME)
TITLE:=changes the SSID to an Offline-SSID so clients don't connect to an offline WiFi
DEPENDS:=+gluon-core +micrond
DEPENDS:=+gluon-web-admin +micrond
endef

define Package/$(PKG_NAME)/description
Expand Down

0 comments on commit f6db033

Please sign in to comment.