From d1826721332e31f30f6bd75c4558ef67bc97fd01 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 25 Aug 2020 09:16:35 +0200 Subject: [PATCH] Fix bcm27xx-eeprom rpi-eeprom-update --- .../0004-rpi-eeprom-update-remove-chmod.patch | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bcm27xx-eeprom/patches/0004-rpi-eeprom-update-remove-chmod.patch diff --git a/bcm27xx-eeprom/patches/0004-rpi-eeprom-update-remove-chmod.patch b/bcm27xx-eeprom/patches/0004-rpi-eeprom-update-remove-chmod.patch new file mode 100644 index 000000000..00c204805 --- /dev/null +++ b/bcm27xx-eeprom/patches/0004-rpi-eeprom-update-remove-chmod.patch @@ -0,0 +1,20 @@ +--- a/rpi-eeprom-update 2020-08-23 10:36:21.892002253 +0200 ++++ b/rpi-eeprom-update 2020-08-23 10:36:41.819672745 +0200 +@@ -166,7 +166,7 @@ + || die "Failed to copy ${TMP_EEPROM_IMAGE} to ${BOOTFS}" + + # For NFS mounts ensure that the files are readable to the TFTP user +- chmod -f go+r "${BOOTFS}/pieeprom.upd" "${BOOTFS}/pieeprom.sig" ++ #chmod -f go+r "${BOOTFS}/pieeprom.upd" "${BOOTFS}/pieeprom.sig" + fi + + if [ -n "${VL805_UPDATE_IMAGE}" ]; then +@@ -175,7 +175,7 @@ + cp -f "${VL805_UPDATE_IMAGE}" "${BOOTFS}/vl805.bin" + + # For NFS mounts ensure that the files are readable to the TFTP user +- chmod -f go+r "${BOOTFS}/vl805.bin" "${BOOTFS}/vl805.sig" ++ #chmod -f go+r "${BOOTFS}/vl805.bin" "${BOOTFS}/vl805.sig" + fi + + cp -f "${RECOVERY_BIN}" "${BOOTFS}/recovery.bin" \