diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-12 13:29:46 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-12 13:29:46 +0000 |
commit | 372945185d06e388dd834e3fcd85c7f0c1893899 (patch) | |
tree | 2a419670a78608813037d7e6bdf9db05d022ce66 /target/linux/ramips/files/arch/mips/include | |
parent | e9af3400160554dd7fc93661837607c3dcf84959 (diff) | |
download | mtk-20170518-372945185d06e388dd834e3fcd85c7f0c1893899.zip mtk-20170518-372945185d06e388dd834e3fcd85c7f0c1893899.tar.gz mtk-20170518-372945185d06e388dd834e3fcd85c7f0c1893899.tar.bz2 |
ramips: rt305x: add support for Edimax 3G-6200N
Support for Edimax 3G-6200N router with USB.
Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com>
SVN-Revision: 32682
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include')
-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 d0476f5..6ff24f2 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 @@ -21,6 +21,7 @@ enum ramips_mach_type { RAMIPS_MACH_WZR_AGL300NH, /* Buffalo WZR-AGL300NH */ /* RT3050 based machines */ + RAMIPS_MACH_3G_6200N, /* Edimax 3G-6200N */ RAMIPS_MACH_ALL0256N, /* Allnet ALL0256N */ RAMIPS_MACH_DIR_300_B1, /* D-Link DIR-300 B1 */ RAMIPS_MACH_DIR_600_B1, /* D-Link DIR-600 B1 */ |