mirror of
https://github.com/pygos/build.git
synced 2024-11-25 12:20:42 +01:00
Move rpi3 boot loader config to its package
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
d979842663
commit
57cf673125
2 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ deploy() {
|
||||||
rm $DEPLOY/COPYING.linux
|
rm $DEPLOY/COPYING.linux
|
||||||
rm $DEPLOY/*.dtb
|
rm $DEPLOY/*.dtb
|
||||||
|
|
||||||
cp "$SCRIPTDIR/cfg/$CFG/boot-config.txt" "$DEPLOY/config.txt"
|
cp "$SCRIPTDIR/pkg/boot-rpi3/config.txt" "$DEPLOY/config.txt"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue