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 | b84decf4df2ca5d20b9acfa9be62c73288546b2b (patch) | |
tree | 9b84dbf98ef955550453c85d6896c20e86eea519 /target/linux/ramips/files/arch/mips/include | |
parent | abe793f57b8bedd8951bd735d77f88ec9ecb1299 (diff) | |
download | master-187ad058-b84decf4df2ca5d20b9acfa9be62c73288546b2b.tar.gz master-187ad058-b84decf4df2ca5d20b9acfa9be62c73288546b2b.tar.bz2 master-187ad058-b84decf4df2ca5d20b9acfa9be62c73288546b2b.zip |
ramips: rt305x: add support for the Asus RT-G32 B1 board
Based on a patch by: Sergiy <piratfm@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27812 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 */ |