Do not use deprecated path to functions.sh (/etc/functions.sh -> /lib/functions.sh)
[openwrt/svn-archive/archive.git] / target / linux / generic / base-files / init
index 470576156b16385849f55314518deb0d093ee1fd..b4ef4fe6876f4fe85c80c9b35adf26259a4c129f 100755 (executable)
@@ -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