Hi all. I've tried to build trunk for ADM5120 P-334WT target and got the this error: arch/mips/adm5120/zyxel/p-334wt.c:34:19: error: macro "MIPS_MACHINE" requires 4 arguments, but only 3 given
The following patch fixes it: Index: target/linux/adm5120/files/arch/mips/adm5120/zyxel/p-334wt.c =================================================================== --- target/linux/adm5120/files/arch/mips/adm5120/zyxel/p-334wt.c (revision 24846) +++ target/linux/adm5120/files/arch/mips/adm5120/zyxel/p-334wt.c (working copy) @@ -30,5 +30,5 @@ p334wt_gpio_leds); } -MIPS_MACHINE(MACH_ADM5120_P334WT, "P-334WT" "ZyXEL Prestige 334WT", +MIPS_MACHINE(MACH_ADM5120_P334WT, "P-334WT", "ZyXEL Prestige 334WT", p334wt_setup); Alexey _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel