projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68cd4dc
)
fstools: add uci fstab section to conffiles for package block-mount
author
Florian Eckert
<fe@dev.tdt.de>
Wed, 3 Aug 2022 07:54:06 +0000
(09:54 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Fri, 12 Aug 2022 20:07:09 +0000
(22:07 +0200)
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>
package/system/fstools/Makefile
patch
|
blob
|
history
diff --git
a/package/system/fstools/Makefile
b/package/system/fstools/Makefile
index b97b79e324b1bb2e67164a79499a4886be291798..8f3911219137f760a3a22f79edac6d813c7adb76 100644
(file)
--- 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