mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
The beaglebone board files from beagleboard.org project should be moved to board/beagleboard directory. Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
165 B
Bash
Executable File
7 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
BOARD_DIR="$(dirname $0)"
|
|
|
|
cp $BOARD_DIR/uEnv.txt $BINARIES_DIR/uEnv.txt
|
|
|
|
install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf
|