1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ramips] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34595 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2012-12-10 14:13:01 +00:00
parent d392b70802
commit 18d6fa3655
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 | \