1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-26 13:00:13 +02:00

Move rpi3 boot loader config to its package

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-01-17 00:30:55 +01:00
parent d979842663
commit 57cf673125
2 changed files with 1 additions and 1 deletions

View file

@ -21,5 +21,5 @@ deploy() {
rm $DEPLOY/COPYING.linux
rm $DEPLOY/*.dtb
cp "$SCRIPTDIR/cfg/$CFG/boot-config.txt" "$DEPLOY/config.txt"
cp "$SCRIPTDIR/pkg/boot-rpi3/config.txt" "$DEPLOY/config.txt"
}