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 <fe@dev.tdt.de>
(cherry picked from commit 885f04b305)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Florian Eckert 2022-08-03 09:54:06 +02:00 committed by Daniel Golle
parent 0855549b4b
commit 5c69416246
1 changed files with 4 additions and 0 deletions

View 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