diff options
author | John Crispin <blogic@openwrt.org> | 2012-12-10 14:13:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-12-10 14:13:01 +0000 |
commit | 24705010ad1a37ce7b5543c125abb7b4cbb4c102 (patch) | |
tree | 33876a93a69dbc7df386265a1bc6edf1aaa79daa /target/linux/ramips/base-files/etc/uci-defaults/network | |
parent | f7a9482416ccb4faf22ef1b1a584046d46788a27 (diff) | |
download | upstream-24705010ad1a37ce7b5543c125abb7b4cbb4c102.tar.gz upstream-24705010ad1a37ce7b5543c125abb7b4cbb4c102.tar.bz2 upstream-24705010ad1a37ce7b5543c125abb7b4cbb4c102.zip |
[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
Diffstat (limited to 'target/linux/ramips/base-files/etc/uci-defaults/network')
-rwxr-xr-x | target/linux/ramips/base-files/etc/uci-defaults/network | 4 |
1 files changed, 3 insertions, 1 deletions
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 | \ |