diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-09 19:46:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-09 19:46:41 +0000 |
commit | a38d9256a7cbb73833d3df3f8e050829a3a32ece (patch) | |
tree | e246c59c2245e3b3d623860ea4998db47752bf47 /target/linux/ar71xx/files/arch/mips/include | |
parent | 03db00a803c8c8b78c7aa2880ab05f149da72815 (diff) | |
download | upstream-a38d9256a7cbb73833d3df3f8e050829a3a32ece.tar.gz upstream-a38d9256a7cbb73833d3df3f8e050829a3a32ece.tar.bz2 upstream-a38d9256a7cbb73833d3df3f8e050829a3a32ece.zip |
add board setup code for the RB-450G/RB-433UAH boards * based on a patch from http://forum.openwrt.org/viewtopic.php?pid=91127#p91127
SVN-Revision: 16754
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/include')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h index 2a16257d78..1ba20fa385 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h @@ -124,7 +124,9 @@ enum ar71xx_mach_type { AR71XX_MACH_AW_NR580, /* AzureWave AW-NR580 */ AR71XX_MACH_RB_411, /* MikroTik RouterBOARD 411/411A/411AH */ AR71XX_MACH_RB_433, /* MikroTik RouterBOARD 433/433AH */ + AR71XX_MACH_RB_433U, /* MikroTik RouterBOARD 433UAH */ AR71XX_MACH_RB_450, /* MikroTik RouterBOARD 450 */ + AR71XX_MACH_RB_450G, /* MikroTik RouterBOARD 450G */ AR71XX_MACH_RB_493, /* Mikrotik RouterBOARD 493/493AH */ AR71XX_MACH_PB42, /* Atheros PB42 */ AR71XX_MACH_PB44, /* Atheros PB44 */ |