mirror of https://github.com/OpenIPC/firmware.git
Add autoconfig option for usage with SD/MMC cards
parent
f215cf844b
commit
4a395ff011
|
@ -22,7 +22,7 @@ my_mount()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# copy files from autoconfig folder
|
# copy files from autoconfig folder
|
||||||
[ -d "${destdir}/$1/autoconfig" ] && cp -af ${destdir}/$1/autoconfig/* /
|
[ -d "${destdir}/$1/autoconfig" ] && cp -afv ${destdir}/$1/autoconfig/* / | logger -s -p daemon.info -t autoconfig
|
||||||
}
|
}
|
||||||
|
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
|
|
Loading…
Reference in New Issue