mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user