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>
This commit is contained in:
parent
68cd4dc3ed
commit
885f04b305
|
@ -75,6 +75,10 @@ define Package/snapshot-tool
|
||||||
DEPENDS:=+libubox +fstools
|
DEPENDS:=+libubox +fstools
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/block-mount/conffiles
|
||||||
|
/etc/config/fstab
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/block-mount
|
define Package/block-mount
|
||||||
SECTION:=base
|
SECTION:=base
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
|
|
Loading…
Reference in New Issue