mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-19 13:20:36 +00:00
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> SVN-Revision: 42575
This commit is contained in:
parent
3dd93e8336
commit
944820584a
@ -1,7 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2014 OpenWrt.org
|
||||
|
||||
. /lib/functions.sh
|
||||
. $IPKG_INSTROOT/lib/functions.sh
|
||||
|
||||
START=30
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user