Browse Source

ramips: rt305x: change machine id for DIR-300

SVN-Revision: 27807
Gabor Juhos 14 years ago
parent
commit
857c1028ac

+ 1 - 1
target/linux/ramips/base-files/lib/ramips.sh

@@ -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")

+ 1 - 1
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h

@@ -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 */

+ 1 - 1
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c

@@ -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);

+ 1 - 1
target/linux/ramips/image/Makefile

@@ -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