mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: rt305x: add support for the DIR-600 B1,B2 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27808 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -122,3 +122,9 @@ static void __init dir_300b_init(void)
|
||||
|
||||
MIPS_MACHINE(RAMIPS_MACH_DIR_300_B1, "DIR-300-B1", "D-Link DIR-300 B1",
|
||||
dir_300b_init);
|
||||
|
||||
MIPS_MACHINE(RAMIPS_MACH_DIR_600_B1, "DIR-600-B1", "D-Link DIR-600 B1",
|
||||
dir_300b_init);
|
||||
|
||||
MIPS_MACHINE(RAMIPS_MACH_DIR_600_B2, "DIR-600-B2", "D-Link DIR-600 B2",
|
||||
dir_300b_init);
|
||||
|
||||
Reference in New Issue
Block a user