diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-27 19:29:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-27 19:29:59 +0000 |
commit | d495277d9ff556a372fc5c49c610287d37574cb5 (patch) | |
tree | ec08f39d9161a1a806ca16acb8ec6cbab47b088a /target/linux/ramips/files/arch/mips/ralink | |
parent | e4e24c5512901afa3a4bc55824b5dd467d3fcc5c (diff) | |
download | upstream-d495277d9ff556a372fc5c49c610287d37574cb5.tar.gz upstream-d495277d9ff556a372fc5c49c610287d37574cb5.tar.bz2 upstream-d495277d9ff556a372fc5c49c610287d37574cb5.zip |
ramips: rt305x: build image for the DIR-615 rev D boards
Patch from #10105.
SVN-Revision: 31101
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c index 4db89b3cba..3581972860 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c @@ -88,3 +88,6 @@ MIPS_MACHINE(RAMIPS_MACH_DIR_600_B1, "DIR-600-B1", "D-Link DIR-600 B1", MIPS_MACHINE(RAMIPS_MACH_DIR_600_B2, "DIR-600-B2", "D-Link DIR-600 B2", dir_300b_init); + +MIPS_MACHINE(RAMIPS_MACH_DIR_615_D, "DIR-615-D", "D-Link DIR-615 D", + dir_300b_init); |