forked from Ivasoft/openwrt
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:
@@ -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