mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix bcm27xx-eeprom rpi-eeprom-update
This commit is contained in:
parent
ea8f9083a9
commit
d182672133
1 changed files with 20 additions and 0 deletions
|
@ -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" \
|
Loading…
Add table
Add a link
Reference in a new issue