mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 19:31:42 +00:00
don't overwrite OVERLAY_PREFIX if already defined
This commit is contained in:
parent
94f27962e1
commit
d7de341d5c
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
source "${BASH_SOURCE%/*}/include/sunxi_common.inc"
|
||||
OVERLAY_PREFIX='sun8i-h3'
|
||||
|
||||
if [[ -z ${OVERLAY_PREFIX} ]]; then
|
||||
OVERLAY_PREFIX='sun8i-h3'
|
||||
fi
|
||||
|
||||
[[ -z $CPUMIN ]] && CPUMIN=480000
|
||||
[[ -z $CPUMAX ]] && CPUMAX=1400000
|
||||
|
|
Loading…
Add table
Reference in a new issue