Browse Source

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 <[email protected]>

SVN-Revision: 42575
John Crispin 11 years ago
parent
commit
944820584a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/lantiq/base-files/etc/init.d/dsl_fs

+ 1 - 1
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