mirror of https://github.com/OpenIPC/firmware.git
Add autoconfig option for usage with SD/MMC cards
parent
1ca6a74b9b
commit
35e8cfd875
|
@ -20,6 +20,8 @@ my_mount()
|
||||||
rmdir "${destdir}/$1"
|
rmdir "${destdir}/$1"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
[ -d "${destdir}/$1/autoconfig" ] && cp -af ${destdir}/$1/autoconfig/* /
|
||||||
}
|
}
|
||||||
|
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
|
|
Loading…
Reference in New Issue