diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-28 08:43:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-28 08:43:32 +0000 |
commit | 98437278c4ee4f12bc224e0a80168a04075e3055 (patch) | |
tree | 5ac11087de31670eae48029f1f9fbcf522542764 /target/linux/ramips/files/arch/mips/include/asm | |
parent | 76dacee9956eaa02b6e493992d83764f123025bb (diff) | |
download | upstream-98437278c4ee4f12bc224e0a80168a04075e3055.tar.gz upstream-98437278c4ee4f12bc224e0a80168a04075e3055.tar.bz2 upstream-98437278c4ee4f12bc224e0a80168a04075e3055.zip |
ramips: rt305x: add support for the ALFA Networks W502U (R36) board
SVN-Revision: 29615
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include/asm')
-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 9e48b5caae..df6adf4431 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 @@ -37,6 +37,7 @@ enum ramips_mach_type { RAMIPS_MACH_OMNI_EMB, /* Omnima MiniEMBWiFi */ RAMIPS_MACH_PWH2004, /* Prolink 2004H / Abocom 5205 */ RAMIPS_MACH_V22RW_2X2, /* Ralink AP-RT3052-V22RW-2X2 */ + RAMIPS_MACH_W502U, /* ALFA Networks W502U */ RAMIPS_MACH_WCR150GN, /* Sparklan WCR-150GN */ RAMIPS_MACH_WHR_G300N, /* Buffalo WHR-G300N */ RAMIPS_MACH_WL351, /* Sitecom WL-351 v1 002 */ |