1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 02:51:50 +00:00
openmptcprouter-feeds/bcm27xx-eeprom/patches/0004-rpi-eeprom-update-remove-chmod.patch

25 lines
1.2 KiB
Diff
Raw Normal View History

2020-11-05 21:06:48 +00:00
--- a/rpi-eeprom-update 2020-11-05 21:58:02.247836497 +0100
+++ b/rpi-eeprom-update 2020-11-05 21:58:36.911266307 +0100
2021-02-12 14:01:18 +00:00
@@ -212,8 +212,8 @@
2020-08-25 07:16:35 +00:00
|| die "Failed to copy ${TMP_EEPROM_IMAGE} to ${BOOTFS}"
# For NFS mounts ensure that the files are readable to the TFTP user
2020-11-05 21:06:48 +00:00
- chmod -f go+r "${BOOTFS}/pieeprom.upd" "${BOOTFS}/pieeprom.sig" \
- || die "Failed to set permissions on eeprom update files"
+ #chmod -f go+r "${BOOTFS}/pieeprom.upd" "${BOOTFS}/pieeprom.sig" \
+ # || die "Failed to set permissions on eeprom update files"
2020-08-25 07:16:35 +00:00
fi
if [ -n "${VL805_UPDATE_IMAGE}" ]; then
2021-02-12 14:01:18 +00:00
@@ -224,8 +224,8 @@
2020-11-05 21:06:48 +00:00
|| die "Failed to copy ${VL805_UPDATE_IMAGE} to ${BOOTFS}/vl805.bin"
2020-08-25 07:16:35 +00:00
# For NFS mounts ensure that the files are readable to the TFTP user
2020-11-05 21:06:48 +00:00
- chmod -f go+r "${BOOTFS}/vl805.bin" "${BOOTFS}/vl805.sig" \
- || die "Failed to set permissions on eeprom update files"
+ #chmod -f go+r "${BOOTFS}/vl805.bin" "${BOOTFS}/vl805.sig" \
+ # || die "Failed to set permissions on eeprom update files"
2020-08-25 07:16:35 +00:00
fi
cp -f "${RECOVERY_BIN}" "${BOOTFS}/recovery.bin" \