diff options
Diffstat (limited to 'target/linux/generic')
-rwxr-xr-x | target/linux/generic/base-files/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/base-files/init b/target/linux/generic/base-files/init index 470576156b..b4ef4fe687 100755 --- a/target/linux/generic/base-files/init +++ b/target/linux/generic/base-files/init @@ -35,7 +35,7 @@ echo "- init -" # Load the modules we have in initramfs, this should # make the media accessible, but, it may take some time -. /etc/functions.sh +. /lib/functions.sh load_modules /etc/modules /etc/modules.d/* #wait 10 seconds for the disc to show up |