does not build

This commit is contained in:
Jan-Niklas Burfeind 2023-01-04 11:48:29 +01:00
parent 34ba8b3047
commit 056b7a8160
69 changed files with 256 additions and 256 deletions

View File

@ -18,7 +18,7 @@ GLUON_FEATURES := \
web-wizard web-wizard
GLUON_FEATURES_standard := \ GLUON_FEATURES_standard := \
wireless-encryption-wpa3 wireless-encryption-wpa3
## GLUON_SITE_PACKAGES ## GLUON_SITE_PACKAGES
# Specify additional Gluon/OpenWrt packages to include here; # Specify additional Gluon/OpenWrt packages to include here;

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-alfred
include ../gluon.mk include ../gluon.mk
define Package/gluon-alfred define Package/gluon-alfred
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
$(eval $(call BuildPackageGluon,gluon-alfred)) $(eval $(call BuildPackageGluon,gluon-alfred))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-authorized-keys
include ../gluon.mk include ../gluon.mk
define Package/gluon-authorized-keys define Package/gluon-authorized-keys
TITLE:=Fill /etc/dropbear/authorized_keys from site.conf TITLE:=Fill /etc/dropbear/authorized_keys from site.conf
DEPENDS:=+gluon-core +gluon-lock-password DEPENDS:=+gluon-core +gluon-lock-password
endef endef
$(eval $(call BuildPackageGluon,gluon-authorized-keys)) $(eval $(call BuildPackageGluon,gluon-authorized-keys))

View File

@ -7,8 +7,8 @@ PKG_CONFIG_DEPENDS := CONFIG_GLUON_AUTOUPDATER_BRANCH CONFIG_GLUON_AUTOUPDATER_E
include ../gluon.mk include ../gluon.mk
define Package/gluon-autoupdater define Package/gluon-autoupdater
DEPENDS:=+gluon-core +libgluonutil +micrond +autoupdater DEPENDS:=+gluon-core +libgluonutil +micrond +autoupdater
TITLE:=Automatically update firmware TITLE:=Automatically update firmware
endef endef
define Package/gluon-autoupdater/config define Package/gluon-autoupdater/config
@ -19,12 +19,12 @@ define Package/gluon-autoupdater/install
$(Gluon/Build/Install) $(Gluon/Build/Install)
$(INSTALL_DIR) $(1)/lib/gluon/autoupdater $(INSTALL_DIR) $(1)/lib/gluon/autoupdater
ifneq ($(CONFIG_GLUON_AUTOUPDATER_BRANCH),"") ifneq ($(CONFIG_GLUON_AUTOUPDATER_BRANCH),"")
echo '$(call qstrip,$(CONFIG_GLUON_AUTOUPDATER_BRANCH))' > $(1)/lib/gluon/autoupdater/default_branch echo '$(call qstrip,$(CONFIG_GLUON_AUTOUPDATER_BRANCH))' > $(1)/lib/gluon/autoupdater/default_branch
endif endif
ifneq ($(CONFIG_GLUON_AUTOUPDATER_ENABLED),) ifneq ($(CONFIG_GLUON_AUTOUPDATER_ENABLED),)
touch $(1)/lib/gluon/autoupdater/default_enabled touch $(1)/lib/gluon/autoupdater/default_enabled
endif endif
endef endef
$(eval $(call BuildPackageGluon,gluon-autoupdater)) $(eval $(call BuildPackageGluon,gluon-autoupdater))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-client-bridge
include ../gluon.mk include ../gluon.mk
define Package/gluon-client-bridge define Package/gluon-client-bridge
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 DEPENDS:=+gluon-core +kmod-veth
endef endef
$(eval $(call BuildPackageGluon,gluon-client-bridge)) $(eval $(call BuildPackageGluon,gluon-client-bridge))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-config-mode-autoupdater
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-autoupdater define Package/gluon-config-mode-autoupdater
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
$(eval $(call BuildPackageGluon,gluon-config-mode-autoupdater)) $(eval $(call BuildPackageGluon,gluon-config-mode-autoupdater))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-config-mode-contact-info
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-contact-info define Package/gluon-config-mode-contact-info
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
$(eval $(call BuildPackageGluon,gluon-config-mode-contact-info)) $(eval $(call BuildPackageGluon,gluon-config-mode-contact-info))

View File

@ -8,8 +8,8 @@ PKG_NAME:=gluon-config-mode-core
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-core define Package/gluon-config-mode-core
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
define Package/gluon-config-mode-core/install define Package/gluon-config-mode-core/install

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-config-mode-domain-select
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-domain-select define Package/gluon-config-mode-domain-select
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
$(eval $(call BuildPackageGluon,gluon-config-mode-domain-select)) $(eval $(call BuildPackageGluon,gluon-config-mode-domain-select))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-config-mode-geo-location-osm
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-geo-location-osm define Package/gluon-config-mode-geo-location-osm
TITLE:=Set geographic location of a node (map support) TITLE:=Set geographic location of a node (map support)
DEPENDS:=+gluon-config-mode-geo-location +gluon-web-osm DEPENDS:=+gluon-config-mode-geo-location +gluon-web-osm
endef endef
define Package/gluon-config-mode-geo-location-osm/install define Package/gluon-config-mode-geo-location-osm/install

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-config-mode-geo-location
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-geo-location define Package/gluon-config-mode-geo-location
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
$(eval $(call BuildPackageGluon,gluon-config-mode-geo-location)) $(eval $(call BuildPackageGluon,gluon-config-mode-geo-location))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-config-mode-hostname
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-hostname define Package/gluon-config-mode-hostname
TITLE:=Set the hostname TITLE:=Set the hostname
DEPENDS:=+gluon-config-mode-core DEPENDS:=+gluon-config-mode-core
endef endef
$(eval $(call BuildPackageGluon,gluon-config-mode-hostname)) $(eval $(call BuildPackageGluon,gluon-config-mode-hostname))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-config-mode-mesh-vpn
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-mesh-vpn define Package/gluon-config-mode-mesh-vpn
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
$(eval $(call BuildPackageGluon,gluon-config-mode-mesh-vpn)) $(eval $(call BuildPackageGluon,gluon-config-mode-mesh-vpn))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-config-mode-outdoor
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-outdoor define Package/gluon-config-mode-outdoor
TITLE:=UI for displaying & changing the outdoor mode flag in the wizard TITLE:=UI for displaying & changing the outdoor mode flag in the wizard
DEPENDS:=+gluon-config-mode-core DEPENDS:=+gluon-config-mode-core
endef endef
$(eval $(call BuildPackageGluon,gluon-config-mode-outdoor)) $(eval $(call BuildPackageGluon,gluon-config-mode-outdoor))

