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:
@@ -13,6 +13,7 @@ preinit_set_mac_address() {
|
||||
ifconfig eth0 hw ether $mac 2>/dev/null
|
||||
;;
|
||||
bc2 |\
|
||||
broadway |\
|
||||
dir-620-a1 |\
|
||||
esr-9753 |\
|
||||
freestation5 |\
|
||||
|
||||
@@ -110,6 +110,9 @@ ramips_board_name() {
|
||||
*"F5D8235 v2")
|
||||
name="f5d8235-v2"
|
||||
;;
|
||||
*"Hauppauge Broadway")
|
||||
name="broadway"
|
||||
;;
|
||||
*"La Fonera 2.0N")
|
||||
name="fonera20n"
|
||||
;;
|
||||
|
||||
@@ -19,6 +19,7 @@ platform_check_image() {
|
||||
all0256n | \
|
||||
all5002 | \
|
||||
bc2 | \
|
||||
broadway | \
|
||||
carambola | \
|
||||
dir-300-b1 | \
|
||||
dir-600-b1 | \
|
||||
|
||||
Reference in New Issue
Block a user