diff mbox

[OpenWrt-Devel] Add tg582n to the list of do_fixtrx.

Message ID 1433408768-16580-2-git-send-email-kejia.hu@codethink.co.uk
State Changes Requested
Delegated to: Jonas Gorski
Headers show

Commit Message

Kejia Hu June 4, 2015, 9:06 a.m. UTC
From: Kejia Hu <kejia.hu@codethink.co.uk>

This will update CRC after rootfs has been changed, thus aovid
bootloader's CRC verification failure.
---
 target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc | 1 +
 1 file changed, 1 insertion(+)

Comments

Jonas Gorski June 10, 2015, 9:26 a.m. UTC | #1
Hi,

On Thu, Jun 4, 2015 at 11:06 AM, Kejia Hu (Terry)
<kejia.hu@codethink.co.uk> wrote:
> From: Kejia Hu <kejia.hu@codethink.co.uk>
>
> This will update CRC after rootfs has been changed, thus aovid
> bootloader's CRC verification failure.

This would also require a sign-off-by. Just merge this patch into your
patch 2/3 of your tg582n patch series instead of resending it.


Regards
Jonas
diff mbox

Patch

diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc
index 4a167dc..0648adb 100644
--- a/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc
+++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc
@@ -26,6 +26,7 @@  case "$(brcm63xx_board_name)" in
 	rta770bw |\
 	rta770w |\
 	spw303v |\
+	tg582n |\
 	v2110 |\
 	v2500v_bb |\
 	vr-3025u |\