Skip to content

Commit

Permalink
rename ffbs-parker-nodeconfig to ffbs-mesh-vpn-parker
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Nov 1, 2024
1 parent 686af40 commit bd16a47
Show file tree
Hide file tree
Showing 33 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ffbs-parker-nodeconfig
PKG_NAME:=ffbs-mesh-vpn-parker
PKG_VERSION:=1

PKG_MAINTAINER:=Chris Fiege <chris@tinyhost.de>
Expand All @@ -10,16 +10,16 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)

include $(TOPDIR)/../package/gluon.mk

define Package/ffbs-parker-nodeconfig
define Package/ffbs-mesh-vpn-parker
TITLE:=Automatic node configuration for parker networks
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +kmod-wireguard +wireguard-tools +luaposix +usign +gluon-radv-filterd +gluon-ebtables-filter-ra-dhcp
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +kmod-wireguard +wireguard-tools +luaposix +usign +gluon-radv-filterd +gluon-ebtables-filter-ra-dhcp +ffbs-parker-nextnode +ffbs-parker-nextnode +ffbs-parker-nodeconfig-respondd
endef

define Package/ffbs-parker-nodeconfig/description
define Package/ffbs-mesh-vpn-parker/description
This package is the central component for parker-based network.
It downloads a configuration for a node.
It keeps track of the node's connectivity and changes the state as needed.
endef

$(eval $(call BuildPackageGluon,ffbs-parker-nodeconfig))
$(eval $(call BuildPackageGluon,ffbs-mesh-vpn-parker))

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bd16a47

Please sign in to comment.