ar71xx: split wndr4300 and wndr3700v4 into 2 seperate mips machines
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-wndr4300.c
index ae72ab66c43d95a0222fc6c5e1f315a148440d1d..2884c6c83a6460a0cdd60977bae4617be79f2de9 100644 (file)
@@ -204,5 +204,7 @@ static void __init wndr4300_setup(void)
        ap91_pci_init_simple();
 }
 
-MIPS_MACHINE(ATH79_MACH_WNDR4300, "WNDR4300", "NETGEAR WNDR3700v4/WNDR4300",
+MIPS_MACHINE(ATH79_MACH_WNDR3700_V4, "WNDR3700_V4", "NETGEAR WNDR3700v4",
+            wndr4300_setup);
+MIPS_MACHINE(ATH79_MACH_WNDR4300, "WNDR4300", "NETGEAR WNDR4300",
             wndr4300_setup);