diff --git a/bin/armbian-u-boot.bmp b/bin/armbian-u-boot.bmp new file mode 100644 index 0000000000..725aca2faf Binary files /dev/null and b/bin/armbian-u-boot.bmp differ diff --git a/common.sh b/common.sh index 0cf5a7e717..200b16a53b 100644 --- a/common.sh +++ b/common.sh @@ -36,7 +36,8 @@ if [ -d "$SOURCES/$BOOTSOURCEDIR" ]; then make $CTHREADS $BOOTCONFIG CROSS_COMPILE=arm-linux-gnueabihf- >/dev/null 2>&1 [ -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 + [ -f .config ] && sed -i 's/CONFIG_LOCALVERSION_AUTO=.*/# CONFIG_LOCALVERSION_AUTO is not set/g' .config + [ -f $SOURCES/$BOOTSOURCEDIR/tools/logos/udoo.bmp ] && cp $SRC/lib/bin/armbian-u-boot.bmp $SOURCES/$BOOTSOURCEDIR/tools/logos/udoo.bmp touch .scmversion # patch mainline uboot configuration to boot with old kernels