View File

@ -8,8 +8,8 @@ PKG_NAME:=gluon-config-mode-theme
include ../gluon.mk include ../gluon.mk
define Package/gluon-config-mode-theme define Package/gluon-config-mode-theme
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
$(eval $(call BuildPackageGluon,gluon-config-mode-theme)) $(eval $(call BuildPackageGluon,gluon-config-mode-theme))

View File

@ -8,8 +8,8 @@ include ../gluon.mk
include $(INCLUDE_DIR)/cmake.mk include $(INCLUDE_DIR)/cmake.mk
define Package/gluon-core define Package/gluon-core
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 \
+luabitop +luaposix +vxlan +odhcp6c +firewall +pretty-hostname +luabitop +luaposix +vxlan +odhcp6c +firewall +pretty-hostname
endef endef

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-ebtables-filter-multicast
include ../gluon.mk include ../gluon.mk
define Package/gluon-ebtables-filter-multicast define Package/gluon-ebtables-filter-multicast
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
define Package/gluon-ebtables-filter-multicast/description define Package/gluon-ebtables-filter-multicast/description

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-ebtables-filter-ra-dhcp
include ../gluon.mk include ../gluon.mk
define Package/gluon-ebtables-filter-ra-dhcp define Package/gluon-ebtables-filter-ra-dhcp
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
define Package/gluon-ebtables-filter-ra-dhcp/description define Package/gluon-ebtables-filter-ra-dhcp/description

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-ebtables-limit-arp
include ../gluon.mk include ../gluon.mk
define Package/gluon-ebtables-limit-arp define Package/gluon-ebtables-limit-arp
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
endef endef
define Package/gluon-ebtables-limit-arp/description define Package/gluon-ebtables-limit-arp/description

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-ebtables-source-filter
include ../gluon.mk include ../gluon.mk
define Package/gluon-ebtables-source-filter define Package/gluon-ebtables-source-filter
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
define Package/gluon-ebtables-source-filter/description define Package/gluon-ebtables-source-filter/description

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-ebtables
include ../gluon.mk include ../gluon.mk
define Package/gluon-ebtables define Package/gluon-ebtables
TITLE:=Ebtables support TITLE:=Ebtables support
DEPENDS:=+gluon-core +ebtables-tiny \ DEPENDS:=+gluon-core +ebtables-tiny \
+kmod-ebtables +kmod-ebtables-ipv4 +kmod-ebtables-ipv6 +kmod-ebtables +kmod-ebtables-ipv4 +kmod-ebtables-ipv6
endef endef

View File

@ -5,17 +5,17 @@ PKG_NAME:=gluon-hoodselector
include ../gluon.mk include ../gluon.mk
define Package/gluon-hoodselector define Package/gluon-hoodselector
TITLE:=Automatically migrate nodes between domains. TITLE:=Automatically migrate nodes between domains.
DEPENDS:=+luaposix +libgluonutil +lua-math-polygon +libjson-c +gluon-site +micrond +luabitop @GLUON_MULTIDOMAIN DEPENDS:=+luaposix +libgluonutil +lua-math-polygon +libjson-c +gluon-site +micrond +luabitop @GLUON_MULTIDOMAIN
CONFLICTS:=+gluon-config-mode-domain-select CONFLICTS:=+gluon-config-mode-domain-select
endef endef
define Package/gluon-hoodselector/description define Package/gluon-hoodselector/description
Hoodselector automatically detects in which domain the node is Hoodselector automatically detects in which domain the node is
located based on its geolocation settings. Domains require located based on its geolocation settings. Domains require
bounding boxes defined as polygons or rectangles. Hoodselector bounding boxes defined as polygons or rectangles. Hoodselector
selects a domain from the list of known domains and migrate selects a domain from the list of known domains and migrate
towards it without requiring a reboot. towards it without requiring a reboot.
endef endef
$(eval $(call BuildPackageGluon,gluon-hoodselector)) $(eval $(call BuildPackageGluon,gluon-hoodselector))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-iptables-clamp-mss-to-pmtu
include ../gluon.mk include ../gluon.mk
define Package/$(PKG_NAME) define Package/$(PKG_NAME)
TITLE:=This will establish a firewall rule to clamp the mss to pmtu on the mesh-vpn interface when the connection is towards 64:ff9b::/96 TITLE:=This will establish a firewall rule to clamp the mss to pmtu on the mesh-vpn interface when the connection is towards 64:ff9b::/96
DEPENDS:= +ip6tables-zz-legacy DEPENDS:= +ip6tables-zz-legacy
endef endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)/description

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-l3roamd
include ../gluon.mk include ../gluon.mk
define Package/gluon-l3roamd define Package/gluon-l3roamd
TITLE:=Configure l3roamd for babel TITLE:=Configure l3roamd for babel
DEPENDS:=+gluon-core +l3roamd +uc DEPENDS:=+gluon-core +l3roamd +uc
endef endef
$(eval $(call BuildPackageGluon,gluon-l3roamd)) $(eval $(call BuildPackageGluon,gluon-l3roamd))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-lock-password
include ../gluon.mk include ../gluon.mk
define Package/gluon-lock-password define Package/gluon-lock-password
TITLE:=Locks the root account by default TITLE:=Locks the root account by default
DEPENDS:=+gluon-core DEPENDS:=+gluon-core
endef endef
define Package/gluon-lock-password/description define Package/gluon-lock-password/description

View File

