2018-02-02 20:33:17 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-config-mode-domain-select
|
|
|
|
PKG_VERSION:=1
|
|
|
|
|
|
|
|
include ../gluon.mk
|
|
|
|
|
|
|
|
define Package/gluon-config-mode-domain-select
|
|
|
|
TITLE:=UI for changing the node-config
|
|
|
|
DEPENDS:=+gluon-config-mode-core @GLUON_MULTIDOMAIN
|
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-config-mode-domain-select))
|