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

treewide: automatically set SECTION and CATEGORY for Gluon packages

parent 6f0d9f1e
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 40 deletions
...@@ -7,8 +7,6 @@ PKG_RELEASE:=1 ...@@ -7,8 +7,6 @@ PKG_RELEASE:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-alfred define Package/gluon-alfred
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-core +gluon-respondd +gluon-neighbour-info gluon-mesh-batman-adv +micrond +alfred DEPENDS:=+gluon-core +gluon-respondd +gluon-neighbour-info gluon-mesh-batman-adv +micrond +alfred
TITLE:=Configure alfred TITLE:=Configure alfred
endef endef
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=2 ...@@ -6,8 +6,6 @@ PKG_VERSION:=2
include ../gluon.mk include ../gluon.mk
define Package/gluon-authorized-keys define Package/gluon-authorized-keys
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Fill /etc/dropbear/authorized_keys from site.conf TITLE:=Fill /etc/dropbear/authorized_keys from site.conf
DEPENDS:=+gluon-core DEPENDS:=+gluon-core
endef endef
......
...@@ -8,8 +8,6 @@ PKG_CONFIG_DEPENDS := CONFIG_GLUON_BRANCH ...@@ -8,8 +8,6 @@ PKG_CONFIG_DEPENDS := CONFIG_GLUON_BRANCH
include ../gluon.mk include ../gluon.mk
define Package/gluon-autoupdater define Package/gluon-autoupdater
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-core +libgluonutil +micrond +autoupdater DEPENDS:=+gluon-core +libgluonutil +micrond +autoupdater
TITLE:=Automatically update firmware TITLE:=Automatically update firmware
endef endef
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=1 ...@@ -6,8 +6,6 @@ PKG_VERSION:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-client-bridge define Package/gluon-client-bridge
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Provides a bridge and a wireless interface for clients to connect to TITLE:=Provides a bridge and a wireless interface for clients to connect to
DEPENDS:=+gluon-core +kmod-veth +@GLUON_SPECIALIZE_KERNEL:KERNEL_VETH DEPENDS:=+gluon-core +kmod-veth +@GLUON_SPECIALIZE_KERNEL:KERNEL_VETH
endef endef
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=1 ...@@ -6,8 +6,6 @@ PKG_VERSION:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-autoupdater define Package/gluon-config-mode-autoupdater
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Config Mode: Let the user know whether the autoupdater is enabled or not TITLE:=Config Mode: Let the user know whether the autoupdater is enabled or not
DEPENDS:=+gluon-config-mode-core +gluon-autoupdater DEPENDS:=+gluon-config-mode-core +gluon-autoupdater
endef endef
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=1 ...@@ -6,8 +6,6 @@ PKG_VERSION:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-contact-info define Package/gluon-config-mode-contact-info
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Allows the user to provide contact information to be distributed in the mesh TITLE:=Allows the user to provide contact information to be distributed in the mesh
DEPENDS:=+gluon-config-mode-core +gluon-node-info DEPENDS:=+gluon-config-mode-core +gluon-node-info
endef endef
......
...@@ -9,8 +9,6 @@ PKG_VERSION:=2 ...@@ -9,8 +9,6 @@ PKG_VERSION:=2
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-core define Package/gluon-config-mode-core
SECTION:=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-model +gluon-config-mode-theme +uhttpd DEPENDS:=+gluon-setup-mode +gluon-web-model +gluon-config-mode-theme +uhttpd
endef endef
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=1 ...@@ -6,8 +6,6 @@ PKG_VERSION:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-domain-select define Package/gluon-config-mode-domain-select
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=UI for changing the node-config TITLE:=UI for changing the node-config
DEPENDS:=+gluon-config-mode-core @GLUON_MULTIDOMAIN DEPENDS:=+gluon-config-mode-core @GLUON_MULTIDOMAIN
endef endef
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=1 ...@@ -6,8 +6,6 @@ PKG_VERSION:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-geo-location define Package/gluon-config-mode-geo-location
SECTION:=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 +gluon-node-info
endef endef
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=1 ...@@ -6,8 +6,6 @@ PKG_VERSION:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-hostname define Package/gluon-config-mode-hostname
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Set the hostname TITLE:=Set the hostname
DEPENDS:=+gluon-config-mode-core DEPENDS:=+gluon-config-mode-core
endef endef
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=2 ...@@ -6,8 +6,6 @@ PKG_VERSION:=2
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-mesh-vpn define Package/gluon-config-mode-mesh-vpn
SECTION:=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-core DEPENDS:=+gluon-config-mode-core +gluon-mesh-vpn-core
endef endef
......
...@@ -9,8 +9,6 @@ PKG_VERSION:=1 ...@@ -9,8 +9,6 @@ PKG_VERSION:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-theme define Package/gluon-config-mode-theme
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Gluon config mode theme for gluon-web TITLE:=Gluon config mode theme for gluon-web
DEPENDS:=+gluon-core +gluon-web DEPENDS:=+gluon-core +gluon-web
endef endef
......
...@@ -11,8 +11,6 @@ include ../gluon.mk ...@@ -11,8 +11,6 @@ include ../gluon.mk
include $(INCLUDE_DIR)/cmake.mk include $(INCLUDE_DIR)/cmake.mk
define Package/gluon-core define Package/gluon-core
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Base files of Gluon TITLE:=Base files of Gluon
DEPENDS:= \ DEPENDS:= \
+gluon-site +libgluonutil +libiwinfo-lua +lua-platform-info +lua-simple-uci +lua-hash +lua-jsonc \ +gluon-site +libgluonutil +libiwinfo-lua +lua-platform-info +lua-simple-uci +lua-hash +lua-jsonc \
......
...@@ -7,8 +7,6 @@ PKG_RELEASE:=1 ...@@ -7,8 +7,6 @@ PKG_RELEASE:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-ebtables-filter-multicast define Package/gluon-ebtables-filter-multicast
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Ebtables filters for multicast packets TITLE:=Ebtables filters for multicast packets
DEPENDS:=+gluon-core +gluon-ebtables gluon-mesh-batman-adv DEPENDS:=+gluon-core +gluon-ebtables gluon-mesh-batman-adv
endef endef
......
...@@ -7,8 +7,6 @@ PKG_RELEASE:=1 ...@@ -7,8 +7,6 @@ PKG_RELEASE:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-ebtables-filter-ra-dhcp define Package/gluon-ebtables-filter-ra-dhcp
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Ebtables filters for Router Advertisement and DHCP packets TITLE:=Ebtables filters for Router Advertisement and DHCP packets
DEPENDS:=+gluon-core +gluon-ebtables gluon-mesh-batman-adv DEPENDS:=+gluon-core +gluon-ebtables gluon-mesh-batman-adv
endef endef
......
...@@ -7,8 +7,6 @@ PKG_RELEASE:=1 ...@@ -7,8 +7,6 @@ PKG_RELEASE:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-ebtables-limit-arp define Package/gluon-ebtables-limit-arp
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Ebtables limiter for ARP packets TITLE:=Ebtables limiter for ARP packets
DEPENDS:=+gluon-core +gluon-ebtables gluon-mesh-batman-adv \ DEPENDS:=+gluon-core +gluon-ebtables gluon-mesh-batman-adv \
+@GLUON_SPECIALIZE_KERNEL:KERNEL_BRIDGE_EBT_LIMIT \ +@GLUON_SPECIALIZE_KERNEL:KERNEL_BRIDGE_EBT_LIMIT \
......
...@@ -7,8 +7,6 @@ PKG_RELEASE:=1 ...@@ -7,8 +7,6 @@ PKG_RELEASE:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-ebtables-source-filter define Package/gluon-ebtables-source-filter
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Ebtables rules to filter unreasonable L2 traffic. TITLE:=Ebtables rules to filter unreasonable L2 traffic.
DEPENDS:=+gluon-core +gluon-ebtables gluon-mesh-batman-adv DEPENDS:=+gluon-core +gluon-ebtables gluon-mesh-batman-adv
endef endef
......
...@@ -9,8 +9,6 @@ PKG_CONFIG_DEPENDS := CONFIG_GLUON_SPECIALIZE_KERNEL ...@@ -9,8 +9,6 @@ PKG_CONFIG_DEPENDS := CONFIG_GLUON_SPECIALIZE_KERNEL
include ../gluon.mk include ../gluon.mk
define Package/gluon-ebtables define Package/gluon-ebtables
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Ebtables support TITLE:=Ebtables support
DEPENDS:=+gluon-core +ebtables-tiny \ DEPENDS:=+gluon-core +ebtables-tiny \
+@GLUON_SPECIALIZE_KERNEL:KERNEL_BRIDGE_EBT_T_FILTER \ +@GLUON_SPECIALIZE_KERNEL:KERNEL_BRIDGE_EBT_T_FILTER \
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=1 ...@@ -6,8 +6,6 @@ PKG_VERSION:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-l3roamd define Package/gluon-l3roamd
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Configure l3roamd for babel TITLE:=Configure l3roamd for babel
DEPENDS:=+gluon-core +l3roamd DEPENDS:=+gluon-core +l3roamd
endef endef
......
...@@ -7,8 +7,6 @@ PKG_RELEASE:=1 ...@@ -7,8 +7,6 @@ PKG_RELEASE:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-lock-password define Package/gluon-lock-password
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Locks the root account by default TITLE:=Locks the root account by default
DEPENDS:=+gluon-core DEPENDS:=+gluon-core
endef endef
......
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