Parcourir la source

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 <[email protected]>
Florian Eckert il y a 3 ans
Parent
commit
885f04b305
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      package/system/fstools/Makefile

+ 4 - 0
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