Am 19.10.2014 um 17:53 schrieb [email protected]: > diff --git a/target/linux/ramips/image/Makefile > b/target/linux/ramips/image/Makefile > index f048caf..a93b82c 100644 > --- a/target/linux/ramips/image/Makefile > +++ b/target/linux/ramips/image/Makefile > @@ -769,6 +769,7 @@ Image/Build/Profile/WMR300=$(call > BuildFirmware/Default8M/$(1),$(1),wmr-300,WMR3 > Image/Build/Profile/RT-N14U=$(call > BuildFirmware/Default8M/$(1),$(1),rt-n14u,RT-N14U) > Image/Build/Profile/WR8305RT=$(call > BuildFirmware/Default8M/$(1),$(1),wr8305rt,WR8305RT) > Image/Build/Profile/WRTNODE=$(call > BuildFirmware/Default16M/$(1),$(1),wrtnode,WRTNODE) > +Image/Build/Profile/WT3020=$(call > BuildFirmware/DefaultDualSize/$(1),$(1),wt3020,WT3020) > Image/Build/Profile/ZBT-WA05=$(call > BuildFirmware/Default8M/$(1),$(1),zbt-wa05,ZBT-WA05) > > ifeq ($(SUBTARGET),mt7620n) > @@ -778,6 +779,7 @@ define Image/Build/Profile/Default > $(call Image/Build/Profile/RT-N14U,$(1)) > $(call Image/Build/Profile/WR8305RT,$(1)) > $(call Image/Build/Profile/WRTNODE,$(1)) > + $(call Image/Build/Profile/WT3020,$(1)) > $(call Image/Build/Profile/ZBT-WA05,$(1)) > endef > endif
Have you tried building factory images for the device as well? The mkporayfw tool has support for the WT3020A. Actually, just using the PorayDualSize macro should work (maybe needs a change to mkporayfw to change the board identifier from WT3020A to WT3020). Regards, Felix _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