@ -5,9 +5,9 @@ PKG_NAME:=gluon-logging
include ../gluon.mk include ../gluon.mk
define Package/gluon-logging define Package/gluon-logging
TITLE:=Configure remote syslog from site.conf TITLE:=Configure remote syslog from site.conf
DEPENDS:=+gluon-core DEPENDS:=+gluon-core
CONFLICTS:=gluon-web-logging CONFLICTS:=gluon-web-logging
endef endef
$(eval $(call BuildPackageGluon,gluon-logging)) $(eval $(call BuildPackageGluon,gluon-logging))

View File

@ -8,9 +8,9 @@ PKG_BUILD_DEPENDS += libjson-c
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-babel define Package/gluon-mesh-babel
TITLE:=Babel mesh TITLE:=Babel mesh
DEPENDS:=+gluon-core +babeld +gluon-mesh-layer3-common +libiwinfo +libgluonutil +firewall +libjson-c +libnl-tiny +libubus +libubox +libblobmsg-json +libbabelhelper +luabitop DEPENDS:=+gluon-core +babeld +gluon-mesh-layer3-common +libiwinfo +libgluonutil +firewall +libjson-c +libnl-tiny +libubus +libubox +libblobmsg-json +libbabelhelper +luabitop
PROVIDES:=gluon-mesh-provider PROVIDES:=gluon-mesh-provider
endef endef
define Package/gluon-mesh-babel/install define Package/gluon-mesh-babel/install

View File

@ -5,9 +5,9 @@ PKG_NAME:=gluon-mesh-batman-adv
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-batman-adv-15 define Package/gluon-mesh-batman-adv-15
PROVIDES:=gluon-mesh-batman-adv PROVIDES:=gluon-mesh-batman-adv
TITLE:=Support for batman-adv meshing (compat level 15) TITLE:=Support for batman-adv meshing (compat level 15)
DEPENDS+= \ DEPENDS+= \
+kmod-batman-adv \ +kmod-batman-adv \
+gluon-core \ +gluon-core \
+libgluonutil \ +libgluonutil \

View File

@ -3,30 +3,30 @@ all: respondd.so
CFLAGS += -Wall CFLAGS += -Wall
ifeq ($(origin PKG_CONFIG), undefined) ifeq ($(origin PKG_CONFIG), undefined)
PKG_CONFIG = pkg-config PKG_CONFIG = pkg-config
ifeq ($(shell which $(PKG_CONFIG) 2>/dev/null),) ifeq ($(shell which $(PKG_CONFIG) 2>/dev/null),)
$(error $(PKG_CONFIG) not found) $(error $(PKG_CONFIG) not found)
endif endif
endif endif
ifeq ($(origin LIBNL_CFLAGS) $(origin LIBNL_LDLIBS), undefined undefined) ifeq ($(origin LIBNL_CFLAGS) $(origin LIBNL_LDLIBS), undefined undefined)
LIBNL_NAME ?= libnl-tiny LIBNL_NAME ?= libnl-tiny
ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_NAME) 2>/dev/null),) ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_NAME) 2>/dev/null),)
$(error No $(LIBNL_NAME) development libraries found!) $(error No $(LIBNL_NAME) development libraries found!)
endif endif
LIBNL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_NAME)) LIBNL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_NAME))
LIBNL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_NAME)) LIBNL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_NAME))
endif endif
CFLAGS += $(LIBNL_CFLAGS) CFLAGS += $(LIBNL_CFLAGS)
LDLIBS += $(LIBNL_LDLIBS) LDLIBS += $(LIBNL_LDLIBS)
ifeq ($(origin LIBBATADV_CFLAGS) $(origin LIBBATADV_LDLIBS), undefined undefined) ifeq ($(origin LIBBATADV_CFLAGS) $(origin LIBBATADV_LDLIBS), undefined undefined)
LIBBATADV_NAME ?= libbatadv LIBBATADV_NAME ?= libbatadv
ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBBATADV_NAME) 2>/dev/null),) ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBBATADV_NAME) 2>/dev/null),)
$(error No $(LIBBATADV_NAME) development libraries found!) $(error No $(LIBBATADV_NAME) development libraries found!)
endif endif
LIBBATADV_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBBATADV_NAME)) LIBBATADV_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBBATADV_NAME))
LIBBATADV_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBBATADV_NAME)) LIBBATADV_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBBATADV_NAME))
endif endif
CFLAGS += $(LIBBATADV_CFLAGS) CFLAGS += $(LIBBATADV_CFLAGS)
LDLIBS += $(LIBBATADV_LDLIBS) LDLIBS += $(LIBBATADV_LDLIBS)

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-mesh-layer3-common
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-layer3-common define Package/gluon-mesh-layer3-common
TITLE:=Layer3 common files TITLE:=Layer3 common files
DEPENDS:=+gluon-core +gluon-mmfd +firewall DEPENDS:=+gluon-core +gluon-mmfd +firewall
endef endef
$(eval $(call BuildPackageGluon,gluon-mesh-layer3-common)) $(eval $(call BuildPackageGluon,gluon-mesh-layer3-common))

View File

@ -5,9 +5,9 @@ PKG_NAME:=gluon-mesh-vpn-core
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-vpn-core define Package/gluon-mesh-vpn-core
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-zz-legacy +iptables-mod-extra +simple-tc DEPENDS:=+gluon-core +gluon-wan-dnsmasq +iptables-zz-legacy +iptables-mod-extra +simple-tc
USERID:=:gluon-mesh-vpn=800 USERID:=:gluon-mesh-vpn=800
endef endef
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-core)) $(eval $(call BuildPackageGluon,gluon-mesh-vpn-core))

View File

