From c2ae0ec02a548d47076a2439706ffccdc49095bf Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 10 Dec 2012 14:13:01 +0000 Subject: 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 SVN-Revision: 34595 --- target/linux/ramips/base-files/etc/uci-defaults/network | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files/etc/uci-defaults/network') diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network index dff0fd6..5d49923 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/network +++ b/target/linux/ramips/base-files/etc/uci-defaults/network @@ -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 | \ -- cgit v1.1