This patch series adds support for the Telekom Speedport W 500V and finalizes
support for the D-Link 274xB, revision C2. This is a merger of my previous
two patch series since they depend on the same patches.

This patch series adds support for devices with their lan on eth0 and provides
a fixup for devices reusing board ids of other devices.

Jonas Gorski (6):
  bcm63xx: Add defconfigs.
  bcm63xx: Don't hardcode the switch ethernet interface in preinit.
  bcm63xx: Allow 'colored' power leds.
  bcm63xx: Finalize support for DSL-274xB, rev C2.
  bcm63xx: Add board id override fixup.
  bcm63xx: Add support for the T-Com Speedport W 500V.

 target/linux/brcm63xx/base-files.mk                |    5 +
 .../linux/brcm63xx/base-files/etc/config/network   |   19 -----
 .../base-files/etc/defconfig/96358GW/network       |   14 ++++
 .../base-files/etc/defconfig/SP500W/network        |   14 ++++
 .../base-files/etc/defconfig/generic/network       |   18 +++++
 target/linux/brcm63xx/base-files/etc/diag.sh       |    2 +-
 .../linux/brcm63xx/base-files/etc/init.d/defconfig |   18 +++++
 target/linux/brcm63xx/base-files/lib/brcm63xx.sh   |    5 +
 .../lib/preinit/05_failsafe_config_switch_brcm63xx |    6 +-
 .../lib/preinit/15_set_preinit_interface_brcm63xx  |   14 ++--
 target/linux/brcm63xx/image/Makefile               |   22 ++++-
 .../patches-2.6.35/400-board_96358gw.patch         |   70 ++++++++++++++++++
 .../patches-2.6.35/410-boardid_fixup.patch         |   62 ++++++++++++++++
 .../patches-2.6.35/420-board_spw500v.patch         |   78 ++++++++++++++++++++
 14 files changed, 312 insertions(+), 35 deletions(-)
 create mode 100644 target/linux/brcm63xx/base-files.mk
 delete mode 100644 target/linux/brcm63xx/base-files/etc/config/network
 create mode 100644 
target/linux/brcm63xx/base-files/etc/defconfig/96358GW/network
 create mode 100644 
target/linux/brcm63xx/base-files/etc/defconfig/SP500W/network
 create mode 100644 
target/linux/brcm63xx/base-files/etc/defconfig/generic/network
 create mode 100755 target/linux/brcm63xx/base-files/etc/init.d/defconfig
 create mode 100644 target/linux/brcm63xx/patches-2.6.35/400-board_96358gw.patch
 create mode 100644 target/linux/brcm63xx/patches-2.6.35/410-boardid_fixup.patch
 create mode 100644 target/linux/brcm63xx/patches-2.6.35/420-board_spw500v.patch

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

Reply via email to