From 944820584a634406a4dfb379766b6493d8d87d00 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 16 Sep 2014 14:53:06 +0000 Subject: 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 SVN-Revision: 42575 --- target/linux/lantiq/base-files/etc/init.d/dsl_fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') 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 -- cgit v1.2.3