ramips: rt305x: change machine id for DIR-300
SVN-Revision: 27807
This commit is contained in:
parent
42d3a55347
commit
857c1028ac
@ -13,7 +13,7 @@ ramips_board_name() {
|
||||
*"Aztech HW550-3G")
|
||||
name="hw550-3g"
|
||||
;;
|
||||
*"DIR-300 revB")
|
||||
*"DIR-300 B1")
|
||||
name="dir-300-b1"
|
||||
;;
|
||||
*"F5D8235 v2")
|
||||
|
@ -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);
|
||||
|
@ -110,7 +110,7 @@ define Image/Build/Template/DIR300B1
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/DIR300B1
|
||||
$(call Image/Build/Template/DIR300B1,$(1),dir-300-b1,DIR-300-revB)
|
||||
$(call Image/Build/Template/DIR300B1,$(1),dir-300-b1,DIR-300-B1)
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/FONERA20N
|
||||
|
Loading…
Reference in New Issue
Block a user