diff options
author | Florian Eckert <fe@dev.tdt.de> | 2022-08-03 09:54:06 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-08-12 22:46:51 +0200 |
commit | 5c69416246967f3cb443195b80a3c56dc1f52413 (patch) | |
tree | 9da216f4268bca29249542a1863b7d90fb174be6 /package/system/fstools | |
parent | 0855549b4bdfb7ff0aacfcfe888919c4060ed102 (diff) | |
download | upstream-5c69416246967f3cb443195b80a3c56dc1f52413.tar.gz upstream-5c69416246967f3cb443195b80a3c56dc1f52413.tar.bz2 upstream-5c69416246967f3cb443195b80a3c56dc1f52413.zip |
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 885f04b30556edddb9378c5e9eb561334e44ac7a)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/system/fstools')
-rw-r--r-- | package/system/fstools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile index 709a825227..38eb385eb6 100644 --- a/package/system/fstools/Makefile +++ b/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 |