mirror of https://github.com/OpenIPC/firmware.git
Add autoconfig option for usage with SD/MMC cards
parent
35e8cfd875
commit
f215cf844b
|
@ -21,6 +21,7 @@ my_mount()
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# copy files from autoconfig folder
|
||||
[ -d "${destdir}/$1/autoconfig" ] && cp -af ${destdir}/$1/autoconfig/* /
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue