BCM53xx should be in brcm47xx
For board detection have a look at new detection code (in both 3.8, 3.6)
https://dev.openwrt.org/browser/trunk/target/linux/brcm47xx/patches-3.8/260-MIPS-BCM47XX-add-board-detection.patch
and the backup detection code in
https://dev.openwrt.org/browser/trunk/package/broadcom-diag/src/diag.c

> doesn't seem to have any of the nvram fields typically used for board

typically used for detection:
boardrev=0x13 -> already in diag.c (by DLink HW)
boardtype=0x467 -> already in diag.c (by Asus)
boardflags=0x1758 -> boardflags is used as sub-detection of model in diag.c
boardnum=G33779F3NR -> unique

I suppose the boardnum nvram variable makes the most sense. (or a combination of boardrev and boardtype)

Don't forget to save board_data or other important partitions before you flash :D



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to