14 lines
322 B
Makefile
14 lines
322 B
Makefile
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
|
|
|
|
$(eval $(call BuildPackageGluon,gluon-config-mode-domain-select))
|