@ -6,8 +6,8 @@ PKG_VERSION:=1
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-vpn-fastd-l2tp define Package/gluon-mesh-vpn-fastd-l2tp
TITLE:=Support for connecting meshes via fastd (with L2TP kernel offloading) TITLE:=Support for connecting meshes via fastd (with L2TP kernel offloading)
DEPENDS:=+gluon-core +gluon-mesh-vpn-fastd +kmod-l2tp-eth DEPENDS:=+gluon-core +gluon-mesh-vpn-fastd +kmod-l2tp-eth
endef endef
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-fastd-l2tp)) $(eval $(call BuildPackageGluon,gluon-mesh-vpn-fastd-l2tp))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-mesh-vpn-fastd
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-vpn-fastd define Package/gluon-mesh-vpn-fastd
TITLE:=Support for connecting meshes via fastd TITLE:=Support for connecting meshes via fastd
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +fastd DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +fastd
endef endef
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-fastd)) $(eval $(call BuildPackageGluon,gluon-mesh-vpn-fastd))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-mesh-vpn-tunneldigger
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-vpn-tunneldigger define Package/gluon-mesh-vpn-tunneldigger
TITLE:=Support for connecting meshes via tunneldigger/L2TPv3 pseudowire TITLE:=Support for connecting meshes via tunneldigger/L2TPv3 pseudowire
DEPENDS:=+gluon-core +gluon-mesh-vpn-core +tunneldigger DEPENDS:=+gluon-core +gluon-mesh-vpn-core +tunneldigger
endef endef
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-tunneldigger)) $(eval $(call BuildPackageGluon,gluon-mesh-vpn-tunneldigger))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-mesh-vpn-wireguard
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-vpn-wireguard define Package/gluon-mesh-vpn-wireguard
TITLE:=Support for connecting meshes via wireguard TITLE:=Support for connecting meshes via wireguard
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +wireguard-tools +wgpeerselector +libubus DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +wireguard-tools +wgpeerselector +libubus
endef endef
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-wireguard)) $(eval $(call BuildPackageGluon,gluon-mesh-vpn-wireguard))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-mesh-wireless-sae
include ../gluon.mk include ../gluon.mk
define Package/gluon-mesh-wireless-sae define Package/gluon-mesh-wireless-sae
TITLE:=Encryption of 802.11s Mesh Links through SAE TITLE:=Encryption of 802.11s Mesh Links through SAE
DEPENDS:=+gluon-core +wpa-supplicant-mesh-wolfssl DEPENDS:=+gluon-core +wpa-supplicant-mesh-wolfssl
endef endef
$(eval $(call BuildPackageGluon,gluon-mesh-wireless-sae)) $(eval $(call BuildPackageGluon,gluon-mesh-wireless-sae))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-mmfd
include ../gluon.mk include ../gluon.mk
define Package/gluon-mmfd define Package/gluon-mmfd
TITLE:=Mesh multicast forwarding daemon - Gluon integration TITLE:=Mesh multicast forwarding daemon - Gluon integration
DEPENDS:=+mmfd +uc +gluon-core DEPENDS:=+mmfd +uc +gluon-core
endef endef
$(eval $(call BuildPackageGluon,gluon-mmfd)) $(eval $(call BuildPackageGluon,gluon-mmfd))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-neighbour-info
include ../gluon.mk include ../gluon.mk
define Package/gluon-neighbour-info define Package/gluon-neighbour-info
TITLE:=neighbour-info TITLE:=neighbour-info
DEPENDS:= DEPENDS:=
endef endef
define Package/gluon-neighbour-info/description define Package/gluon-neighbour-info/description

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-node-info
include ../gluon.mk include ../gluon.mk
define Package/gluon-node-info define Package/gluon-node-info
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
define Package/gluon-node-info/conffiles define Package/gluon-node-info/conffiles

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-private-wifi
include ../gluon.mk include ../gluon.mk
define Package/gluon-private-wifi define Package/gluon-private-wifi
TITLE:=Provides a virtual access point for the nodes WAN network TITLE:=Provides a virtual access point for the nodes WAN network
DEPENDS:=+gluon-core DEPENDS:=+gluon-core
endef endef
$(eval $(call BuildPackageGluon,gluon-private-wifi)) $(eval $(call BuildPackageGluon,gluon-private-wifi))

View File

@ -5,13 +5,13 @@ PKG_NAME:=gluon-radv-filterd
include ../gluon.mk include ../gluon.mk
define Package/gluon-radv-filterd define Package/gluon-radv-filterd
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
MAKE_VARS += \ MAKE_VARS += \
LIBNL_NAME="libnl-tiny" \ LIBNL_NAME="libnl-tiny" \
LIBNL_GENL_NAME="libnl-tiny" LIBNL_GENL_NAME="libnl-tiny"
define Package/gluon-radv-filterd/install define Package/gluon-radv-filterd/install
$(Gluon/Build/Install) $(Gluon/Build/Install)

View File

