Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
#!/bin/sh
|
||||
# args from BR2_ROOTFS_POST_SCRIPT_ARGS
|
||||
# $2 path of boot.cmd
|
||||
# $3 output directory for boot.scr
|
||||
|
||||
MKIMAGE=$HOST_DIR/usr/bin/mkimage
|
||||
|
||||
$MKIMAGE -A arm -O linux -T script -C none -d $2 $3/boot.scr
|
||||
cp $BINARIES_DIR/boot.scr $TARGET_DIR/boot/boot.scr
|
||||
|
||||
if [ -e $BINARIES_DIR/script.bin ]; then
|
||||
cp $BINARIES_DIR/script.bin $3/script.bin
|
||||
# mali requires a legacy kernel
|
||||
cp $BINARIES_DIR/script.bin $TARGET_DIR/boot/script.bin
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user