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/ralink/rt305x/Makefile | |
| 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/ralink/rt305x/Makefile')
| -rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile b/target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile index 2cf25a1..c61fba8 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile @@ -16,6 +16,7 @@ obj-$(CONFIG_RT305X_MACH_ARGUS_ATP52B) += mach-argus-atp52b.o obj-$(CONFIG_RT305X_MACH_BC2) += mach-bc2.o obj-$(CONFIG_RT305X_MACH_ALL0256N) += mach-all0256n.o obj-$(CONFIG_RT305X_MACH_ALL5002) += mach-all5002.o +obj-$(CONFIG_RT305X_MACH_BROADWAY) += mach-broadway.o obj-$(CONFIG_RT305X_MACH_CARAMBOLA) += mach-carambola.o obj-$(CONFIG_RT305X_MACH_DIR_300_REVB) += mach-dir-300-revb.o obj-$(CONFIG_RT305X_MACH_DIR_615_H1) += mach-dir-615-h1.o |
