From 2ae156e4019a292786fd45139d433656fb379903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 1 Jul 2018 12:30:08 +0000 Subject: [PATCH] Rename to Renegade, bugfix --- config/boards/{roc-rk3328-cc.csc => renegade.wip} | 2 +- lib/compilation.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename config/boards/{roc-rk3328-cc.csc => renegade.wip} (95%) diff --git a/config/boards/roc-rk3328-cc.csc b/config/boards/renegade.wip similarity index 95% rename from config/boards/roc-rk3328-cc.csc rename to config/boards/renegade.wip index 5b6ae3ec64..eefeaafc22 100644 --- a/config/boards/roc-rk3328-cc.csc +++ b/config/boards/renegade.wip @@ -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" # diff --git a/lib/compilation.sh b/lib/compilation.sh index 693bcc509a..bef29573ac 100644 --- a/lib/compilation.sh +++ b/lib/compilation.sh @@ -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