Rename to Renegade, bugfix

This commit is contained in:
Igor Pečovnik 2018-07-01 12:30:08 +00:00
parent 908dd71d2d
commit 2ae156e401
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# RK3328 quad core SoC 2GB/4GB
BOARD_NAME="ROC-RK3328-CC"
BOARD_NAME="Renegade"
BOARDFAMILY="rk3328"
BOOTCONFIG="roc-rk3328-cc_defconfig"
#

View File

@ -148,7 +148,7 @@ compile_uboot()
# armbian specifics u-boot settings
[[ -f .config ]] && sed -i 's/CONFIG_LOCALVERSION=""/CONFIG_LOCALVERSION="-armbian"/g' .config
[[ -f .config ]] && sed -i 's/CONFIG_LOCALVERSION_AUTO=.*/# CONFIG_LOCALVERSION_AUTO is not set/g' .config
if [[ $BOOTBRANCH == 'tag:v2018.03' ]]; then
if [[ $BOOTBRANCH == "tag:v2018".* ]]; then
[[ -f .config ]] && sed -i 's/^.*CONFIG_ENV_IS_IN_EXT4.*/CONFIG_ENV_IS_IN_EXT4=y/g' .config
[[ -f .config ]] && sed -i 's/^.*CONFIG_ENV_IS_IN_MMC.*/# CONFIG_ENV_IS_IN_MMC is not set/g' .config
[[ -f .config ]] && sed -i 's/^.*CONFIG_ENV_IS_NOWHERE.*/# CONFIG_ENV_IS_NOWHERE is not set/g' .config | echo "# CONFIG_ENV_IS_NOWHERE is not set" >> .config