forked from Ivasoft/openwrt
Do not use deprecated path to functions.sh (/etc/functions.sh -> /lib/functions.sh)
SVN-Revision: 34793
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
. /etc/functions.sh
|
||||
. /lib/functions.sh
|
||||
|
||||
copy_kernel() {
|
||||
local input="$1"
|
||||
|
||||
Reference in New Issue
Block a user