This patch series adds some *very* basic support for the T-Com Speedport W 500V, a BCM9648 device with a VoIP daughter board. The first two patches add support for forcing a board id in images, which is needed for the W 500V as it has some gpios wired differently. The third patch adds the actual definition for it, and also adds the image generation for it.
It currently isn't in a usable state unless you have a serial console attached, since it has only one ethernet port, and all bcm63xx network scripts assume eth1 is the lan port, resulting in it being inaccessable from the outside. Jonas Gorski (3): Firmware-utils: Add support for board id overrides for bcm63xx. bcm63xx: Add board id override fixup. bcm63xx: Add very basic support for the T-Com Speedport W 500V. target/linux/brcm63xx/image/Makefile | 10 +++ .../patches-2.6.32/270-generic_boardid_fixup.patch | 42 +++++++++++ .../patches-2.6.32/280-board_spw500v.patch | 77 ++++++++++++++++++++ tools/firmware-utils/src/imagetag.c | 19 ++++-- 4 files changed, 143 insertions(+), 5 deletions(-) create mode 100644 target/linux/brcm63xx/patches-2.6.32/270-generic_boardid_fixup.patch create mode 100644 target/linux/brcm63xx/patches-2.6.32/280-board_spw500v.patch _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel