From 3afa15f89f998cdafaf86f949ea370943f1aaf84 Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Thu, 19 May 2016 10:13:07 +0100 Subject: build/roms/withgrub: Don't add timeout file to ROM if it already exists --- resources/scripts/helpers/build/roms/withgrub_helper | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'resources/scripts') diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index 98814c92..5969e2f5 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -142,8 +142,10 @@ do ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" remove -n etc/ps2-keyboard-spinup fi - # Add keyboard startup delay timeout. Needed on some boards. 60s, just to play it safe. - ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 60000 -n etc/ps2-keyboard-spinup + if ! $(./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" print | grep -Fxq "etc\/ps2\-keyboard\-spinup"); then + # Add keyboard startup delay timeout. Needed on some boards. 60s, just to play it safe. + ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 60000 -n etc/ps2-keyboard-spinup + fi # .config no longer needed rm -f ".config" -- cgit v1.2.3-70-g09d2