]> git.99rst.org Git - openwrt-packages.git/commitdiff
bsbf-resources: add conffiles for bsbf-bonding and bsbf-mptcp
authorChester A. Unal <redacted>
Fri, 26 Jun 2026 06:56:20 +0000 (07:56 +0100)
committerChester A. Unal <redacted>
Fri, 26 Jun 2026 07:33:55 +0000 (08:33 +0100)
Describe the configuration files for bsbf-bonding and bsbf-mptcp so that
they are automatically included when taking a system backup.

Signed-off-by: Chester A. Unal <redacted>
net/bsbf-resources/Makefile

index 71247d8141cb540b8a8d865622f5b60a0c25964c..162193b4980ff94ffa2c0da6b3bbdbe6d78b064c 100644 (file)
@@ -4,7 +4,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bsbf-resources
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_LICENSE:=AGPL-3.0-or-later
 PKG_MAINTAINER:=Chester A. Unal <chester.a.unal@arinc9.com>
@@ -71,6 +71,10 @@ endef
 define Build/Compile
 endef
 
+define Package/bsbf-bonding/conffiles
+/etc/bsbf/bsbf-bonding.conf
+endef
+
 define Package/bsbf-bonding/install
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/etc/init.d/bsbf-bonding-nft $(1)/etc/init.d
@@ -110,6 +114,10 @@ define Package/bsbf-client-web/install
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/resources-client/bsbf-client-web/cgi-bin/bsbf-client-web $(1)/www/cgi-bin
 endef
 
+define Package/bsbf-mptcp/conffiles
+/etc/bsbf/bsbf-mptcp-subflow-backup
+endef
+
 define Package/bsbf-mptcp/install
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/etc/init.d/bsbf-mptcp $(1)/etc/init.d
git clone https://git.99rst.org/PROJECT