From 24705010ad1a37ce7b5543c125abb7b4cbb4c102 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 10 Dec 2012 14:13:01 +0000 Subject: [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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34595 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 dff0fd66f8..5d49923bb5 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.2.3