2013-01-30 20:20:58 +00:00
|
|
|
# Copyright (C) 2012 Nils Schneider <nils at nilsschneider.net>
|
|
|
|
# This is free software, licensed under the Apache 2.0 license.
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2014-07-27 17:31:45 +00:00
|
|
|
PKG_NAME:=gluon-config-mode-core
|
2013-01-30 20:20:58 +00:00
|
|
|
|
2016-10-08 22:18:45 +00:00
|
|
|
include ../gluon.mk
|
2013-01-30 20:20:58 +00:00
|
|
|
|
2014-07-27 17:31:45 +00:00
|
|
|
define Package/gluon-config-mode-core
|
2017-02-08 21:19:24 +00:00
|
|
|
TITLE:=Configuration wizard for user friendly setup of new mesh nodes
|
2018-02-25 22:17:22 +00:00
|
|
|
DEPENDS:=+gluon-setup-mode +gluon-web-model +gluon-config-mode-theme +uhttpd
|
2013-01-30 20:20:58 +00:00
|
|
|
endef
|
|
|
|
|
2014-07-27 17:31:45 +00:00
|
|
|
define Package/gluon-config-mode-core/install
|
2018-03-08 18:49:41 +00:00
|
|
|
$(Gluon/Build/Install)
|
2018-02-25 22:05:54 +00:00
|
|
|
|
|
|
|
$(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/
|
2022-12-18 17:19:59 +00:00
|
|
|
$(LN) /lib/gluon/web/www/static/gluon-web-model.min.js $(1)/lib/gluon/config-mode/www/static/gluon-web-model.js
|
2013-01-30 20:20:58 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-config-mode-core))
|