diff options
author | John Crispin <john@openwrt.org> | 2012-12-10 14:13:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-10 14:13:01 +0000 |
commit | c2ae0ec02a548d47076a2439706ffccdc49095bf (patch) | |
tree | 474ce9a13c8dda77ae2235286bc31cc845df9627 /target/linux/ramips/files/arch/mips/include/asm/mach-ralink | |
parent | cb9c63048dbe8f50ec6cbda1cf3a9a6e26976b34 (diff) | |
download | mtk-20170518-c2ae0ec02a548d47076a2439706ffccdc49095bf.zip mtk-20170518-c2ae0ec02a548d47076a2439706ffccdc49095bf.tar.gz mtk-20170518-c2ae0ec02a548d47076a2439706ffccdc49095bf.tar.bz2 |
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
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink')
-rw-r--r-- | target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h index d71bd1c..f8dbcbc 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h @@ -39,6 +39,7 @@ enum ramips_mach_type { RAMIPS_MACH_ALL0239_3G, /* ALL0239-3G */ RAMIPS_MACH_ARGUS_ATP52B, /* Argus ATP-52B */ RAMIPS_MACH_BC2, /* NexAira BC2 */ + RAMIPS_MACH_BROADWAY, /* Hauppauge Broadway */ RAMIPS_MACH_DAP_1350, /* D-Link DAP-1350 */ RAMIPS_MACH_ESR_9753, /* Senao / EnGenius ESR-9753*/ RAMIPS_MACH_F5D8235_V2, /* Belkin F5D8235 v2 */ |