@ -3,41 +3,41 @@ all: gluon-radv-filterd respondd.so
CPPFLAGS += -D_GNU_SOURCE CPPFLAGS += -D_GNU_SOURCE
ifeq ($(origin PKG_CONFIG), undefined) ifeq ($(origin PKG_CONFIG), undefined)
PKG_CONFIG = pkg-config PKG_CONFIG = pkg-config
ifeq ($(shell which $(PKG_CONFIG) 2>/dev/null),) ifeq ($(shell which $(PKG_CONFIG) 2>/dev/null),)
$(error $(PKG_CONFIG) not found) $(error $(PKG_CONFIG) not found)
endif endif
endif endif
ifeq ($(origin LIBNL_CFLAGS) $(origin LIBNL_LDLIBS), undefined undefined) ifeq ($(origin LIBNL_CFLAGS) $(origin LIBNL_LDLIBS), undefined undefined)
LIBNL_NAME ?= libnl-3.0 LIBNL_NAME ?= libnl-3.0
ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_NAME) 2>/dev/null),) ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_NAME) 2>/dev/null),)
$(error No $(LIBNL_NAME) development libraries found!) $(error No $(LIBNL_NAME) development libraries found!)
endif endif
LIBNL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_NAME)) LIBNL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_NAME))
LIBNL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_NAME)) LIBNL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_NAME))
endif endif
CFLAGS += $(LIBNL_CFLAGS) CFLAGS += $(LIBNL_CFLAGS)
LDLIBS += $(LIBNL_LDLIBS) LDLIBS += $(LIBNL_LDLIBS)
ifeq ($(origin LIBNL_GENL_CFLAGS) $(origin LIBNL_GENL_LDLIBS), undefined undefined) ifeq ($(origin LIBNL_GENL_CFLAGS) $(origin LIBNL_GENL_LDLIBS), undefined undefined)
LIBNL_GENL_NAME ?= libnl-genl-3.0 LIBNL_GENL_NAME ?= libnl-genl-3.0
ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_GENL_NAME) 2>/dev/null),) ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_GENL_NAME) 2>/dev/null),)
$(error No $(LIBNL_GENL_NAME) development libraries found!) $(error No $(LIBNL_GENL_NAME) development libraries found!)
endif endif
LIBNL_GENL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_GENL_NAME)) LIBNL_GENL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_GENL_NAME))
LIBNL_GENL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_GENL_NAME)) LIBNL_GENL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_GENL_NAME))
endif endif
CFLAGS += $(LIBNL_GENL_CFLAGS) CFLAGS += $(LIBNL_GENL_CFLAGS)
LDLIBS += $(LIBNL_GENL_LDLIBS) LDLIBS += $(LIBNL_GENL_LDLIBS)
ifeq ($(origin LIBBATADV_CFLAGS) $(origin LIBBATADV_LDLIBS), undefined undefined) ifeq ($(origin LIBBATADV_CFLAGS) $(origin LIBBATADV_LDLIBS), undefined undefined)
LIBBATADV_NAME ?= libbatadv LIBBATADV_NAME ?= libbatadv
ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBBATADV_NAME) 2>/dev/null),) ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBBATADV_NAME) 2>/dev/null),)
$(error No $(LIBBATADV_NAME) development libraries found!) $(error No $(LIBBATADV_NAME) development libraries found!)
endif endif
LIBBATADV_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBBATADV_NAME)) LIBBATADV_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBBATADV_NAME))
LIBBATADV_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBBATADV_NAME)) LIBBATADV_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBBATADV_NAME))
endif endif
CFLAGS += $(LIBBATADV_CFLAGS) CFLAGS += $(LIBBATADV_CFLAGS)
LDLIBS += $(LIBBATADV_LDLIBS) LDLIBS += $(LIBBATADV_LDLIBS)

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-radvd
include ../gluon.mk include ../gluon.mk
define Package/gluon-radvd define Package/gluon-radvd
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
define Package/gluon-radvd/description define Package/gluon-radvd/description

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-respondd
include ../gluon.mk include ../gluon.mk
define Package/gluon-respondd define Package/gluon-respondd
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
$(eval $(call BuildPackageGluon,gluon-respondd)) $(eval $(call BuildPackageGluon,gluon-respondd))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-scheduled-domain-switch
include ../gluon.mk include ../gluon.mk
define Package/gluon-scheduled-domain-switch define Package/gluon-scheduled-domain-switch
TITLE:=Allows scheduled migrations between domains TITLE:=Allows scheduled migrations between domains
DEPENDS:=+gluon-core @GLUON_MULTIDOMAIN DEPENDS:=+gluon-core @GLUON_MULTIDOMAIN
endef endef
$(eval $(call BuildPackageGluon,gluon-scheduled-domain-switch)) $(eval $(call BuildPackageGluon,gluon-scheduled-domain-switch))

View File

@ -8,8 +8,8 @@ PKG_NAME:=gluon-setup-mode
include ../gluon.mk include ../gluon.mk
define Package/gluon-setup-mode define Package/gluon-setup-mode
TITLE:=Setup mode TITLE:=Setup mode
DEPENDS:=+gluon-core +gluon-lock-password +ubus +dnsmasq DEPENDS:=+gluon-core +gluon-lock-password +ubus +dnsmasq
endef endef
define Package/gluon-setup-mode/description define Package/gluon-setup-mode/description

View File

