From: Mark Vels <mark.v...@team-embedded.nl> This typo fix solves at least the following warning: sysinit: WARNING: /lib/functions/fsck not found but probably also some functionality that uses the functions from this include file.
Signed-off-by: Mark Vels <mark.v...@team-embedded.nl> --- package/block-mount/files/fsck.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/block-mount/files/fsck.sh b/package/block-mount/files/fsck.sh index 3011160..047bdd3 100644 --- a/package/block-mount/files/fsck.sh +++ b/package/block-mount/files/fsck.sh @@ -30,5 +30,5 @@ libmount_fsck() { libmount_known_fsck="" -pi_include /lib/functions/fsck +pi_include /lib/functions/fsck.sh -- 1.7.0.4 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel