From: Chester A. Unal Date: Fri, 26 Jun 2026 06:56:20 +0000 (+0100) Subject: bsbf-resources: add conffiles for bsbf-bonding and bsbf-mptcp X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=de9e76d391316eb58ffd9e3f3dbfa30646738a0d;p=openwrt-packages.git bsbf-resources: add conffiles for bsbf-bonding and bsbf-mptcp 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 --- diff --git a/net/bsbf-resources/Makefile b/net/bsbf-resources/Makefile index 71247d814..162193b49 100644 --- a/net/bsbf-resources/Makefile +++ b/net/bsbf-resources/Makefile @@ -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 @@ -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