@ -13,7 +13,7 @@ include ../gluon.mk
PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG) PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG)
define Package/gluon-site define Package/gluon-site
TITLE:=Site-specific files of Gluon TITLE:=Site-specific files of Gluon
endef endef
define Package/gluon-site/config define Package/gluon-site/config
@ -46,7 +46,7 @@ endef
define Build/Compile define Build/Compile
$(call GenerateJSON,site) $(call GenerateJSON,site)
ifdef CONFIG_GLUON_MULTIDOMAIN ifdef CONFIG_GLUON_MULTIDOMAIN
rm -rf $(PKG_BUILD_DIR)/domains rm -rf $(PKG_BUILD_DIR)/domains
mkdir -p $(PKG_BUILD_DIR)/domains mkdir -p $(PKG_BUILD_DIR)/domains
$(foreach domain,$(patsubst $(GLUON_SITEDIR)/domains/%.conf,%,$(wildcard $(GLUON_SITEDIR)/domains/*.conf)), $(foreach domain,$(patsubst $(GLUON_SITEDIR)/domains/%.conf,%,$(wildcard $(GLUON_SITEDIR)/domains/*.conf)),
@ -71,7 +71,7 @@ define Build/Compile
fi; \ fi; \
done done
) )
endif endif
$(call GluonBuildI18N,$(GLUON_SITEDIR)/i18n) $(call GluonBuildI18N,$(GLUON_SITEDIR)/i18n)
endef endef
@ -80,9 +80,9 @@ define Package/gluon-site/install
$(INSTALL_DIR) $(1)/lib/gluon $(INSTALL_DIR) $(1)/lib/gluon
$(INSTALL_DATA) $(PKG_BUILD_DIR)/site.json $(1)/lib/gluon/ $(INSTALL_DATA) $(PKG_BUILD_DIR)/site.json $(1)/lib/gluon/
ifdef CONFIG_GLUON_MULTIDOMAIN ifdef CONFIG_GLUON_MULTIDOMAIN
$(CP) $(PKG_BUILD_DIR)/domains $(1)/lib/gluon/ $(CP) $(PKG_BUILD_DIR)/domains $(1)/lib/gluon/
endif endif
echo '$(call qstrip,$(CONFIG_GLUON_SITE_VERSION))' > $(1)/lib/gluon/site-version echo '$(call qstrip,$(CONFIG_GLUON_SITE_VERSION))' > $(1)/lib/gluon/site-version
echo '$(call qstrip,$(CONFIG_GLUON_RELEASE))' > $(1)/lib/gluon/release echo '$(call qstrip,$(CONFIG_GLUON_RELEASE))' > $(1)/lib/gluon/release

View File

@ -5,23 +5,23 @@ PKG_NAME:=gluon-state-check
include ../gluon.mk include ../gluon.mk
define Package/gluon-state-check define Package/gluon-state-check
TITLE:=Provides info about the routers state TITLE:=Provides info about the routers state
DEPENDS:=+gluon-core +micrond DEPENDS:=+gluon-core +micrond
endef endef
define Package/gluon-state-check/description define Package/gluon-state-check/description
gluon-state-check executes checks in `/lib/gluon/state/check.d/` and provides gluon-state-check executes checks in `/lib/gluon/state/check.d/` and provides
a flag file for each check in `/var/gluon/state` depending on the return code a flag file for each check in `/var/gluon/state` depending on the return code
of the check. A flag file is created (or "touched") if the corresponding check of the check. A flag file is created (or "touched") if the corresponding check
exits cleanly and gets removed otherwise. If the flags are "touched", they exits cleanly and gets removed otherwise. If the flags are "touched", they
are only accessed, but not modified. In this way, the atime of a flag file are only accessed, but not modified. In this way, the atime of a flag file
reflects when the last check was performed and the mtime reflects when reflects when the last check was performed and the mtime reflects when
when the state was last changed. when the state was last changed.
This package provides the following checks: This package provides the following checks:
- `has_default_gw6` - check whether the router has a default IPv6-route on br-client. - `has_default_gw6` - check whether the router has a default IPv6-route on br-client.
The checks are executed once every minute (by micron.d). The checks are executed once every minute (by micron.d).
endef endef
$(eval $(call BuildPackageGluon,gluon-state-check)) $(eval $(call BuildPackageGluon,gluon-state-check))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-status-page-mesh-batman-adv
include ../gluon.mk include ../gluon.mk
define Package/gluon-status-page-mesh-batman-adv define Package/gluon-status-page-mesh-batman-adv
TITLE:=Batman-data provider for gluon-status-page TITLE:=Batman-data provider for gluon-status-page
DEPENDS:=+gluon-status-page gluon-mesh-batman-adv +libnl-tiny +libbatadv +libjson-c DEPENDS:=+gluon-status-page gluon-mesh-batman-adv +libnl-tiny +libbatadv +libjson-c
endef endef
define Package/gluon-status-page-mesh-batman-adv/install define Package/gluon-status-page-mesh-batman-adv/install

View File

@ -3,19 +3,19 @@ all: neighbours-batadv
CFLAGS += -Wall -D_GNU_SOURCE CFLAGS += -Wall -D_GNU_SOURCE
ifeq ($(origin PKG_CONFIG), undefined) ifeq ($(origin PKG_CONFIG), undefined)
PKG_CONFIG = pkg-config PKG_CONFIG = pkg-config
ifeq ($(shell which $(PKG_CONFIG) 2>/dev/null),) ifeq ($(shell which $(PKG_CONFIG) 2>/dev/null),)
$(error $(PKG_CONFIG) not found) $(error $(PKG_CONFIG) not found)
endif endif
endif endif
ifeq ($(origin LIBNL_CFLAGS) $(origin LIBNL_LDLIBS), undefined undefined) ifeq ($(origin LIBNL_CFLAGS) $(origin LIBNL_LDLIBS), undefined undefined)
LIBNL_NAME ?= libnl-tiny LIBNL_NAME ?= libnl-tiny
ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_NAME) 2>/dev/null),) ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_NAME) 2>/dev/null),)
$(error No $(LIBNL_NAME) development libraries found!) $(error No $(LIBNL_NAME) development libraries found!)
endif endif
LIBNL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_NAME)) LIBNL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_NAME))
LIBNL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_NAME)) LIBNL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_NAME))
endif endif
CFLAGS += $(LIBNL_CFLAGS) CFLAGS += $(LIBNL_CFLAGS)
LDLIBS += $(LIBNL_LDLIBS) LDLIBS += $(LIBNL_LDLIBS)
@ -25,12 +25,12 @@ LDFLAGS_JSONC = $(shell pkg-config --libs json-c)
ifeq ($(origin LIBBATADV_CFLAGS) $(origin LIBBATADV_LDLIBS), undefined undefined) ifeq ($(origin LIBBATADV_CFLAGS) $(origin LIBBATADV_LDLIBS), undefined undefined)
LIBBATADV_NAME ?= libbatadv LIBBATADV_NAME ?= libbatadv
ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBBATADV_NAME) 2>/dev/null),) ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBBATADV_NAME) 2>/dev/null),)
$(error No $(LIBBATADV_NAME) development libraries found!) $(error No $(LIBBATADV_NAME) development libraries found!)
endif endif
LIBBATADV_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBBATADV_NAME)) LIBBATADV_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBBATADV_NAME))
LIBBATADV_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBBATADV_NAME)) LIBBATADV_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBBATADV_NAME))
endif endif
CFLAGS += $(LIBBATADV_CFLAGS) CFLAGS += $(LIBBATADV_CFLAGS)
LDLIBS += $(LIBBATADV_LDLIBS) LDLIBS += $(LIBBATADV_LDLIBS)

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-status-page
include ../gluon.mk include ../gluon.mk
define Package/gluon-status-page define Package/gluon-status-page
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 DEPENDS:=+gluon-web +gluon-neighbour-info +gluon-respondd +uhttpd +sse-multiplex +libiwinfo +libjson-c +libnl-tiny +libubus-lua
endef endef
PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY

View File

@ -2,19 +2,19 @@ CFLAGS += -std=c99 -D_BSD_SOURCE
CPPFLAGS += -D_GNU_SOURCE CPPFLAGS += -D_GNU_SOURCE
ifeq ($(origin PKG_CONFIG), undefined) ifeq ($(origin PKG_CONFIG), undefined)
PKG_CONFIG = pkg-config PKG_CONFIG = pkg-config
ifeq ($(shell which $(PKG_CONFIG) 2>/dev/null),) ifeq ($(shell which $(PKG_CONFIG) 2>/dev/null),)
$(error $(PKG_CONFIG) not found) $(error $(PKG_CONFIG) not found)
endif endif
endif endif
ifeq ($(origin LIBNL_CFLAGS) $(origin LIBNL_LDLIBS), undefined undefined) ifeq ($(origin LIBNL_CFLAGS) $(origin LIBNL_LDLIBS), undefined undefined)
LIBNL_NAME ?= libnl-tiny LIBNL_NAME ?= libnl-tiny
ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_NAME) 2>/dev/null),) ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_NAME) 2>/dev/null),)
$(error No $(LIBNL_NAME) development libraries found!) $(error No $(LIBNL_NAME) development libraries found!)
endif endif
LIBNL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_NAME)) LIBNL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_NAME))
LIBNL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_NAME)) LIBNL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_NAME))
endif endif
CFLAGS_JSONC = $(shell pkg-config --cflags json-c) CFLAGS_JSONC = $(shell pkg-config --cflags json-c)

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-wan-dnsmasq
include ../gluon.mk include ../gluon.mk
define Package/gluon-wan-dnsmasq define Package/gluon-wan-dnsmasq
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
define Package/gluon-wan-dnsmasq/description define Package/gluon-wan-dnsmasq/description

View File

@ -8,8 +8,8 @@ PKG_NAME:=gluon-web-admin
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-admin define Package/gluon-web-admin
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
$(eval $(call BuildPackageGluon,gluon-web-admin)) $(eval $(call BuildPackageGluon,gluon-web-admin))

View File

@ -8,8 +8,8 @@ PKG_NAME:=gluon-web-autoupdater
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-autoupdater define Package/gluon-web-autoupdater
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
$(eval $(call BuildPackageGluon,gluon-web-autoupdater)) $(eval $(call BuildPackageGluon,gluon-web-autoupdater))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-web-logging
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-logging define Package/gluon-web-logging
DEPENDS:=+gluon-web-admin DEPENDS:=+gluon-web-admin
TITLE:=UI for remote syslog configuration TITLE:=UI for remote syslog configuration
endef endef
$(eval $(call BuildPackageGluon,gluon-web-logging)) $(eval $(call BuildPackageGluon,gluon-web-logging))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-web-mesh-vpn-fastd
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-mesh-vpn-fastd define Package/gluon-web-mesh-vpn-fastd
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
$(eval $(call BuildPackageGluon,gluon-web-mesh-vpn-fastd)) $(eval $(call BuildPackageGluon,gluon-web-mesh-vpn-fastd))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-web-model
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-model define Package/gluon-web-model
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
PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY

View File

@ -8,8 +8,8 @@ PKG_NAME:=gluon-web-network
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-network define Package/gluon-web-network
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
$(eval $(call BuildPackageGluon,gluon-web-network)) $(eval $(call BuildPackageGluon,gluon-web-network))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-web-node-role
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-node-role define Package/gluon-web-node-role
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
$(eval $(call BuildPackageGluon,gluon-web-node-role)) $(eval $(call BuildPackageGluon,gluon-web-node-role))

View File

@ -5,7 +5,7 @@ PKG_NAME:=gluon-web-osm
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-osm define Package/gluon-web-osm
TITLE:=base src for OSM inlay TITLE:=base src for OSM inlay
endef endef
PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-web-private-wifi
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-private-wifi define Package/gluon-web-private-wifi
DEPENDS:=+gluon-web-admin +gluon-private-wifi DEPENDS:=+gluon-web-admin +gluon-private-wifi
TITLE:=UI for activating a private WLAN TITLE:=UI for activating a private WLAN
endef endef
$(eval $(call BuildPackageGluon,gluon-web-private-wifi)) $(eval $(call BuildPackageGluon,gluon-web-private-wifi))

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-web-wifi-config
include ../gluon.mk include ../gluon.mk
define Package/gluon-web-wifi-config define Package/gluon-web-wifi-config
DEPENDS:=+gluon-web-admin +libiwinfo-lua DEPENDS:=+gluon-web-admin +libiwinfo-lua
TITLE:=UI for Wifi Settings TITLE:=UI for Wifi Settings
endef endef
$(eval $(call BuildPackageGluon,gluon-web-wifi-config)) $(eval $(call BuildPackageGluon,gluon-web-wifi-config))

View File

@ -8,8 +8,8 @@ include ../gluon.mk
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
define Package/gluon-web define Package/gluon-web
TITLE:=Minimal Lua web framework derived from LuCI TITLE:=Minimal Lua web framework derived from LuCI
DEPENDS:=+lua-jsonc +luaposix DEPENDS:=+lua-jsonc +luaposix
endef endef
define lang-config define lang-config

View File

@ -5,8 +5,8 @@ PKG_NAME:=gluon-wireless-encryption
include ../gluon.mk include ../gluon.mk
define Package/gluon-wireless-encryption-wpa3 define Package/gluon-wireless-encryption-wpa3
DEPENDS:=+hostapd-wolfssl DEPENDS:=+hostapd-wolfssl
TITLE:=Package for supporting WPA3 encrypted wireless networks TITLE:=Package for supporting WPA3 encrypted wireless networks
endef endef
define Package/gluon-wireless-encryption-wpa3/install define Package/gluon-wireless-encryption-wpa3/install

View File

@ -6,11 +6,11 @@ PKG_VERSION ?= 1
PKG_BUILD_DEPENDS += luasrcdiet/host PKG_BUILD_DEPENDS += luasrcdiet/host
ifneq ($(wildcard ./luasrc/.),) ifneq ($(wildcard ./luasrc/.),)
PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY
endif endif
ifneq ($(wildcard ./src/respondd.c),) ifneq ($(wildcard ./src/respondd.c),)
PKG_BUILD_DEPENDS += respondd PKG_BUILD_DEPENDS += respondd
endif endif
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -37,8 +37,8 @@ GLUON_I18N_CONFIG := $(foreach lang,$(GLUON_SUPPORTED_LANGS),CONFIG_GLUON_WEB_LA
GLUON_ENABLED_LANGS := en $(foreach lang,$(GLUON_SUPPORTED_LANGS),$(if $(CONFIG_GLUON_WEB_LANG_$(lang)),$(lang))) GLUON_ENABLED_LANGS := en $(foreach lang,$(GLUON_SUPPORTED_LANGS),$(if $(CONFIG_GLUON_WEB_LANG_$(lang)),$(lang)))
ifneq ($(wildcard ./i18n/.),) ifneq ($(wildcard ./i18n/.),)
PKG_BUILD_DEPENDS += gluon-web/host PKG_BUILD_DEPENDS += gluon-web/host
PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG) PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG)
endif endif
@ -64,7 +64,7 @@ endef
define GluonSrcDiet define GluonSrcDiet
rm -rf $(2) rm -rf $(2)
$(CP) $(1) $(2) $(CP) $(1) $(2)
ifdef CONFIG_GLUON_MINIFY ifdef CONFIG_GLUON_MINIFY
# Use cp + rm instead of mv to preserve destination permissions # Use cp + rm instead of mv to preserve destination permissions
set -e; $(FIND) $(2) -type f | while read src; do \ set -e; $(FIND) $(2) -type f | while read src; do \
echo "Minifying $$$$src..."; \ echo "Minifying $$$$src..."; \
@ -72,7 +72,7 @@ define GluonSrcDiet
cp "$$$$src.tmp" "$$$$src"; \ cp "$$$$src.tmp" "$$$$src"; \
rm "$$$$src.tmp"; \ rm "$$$$src.tmp"; \
done done
endif endif
endef endef
@ -110,20 +110,20 @@ endef
Build/Compile=$(call Gluon/Build/Compile) Build/Compile=$(call Gluon/Build/Compile)
define BuildPackageGluon define BuildPackageGluon
define Package/$(1) := define Package/$(1) :=
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
$$(Package/$(1)) $$(Package/$(1))
endef endef
Package/$(1)/install ?= $$(Gluon/Build/Install) Package/$(1)/install ?= $$(Gluon/Build/Install)
ifneq ($(wildcard check_site.lua),) ifneq ($(wildcard check_site.lua),)
define Package/$(1)/postinst define Package/$(1)/postinst
#!/bin/sh #!/bin/sh
$$(call GluonCheckSite,check_site.lua) $$(call GluonCheckSite,check_site.lua)
endef endef
endif endif
$$(eval $$(call BuildPackage,$(1))) $$(eval $$(call BuildPackage,$(1)))
endef endef

View File

@ -33,10 +33,10 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/libbatadv define Package/libbatadv
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=batman-adv helpers functions TITLE:=batman-adv helpers functions
DEPENDS:=+libnl-tiny DEPENDS:=+libnl-tiny
endef endef
@ -44,8 +44,8 @@ TARGET_CFLAGS += -flto -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -fuse-linker-plugin -Wl,--gc-sections TARGET_LDFLAGS += -fuse-linker-plugin -Wl,--gc-sections
MAKE_VARS += \ MAKE_VARS += \
LIBNL_NAME="libnl-tiny" \ LIBNL_NAME="libnl-tiny" \
LIBNL_GENL_NAME="libnl-tiny" LIBNL_GENL_NAME="libnl-tiny"
MAKE_ARGS += \ MAKE_ARGS += \
PREFIX=/usr PREFIX=/usr

View File

@ -50,30 +50,30 @@ endif
endif endif
ifeq ($(origin PKG_CONFIG), undefined) ifeq ($(origin PKG_CONFIG), undefined)
PKG_CONFIG = pkg-config PKG_CONFIG = pkg-config
ifeq ($(shell which $(PKG_CONFIG) 2>/dev/null),) ifeq ($(shell which $(PKG_CONFIG) 2>/dev/null),)
$(error $(PKG_CONFIG) not found) $(error $(PKG_CONFIG) not found)
endif endif
endif endif
ifeq ($(origin LIBNL_CFLAGS) $(origin LIBNL_LDLIBS), undefined undefined) ifeq ($(origin LIBNL_CFLAGS) $(origin LIBNL_LDLIBS), undefined undefined)
LIBNL_NAME ?= libnl-3.0 LIBNL_NAME ?= libnl-3.0
ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_NAME) 2>/dev/null),) ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_NAME) 2>/dev/null),)
$(error No $(LIBNL_NAME) development libraries found!) $(error No $(LIBNL_NAME) development libraries found!)
endif endif
LIBNL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_NAME)) LIBNL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_NAME))
LIBNL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_NAME)) LIBNL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_NAME))
endif endif
CFLAGS += $(LIBNL_CFLAGS) CFLAGS += $(LIBNL_CFLAGS)
LDLIBS += $(LIBNL_LDLIBS) LDLIBS += $(LIBNL_LDLIBS)
ifeq ($(origin LIBNL_GENL_CFLAGS) $(origin LIBNL_GENL_LDLIBS), undefined undefined) ifeq ($(origin LIBNL_GENL_CFLAGS) $(origin LIBNL_GENL_LDLIBS), undefined undefined)
LIBNL_GENL_NAME ?= libnl-genl-3.0 LIBNL_GENL_NAME ?= libnl-genl-3.0
ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_GENL_NAME) 2>/dev/null),) ifeq ($(shell $(PKG_CONFIG) --modversion $(LIBNL_GENL_NAME) 2>/dev/null),)
$(error No $(LIBNL_GENL_NAME) development libraries found!) $(error No $(LIBNL_GENL_NAME) development libraries found!)
endif endif
LIBNL_GENL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_GENL_NAME)) LIBNL_GENL_CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBNL_GENL_NAME))
LIBNL_GENL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_GENL_NAME)) LIBNL_GENL_LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBNL_GENL_NAME))
endif endif
CFLAGS += $(LIBNL_GENL_CFLAGS) CFLAGS += $(LIBNL_GENL_CFLAGS)
LDLIBS += $(LIBNL_GENL_LDLIBS) LDLIBS += $(LIBNL_GENL_LDLIBS)

View File

@ -10,10 +10,10 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk include $(INCLUDE_DIR)/cmake.mk
define Package/libgluonutil define Package/libgluonutil
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=Gluon utility library TITLE:=Gluon utility library
DEPENDS:=+libjson-c +libuci DEPENDS:=+libjson-c +libuci
endef endef
define Package/libgluonutil/install define Package/libgluonutil/install