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 1 addition and 41 deletions
...@@ -6,8 +6,6 @@ PKG_VERSION:=1 ...@@ -6,8 +6,6 @@ PKG_VERSION:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-batman-adv/common define Package/gluon-mesh-batman-adv/common
SECTION:=gluon
CATEGORY:=Gluon
PROVIDES:=gluon-mesh-batman-adv PROVIDES:=gluon-mesh-batman-adv
DEPENDS:=+gluon-core +libgluonutil +gluon-client-bridge +gluon-ebtables +firewall +libiwinfo +kmod-dummy +libnl-tiny +libbatadv +@GLUON_SPECIALIZE_KERNEL:KERNEL_DUMMY +@GLUON_SPECIALIZE_KERNEL:KERNEL_CRC16 +@GLUON_SPECIALIZE_KERNEL:KERNEL_LIBCRC32C DEPENDS:=+gluon-core +libgluonutil +gluon-client-bridge +gluon-ebtables +firewall +libiwinfo +kmod-dummy +libnl-tiny +libbatadv +@GLUON_SPECIALIZE_KERNEL:KERNEL_DUMMY +@GLUON_SPECIALIZE_KERNEL:KERNEL_CRC16 +@GLUON_SPECIALIZE_KERNEL:KERNEL_LIBCRC32C
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-mesh-vpn-core define Package/gluon-mesh-vpn-core
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Basic support for connecting meshes via VPN tunnels TITLE:=Basic support for connecting meshes via VPN tunnels
DEPENDS:=+gluon-core +gluon-wan-dnsmasq +iptables +iptables-mod-extra +simple-tc \ DEPENDS:=+gluon-core +gluon-wan-dnsmasq +iptables +iptables-mod-extra +simple-tc \
+@GLUON_SPECIALIZE_KERNEL:KERNEL_NETFILTER_XT_MATCH_ADDRTYPE \ +@GLUON_SPECIALIZE_KERNEL:KERNEL_NETFILTER_XT_MATCH_ADDRTYPE \
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=3 ...@@ -6,8 +6,6 @@ PKG_VERSION:=3
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-vpn-fastd define Package/gluon-mesh-vpn-fastd
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Support for connecting meshes via fastd TITLE:=Support for connecting meshes via fastd
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +fastd +@GLUON_SPECIALIZE_KERNEL:KERNEL_TUN DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +fastd +@GLUON_SPECIALIZE_KERNEL:KERNEL_TUN
endef endef
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=3 ...@@ -6,8 +6,6 @@ PKG_VERSION:=3
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-vpn-tunneldigger define Package/gluon-mesh-vpn-tunneldigger
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Support for connecting meshes via tunneltigger/L2TPv3 pseudowire TITLE:=Support for connecting meshes via tunneltigger/L2TPv3 pseudowire
DEPENDS:=+gluon-core +gluon-mesh-vpn-core +tunneldigger +@GLUON_SPECIALIZE_KERNEL:KERNEL_L2TP DEPENDS:=+gluon-core +gluon-mesh-vpn-core +tunneldigger +@GLUON_SPECIALIZE_KERNEL:KERNEL_L2TP
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-neighbour-info define Package/gluon-neighbour-info
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=neighbour-info TITLE:=neighbour-info
DEPENDS:= DEPENDS:=
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-node-info define Package/gluon-node-info
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Add /etc/config/gluon-node-info to uci TITLE:=Add /etc/config/gluon-node-info to uci
DEPENDS:=+gluon-core +libgluonutil DEPENDS:=+gluon-core +libgluonutil
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-radv-filterd define Package/gluon-radv-filterd
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Filter IPv6 router advertisements TITLE:=Filter IPv6 router advertisements
DEPENDS:=+gluon-ebtables +libgluonutil +libbatadv +libnl-tiny DEPENDS:=+gluon-ebtables +libgluonutil +libbatadv +libnl-tiny
endef endef
......
...@@ -6,8 +6,6 @@ PKG_VERSION:=3 ...@@ -6,8 +6,6 @@ PKG_VERSION:=3
include ../gluon.mk include ../gluon.mk
define Package/gluon-radvd define Package/gluon-radvd
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Advertise an IPv6 prefix from the node TITLE:=Advertise an IPv6 prefix from the node
DEPENDS:=+gluon-core +uradvd DEPENDS:=+gluon-core +uradvd
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-respondd define Package/gluon-respondd
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Provides node information to the network TITLE:=Provides node information to the network
DEPENDS:=+gluon-core +libplatforminfo +libgluonutil +libuci +ubus +respondd DEPENDS:=+gluon-core +libplatforminfo +libgluonutil +libuci +ubus +respondd
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-setup-mode define Package/gluon-setup-mode
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Setup mode TITLE:=Setup mode
DEPENDS:=+gluon-core +gluon-lock-password +ubus +dnsmasq DEPENDS:=+gluon-core +gluon-lock-password +ubus +dnsmasq
endef endef
......
...@@ -17,8 +17,6 @@ include ../gluon.mk ...@@ -17,8 +17,6 @@ include ../gluon.mk
PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG) PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG)
define Package/gluon-site define Package/gluon-site
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Site-specific files of Gluon TITLE:=Site-specific files of Gluon
endef endef
...@@ -75,4 +73,4 @@ define Package/gluon-site/install ...@@ -75,4 +73,4 @@ define Package/gluon-site/install
$(GluonInstallI18N) $(GluonInstallI18N)
endef endef
$(eval $(call BuildPackage,gluon-site)) $(eval $(call BuildPackageGluon,gluon-site))
...@@ -6,8 +6,6 @@ PKG_VERSION:=3 ...@@ -6,8 +6,6 @@ PKG_VERSION:=3
include ../gluon.mk include ../gluon.mk
define Package/gluon-status-page define Package/gluon-status-page
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Status page showing information about the node TITLE:=Status page showing information about the node
DEPENDS:=+gluon-web +gluon-neighbour-info +gluon-respondd +uhttpd +sse-multiplex +libiwinfo +libjson-c +libnl-tiny +libubus-lua +libbatadv DEPENDS:=+gluon-web +gluon-neighbour-info +gluon-respondd +uhttpd +sse-multiplex +libiwinfo +libjson-c +libnl-tiny +libubus-lua +libbatadv
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-wan-dnsmasq define Package/gluon-wan-dnsmasq
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Support for a secondary DNS server using the WAN interface TITLE:=Support for a secondary DNS server using the WAN interface
DEPENDS:=+gluon-core +libubus-lua +dnsmasq +libpacketmark DEPENDS:=+gluon-core +libubus-lua +dnsmasq +libpacketmark
endef endef
......
...@@ -10,8 +10,6 @@ PKG_RELEASE:=1 ...@@ -10,8 +10,6 @@ PKG_RELEASE:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-admin define Package/gluon-web-admin
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Web-based simple administration interface for mesh nodes TITLE:=Web-based simple administration interface for mesh nodes
DEPENDS:=+gluon-config-mode-core +pretty-hostname DEPENDS:=+gluon-config-mode-core +pretty-hostname
endef endef
......
...@@ -10,8 +10,6 @@ PKG_RELEASE:=1 ...@@ -10,8 +10,6 @@ PKG_RELEASE:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-autoupdater define Package/gluon-web-autoupdater
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=gluon-web module for gluon-autoupdater TITLE:=gluon-web module for gluon-autoupdater
DEPENDS:=+gluon-web-admin +gluon-autoupdater DEPENDS:=+gluon-web-admin +gluon-autoupdater
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-web-logging define Package/gluon-web-logging
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-web-admin DEPENDS:=+gluon-web-admin
TITLE:=UI for remote syslog configuration TITLE:=UI for remote syslog configuration
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-web-mesh-vpn-fastd define Package/gluon-web-mesh-vpn-fastd
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=gluon-web module to enable and disable encryption for the mesh VPN TITLE:=gluon-web module to enable and disable encryption for the mesh VPN
DEPENDS:=+gluon-web-admin +gluon-mesh-vpn-fastd DEPENDS:=+gluon-web-admin +gluon-mesh-vpn-fastd
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-web-model define Package/gluon-web-model
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Minimal Lua web framework derived from LuCI (model support) TITLE:=Minimal Lua web framework derived from LuCI (model support)
DEPENDS:=+gluon-web DEPENDS:=+gluon-web
endef endef
......
...@@ -10,8 +10,6 @@ PKG_RELEASE:=1 ...@@ -10,8 +10,6 @@ PKG_RELEASE:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-network define Package/gluon-web-network
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=gluon-web module for network port configuration TITLE:=gluon-web module for network port configuration
DEPENDS:=+gluon-web-admin +gluon-client-bridge DEPENDS:=+gluon-web-admin +gluon-client-bridge
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-web-node-role define Package/gluon-web-node-role
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-web-admin +gluon-node-info DEPENDS:=+gluon-web-admin +gluon-node-info
TITLE:=UI for specifying node role TITLE:=UI for specifying node role
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment