diff options
| author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-27 19:29:59 +0000 | 
|---|---|---|
| committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-27 19:29:59 +0000 | 
| commit | 7c8edac25f23c4fc14239fdc293caa1317649944 (patch) | |
| tree | 3c093830e12bfcaa95d109f428acd2550eedf274 /target/linux/ramips/files/arch/mips/include | |
| parent | 467d4cf1997a6f093465e072e5336dfc53df4751 (diff) | |
ramips: rt305x: build image for the DIR-615 rev D boards
Patch from #10105.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31101 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 b101dcdac..bce51cd07 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 @@ -25,6 +25,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_DIR_615_D,		/* D-Link DIR-615 D */  	RAMIPS_MACH_RT_G32_B1,		/* Asus RT-G32 B1 */  	RAMIPS_MACH_RT_N10_PLUS,	/* Asus RT-N10+ */  	RAMIPS_MACH_NW718,		/* Netcore NW718 */  | 
