fstools: add uci fstab section to conffiles for package block-mount
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 3 Aug 2022 07:54:06 +0000 (09:54 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 12 Aug 2022 20:07:09 +0000 (22:07 +0200)
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 <fe@dev.tdt.de>
package/system/fstools/Makefile

index b97b79e324b1bb2e67164a79499a4886be291798..8f3911219137f760a3a22f79edac6d813c7adb76 100644 (file)
@@ -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