diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 10:56:30 +0000 |
commit | 437e1844849ab385f5ab4cbaa0dc819bc3fba201 (patch) | |
tree | fc59c868b1d8fd4233ba6e65839fe8a6cd0693a9 /target/linux/ramips/files/arch/mips/include | |
parent | 7193f29d96ab94cf804675b9e1d94e4e841dfddc (diff) | |
download | upstream-437e1844849ab385f5ab4cbaa0dc819bc3fba201.tar.gz upstream-437e1844849ab385f5ab4cbaa0dc819bc3fba201.tar.bz2 upstream-437e1844849ab385f5ab4cbaa0dc819bc3fba201.zip |
ramips: rt305x: add support for the Asus RT-G32 B1 board
Based on a patch by: Sergiy <piratfm@gmail.com>
SVN-Revision: 27812
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 b9f8a602ee..3f410716d5 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_DIR_300_B1, /* D-Link DIR-300 B1 */ RAMIPS_MACH_DIR_600_B1, /* D-Link DIR-600 B1 */ RAMIPS_MACH_DIR_600_B2, /* D-Link DIR-600 B2 */ + RAMIPS_MACH_RT_G32_B1, /* Asus RT-G32 B1 */ /* RT3052 based machines */ RAMIPS_MACH_F5D8235_V2, /* Belkin F5D8235 v2 */ |