浏览代码

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 3 年之前
父节点
当前提交
885f04b305
共有 1 个文件被更改,包括 4 次插入0 次删除
  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