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" \