Set Armbian logo to Udoo uboot
This commit is contained in:
parent
d05522ecb8
commit
140a5926c2
BIN
bin/armbian-u-boot.bmp
Normal file
BIN
bin/armbian-u-boot.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user