From: Florian Eckert Date: Wed, 3 Aug 2022 07:54:06 +0000 (+0200) Subject: fstools: add uci fstab section to conffiles for package block-mount X-Git-Tag: v23.05.0-rc1~2768 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=885f04b30556edddb9378c5e9eb561334e44ac7a;p=thirdparty%2Fopenwrt.git fstools: add uci fstab section to conffiles for package block-mount The command 'opkg search /etc/config/fstab' does not return a package name for this config file. In order to know to which package this config file belongs to, a 'conffiles' entry was made for this file to package 'block-mount'. Signed-off-by: Florian Eckert --- diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile index b97b79e324b..8f391121913 100644 --- a/package/system/fstools/Makefile +++ b/package/system/fstools/Makefile @@ -75,6 +75,10 @@ define Package/snapshot-tool DEPENDS:=+libubox +fstools endef +define Package/block-mount/conffiles +/etc/config/fstab +endef + define Package/block-mount SECTION:=base CATEGORY:=Base system