projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dd93e8
)
Lantiq: fix build warning from dsl_fs script
author
John Crispin
<john@openwrt.org>
Tue, 16 Sep 2014 14:53:06 +0000
(14:53 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 16 Sep 2014 14:53:06 +0000
(14:53 +0000)
fix inclusion of functions.sh in dsl_fs init script
without this, the following error is seen during build:
./etc/init.d/dsl_fs: line 4: /lib/functions.sh: No such file or directory
Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>
SVN-Revision: 42575
target/linux/lantiq/base-files/etc/init.d/dsl_fs
patch
|
blob
|
history
diff --git
a/target/linux/lantiq/base-files/etc/init.d/dsl_fs
b/target/linux/lantiq/base-files/etc/init.d/dsl_fs
index 09c8a4afa2a04127a96dafaeb16c60b9c11178d6..ccba4ae843d3f9e3af00accdfefd1f483db0c7a6 100755
(executable)
--- a/
target/linux/lantiq/base-files/etc/init.d/dsl_fs
+++ b/
target/linux/lantiq/base-files/etc/init.d/dsl_fs
@@
-1,7
+1,7
@@
#!/bin/sh /etc/rc.common
# Copyright (C) 2014 OpenWrt.org
-. /lib/functions.sh
+.
$IPKG_INSTROOT
/lib/functions.sh
START=30