add support for Hauppauge Broadway

This patch introduces OpenWRT support for the base Hauppauge/PCTV Broadway
platform.  It doesn't deal with the TV tuner or transcoder at this point,
but the core functionality is working (Ethernet, wireless, USB, buttons,
LEDs, etc).

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>

SVN-Revision: 34595
This commit is contained in:
John Crispin
2012-12-10 14:13:01 +00:00
parent cb9c63048d
commit c2ae0ec02a
14 changed files with 150 additions and 1 deletions

View File

@@ -28,6 +28,10 @@ case $board in
bc2)
set_usb_led "bc2:blue:usb"
;;
broadway)
set_usb_led "red:diskmounted"
set_wifi_led "red:wps_active"
;;
dir-300-b1|\
dir-600-b1|\
dir-600-b2|\

View File

@@ -43,7 +43,8 @@ ramips_setup_interfaces()
case $board in
all0256n | \
all5002)
all5002 | \
broadway)
ucidef_set_interface_lan "eth0"
;;
@@ -141,6 +142,7 @@ ramips_setup_macs()
3g-6200n | \
argus-atp52b | \
bc2 | \
broadway | \
f5d8235-v1 | \
nw718 | \
psr-680w | \