mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: rt305x: change machine id for DIR-300
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27807 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -18,7 +18,7 @@ enum ramips_mach_type {
|
||||
RAMIPS_MACH_WZR_AGL300NH, /* Buffalo WZR-AGL300NH */
|
||||
|
||||
/* RT3050 based machines */
|
||||
RAMIPS_MACH_DIR_300_REVB, /* D-Link DIR-300 rev B */
|
||||
RAMIPS_MACH_DIR_300_B1, /* D-Link DIR-300 B1 */
|
||||
|
||||
/* RT3052 based machines */
|
||||
RAMIPS_MACH_F5D8235_V2, /* Belkin F5D8235 v2 */
|
||||
|
||||
@@ -120,5 +120,5 @@ static void __init dir_300b_init(void)
|
||||
rt305x_register_wdt();
|
||||
}
|
||||
|
||||
MIPS_MACHINE(RAMIPS_MACH_DIR_300_REVB, "DIR-300-revB", "D-Link DIR-300 revB",
|
||||
MIPS_MACHINE(RAMIPS_MACH_DIR_300_B1, "DIR-300-B1", "D-Link DIR-300 B1",
|
||||
dir_300b_init);
|
||||
|
||||
Reference in New Issue
Block a user