Skip to content
Snippets Groups Projects
Unverified Commit 39253442 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-setup-mode: move HTTP server support to gluon-config-mode-core, add gluon-lock-password

parent 9648489a
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ define Package/gluon-config-mode-core ...@@ -17,7 +17,7 @@ define Package/gluon-config-mode-core
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Configuration wizard for user friendly setup of new mesh nodes TITLE:=Configuration wizard for user friendly setup of new mesh nodes
DEPENDS:=+gluon-setup-mode +gluon-web-theme +gluon-lock-password +pretty-hostname DEPENDS:=+gluon-setup-mode +gluon-web-model +gluon-web-theme +uhttpd
endef endef
define Build/Prepare define Build/Prepare
...@@ -35,6 +35,12 @@ endef ...@@ -35,6 +35,12 @@ endef
define Package/gluon-config-mode-core/install define Package/gluon-config-mode-core/install
$(CP) ./files/* $(1)/ $(CP) ./files/* $(1)/
$(CP) $(PKG_BUILD_DIR)/luadest/* $(1)/ $(CP) $(PKG_BUILD_DIR)/luadest/* $(1)/
$(INSTALL_DIR) $(1)/lib/gluon/config-mode/view/ $(1)/lib/gluon/config-mode/www/static/
$(LN) /lib/gluon/web/i18n $(1)/lib/gluon/config-mode/
$(LN) /lib/gluon/web/view/{error,model} $(1)/lib/gluon/config-mode/view/
$(LN) /lib/gluon/web/www/static/gluon-web-model.js $(1)/lib/gluon/config-mode/www/static/
$(call GluonInstallI18N,gluon-config-mode-core,$(1)) $(call GluonInstallI18N,gluon-config-mode-core,$(1))
endef endef
......
...@@ -15,7 +15,7 @@ define Package/gluon-setup-mode ...@@ -15,7 +15,7 @@ define Package/gluon-setup-mode
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Setup mode TITLE:=Setup mode
DEPENDS:=+gluon-core +gluon-web-model +ubus +uhttpd +dnsmasq DEPENDS:=+gluon-core +gluon-lock-password +ubus +dnsmasq
endef endef
define Package/gluon-setup-mode/description define Package/gluon-setup-mode/description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment