aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-09-16 14:53:06 +0000
committerJohn Crispin <blogic@openwrt.org>2014-09-16 14:53:06 +0000
commite5d6c00e3b699c67f3cb94e12a00d37204b6ff30 (patch)
treec9cac95fab6403c5a404ff7b7d309fcbf4259214 /target
parent78aaed5904b1e18d55dfd989d2490df4a32de5a8 (diff)
downloadmaster-187ad058-e5d6c00e3b699c67f3cb94e12a00d37204b6ff30.tar.gz
master-187ad058-e5d6c00e3b699c67f3cb94e12a00d37204b6ff30.tar.bz2
master-187ad058-e5d6c00e3b699c67f3cb94e12a00d37204b6ff30.zip
Lantiq: fix build warning from dsl_fs script
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42575 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/init.d/dsl_fs2
1 files changed, 1 insertions, 1 deletions
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 09c8a4afa2..ccba4ae843 100755
--- 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