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