diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-02-15 21:13:11 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-02-15 21:13:11 +0000 |
commit | 3ceebbba14c46704f2b4f04a423d1ed2358319fb (patch) | |
tree | fa1c28ccdba8870168cd1b8b14b3dd08f4a1c3de /target/linux/ramips/files/arch/mips/include | |
parent | 27bb12af0f6efb44537e87e05d1309405d70f32b (diff) | |
download | mtk-20170518-3ceebbba14c46704f2b4f04a423d1ed2358319fb.zip mtk-20170518-3ceebbba14c46704f2b4f04a423d1ed2358319fb.tar.gz mtk-20170518-3ceebbba14c46704f2b4f04a423d1ed2358319fb.tar.bz2 |
add Ralink V11ST-FE board support
This board is equipped with:
- 4MB of NOR Flash
- 32MB of SDRAM
- IC+ IP175C switch
- one Mini-PCI slot
SVN-Revision: 30561
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 fa6d985..d6c9911 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 @@ -16,6 +16,7 @@ enum ramips_mach_type { /* RT2880 based machines */ RAMIPS_MACH_F5D8235_V1, /* Belkin F5D8235 v1 */ RAMIPS_MACH_RT_N15, /* Asus RT-N15 */ + RAMIPS_MACH_V11ST_FE, /* Ralink V11ST-FE */ RAMIPS_MACH_WLI_TX4_AG300N, /* Buffalo WLI-TX4-AG300N */ RAMIPS_MACH_WZR_AGL300NH, /* Buffalo WZR-AGL300NH */ |