diff options
author | John Crispin <john@openwrt.org> | 2013-01-06 11:11:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-01-06 11:11:42 +0000 |
commit | f2f933235039d37fb360b77b9e73c5975c65e328 (patch) | |
tree | 341489af7b1b8261dd8a8d896d5b305e8db27961 /target/linux/ramips/files/arch/mips/include/asm/mach-ralink | |
parent | 2739a19992fe9dabafe4855732736f8e7eb23bd9 (diff) | |
download | mtk-20170518-f2f933235039d37fb360b77b9e73c5975c65e328.zip mtk-20170518-f2f933235039d37fb360b77b9e73c5975c65e328.tar.gz mtk-20170518-f2f933235039d37fb360b77b9e73c5975c65e328.tar.bz2 |
adds support for Edimax BR-6524N
fixes #12754
Signed-off-by: <rq@akl.lt>
SVN-Revision: 35020
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 3a750df..bc183ab 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 @@ -15,6 +15,7 @@ enum ramips_mach_type { RAMIPS_MACH_GENERIC, /* RT2880 based machines */ RAMIPS_MACH_F5D8235_V1, /* Belkin F5D8235 v1 */ + RAMIPS_MACH_BR6524N, /* Edimax BR6524N */ RAMIPS_MACH_RT_N15, /* Asus RT-N15 */ RAMIPS_MACH_V11ST_FE, /* Ralink V11ST-FE */ RAMIPS_MACH_WLI_TX4_AG300N, /* Buffalo WLI-TX4-AG300N */ |