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

Introduce virtual packages for gluon-setup-mode and gluon-config-mode-core

This will require site.mk to explicitly pull in the gluon-setup-mode and
gluon-config-mode-core packages.
parent 6ee65907
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ define Package/gluon-config-mode-autoupdater ...@@ -14,7 +14,7 @@ define Package/gluon-config-mode-autoupdater
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Let the user know whether the autoupdater is enabled or not. TITLE:=Let the user know whether the autoupdater is enabled or not.
DEPENDS:=+gluon-config-mode-core +gluon-autoupdater DEPENDS:=gluon-config-mode-core-virtual +gluon-autoupdater
endef endef
define Package/gluon-config-mode-autoupdater/description define Package/gluon-config-mode-autoupdater/description
......
...@@ -14,7 +14,7 @@ define Package/gluon-config-mode-contact-info ...@@ -14,7 +14,7 @@ define Package/gluon-config-mode-contact-info
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Set a custom string that will be distributed in the mesh. TITLE:=Set a custom string that will be distributed in the mesh.
DEPENDS:=+gluon-config-mode-core +gluon-node-info DEPENDS:=gluon-config-mode-core-virtual +gluon-node-info
endef endef
define Build/Prepare define Build/Prepare
......
...@@ -17,7 +17,8 @@ define Package/gluon-config-mode-core ...@@ -17,7 +17,8 @@ define Package/gluon-config-mode-core
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Luci based config mode for user friendly setup of new mesh nodes TITLE:=Luci based config mode for user friendly setup of new mesh nodes
DEPENDS:=+gluon-setup-mode +gluon-luci-theme +gluon-lock-password $(GLUON_I18N_PACKAGES) DEPENDS:=gluon-setup-mode-virtual +gluon-luci-theme +gluon-lock-password $(GLUON_I18N_PACKAGES)
PROVIDES:=gluon-config-mode-core-virtual
endef endef
define Build/Prepare define Build/Prepare
......
...@@ -14,7 +14,7 @@ define Package/gluon-config-mode-geo-location ...@@ -14,7 +14,7 @@ define Package/gluon-config-mode-geo-location
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Set geographic location of a node TITLE:=Set geographic location of a node
DEPENDS:=+gluon-config-mode-core +gluon-node-info DEPENDS:=gluon-config-mode-core-virtual +gluon-node-info
endef endef
define Build/Prepare define Build/Prepare
......
...@@ -14,7 +14,7 @@ define Package/gluon-config-mode-hostname ...@@ -14,7 +14,7 @@ define Package/gluon-config-mode-hostname
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Set the hostname TITLE:=Set the hostname
DEPENDS:=+gluon-config-mode-core DEPENDS:=gluon-config-mode-core-virtual
endef endef
define Build/Prepare define Build/Prepare
......
...@@ -14,7 +14,7 @@ define Package/gluon-config-mode-mesh-vpn ...@@ -14,7 +14,7 @@ define Package/gluon-config-mode-mesh-vpn
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Toggle mesh-vpn and bandwidth limit TITLE:=Toggle mesh-vpn and bandwidth limit
DEPENDS:=+gluon-config-mode-core +gluon-mesh-vpn-fastd +gluon-simple-tc DEPENDS:=gluon-config-mode-core-virtual +gluon-mesh-vpn-fastd +gluon-simple-tc
endef endef
define Build/Prepare define Build/Prepare
......
...@@ -15,7 +15,7 @@ define Package/gluon-luci-admin ...@@ -15,7 +15,7 @@ define Package/gluon-luci-admin
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Luci based simple administration interface for mesh nodes TITLE:=Luci based simple administration interface for mesh nodes
DEPENDS:=+gluon-config-mode-core DEPENDS:=gluon-config-mode-core-virtual
endef endef
define Package/gluon-luci-admin/description define Package/gluon-luci-admin/description
......
...@@ -11,7 +11,7 @@ define Package/gluon-mesh-vpn-fastd ...@@ -11,7 +11,7 @@ define Package/gluon-mesh-vpn-fastd
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Support for connecting batman-adv meshes via fastd TITLE:=Support for connecting batman-adv meshes via fastd
DEPENDS:=+gluon-core +gluon-mesh-batman-adv +gluon-wan-dnsmasq +fastd +iptables-mod-extra DEPENDS:=+gluon-core gluon-mesh-batman-adv +gluon-wan-dnsmasq +fastd +iptables-mod-extra
endef endef
define Package/gluon-mesh-vpn-fastd/description define Package/gluon-mesh-vpn-fastd/description
......
...@@ -15,6 +15,7 @@ define Package/gluon-setup-mode ...@@ -15,6 +15,7 @@ define Package/gluon-setup-mode
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Setup mode TITLE:=Setup mode
DEPENDS:=+gluon-core +uhttpd +dnsmasq DEPENDS:=+gluon-core +uhttpd +dnsmasq
PROVIDES:=gluon-setup-mode-virtual
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.
Please register or to comment