Author: blogic Date: 2016-01-21 15:17:54 +0100 (Thu, 21 Jan 2016) New Revision: 48430
Modified: branches/chaos_calmer/target/linux/ramips/image/Makefile Log: ramips: HiLink HLK-RM04 image name typo (RM02 -> RM04) The image name for the HiLink HLK-RM04 module has a typo and should read "RM04" rather than "RM02" Backport of r48355 Signed-off-by: John Clark <[email protected]> Modified: branches/chaos_calmer/target/linux/ramips/image/Makefile =================================================================== --- branches/chaos_calmer/target/linux/ramips/image/Makefile 2016-01-21 14:08:33 UTC (rev 48429) +++ branches/chaos_calmer/target/linux/ramips/image/Makefile 2016-01-21 14:17:54 UTC (rev 48430) @@ -546,7 +546,7 @@ $(call BuildFirmware/OF/initramfs,$(1),$(2),$(3),$(4)) mkhilinkfw -e -i$(call imgname,$(1),$(2))-uImage.bin -o $(call imgname,$(1),$(2))-factory.bin; endef -Image/Build/Profile/HLKRM04=$(call BuildFirmware/HLKRM04/$(1),$(1),hlk-rm04,HLKRM04,HLK-RM02) +Image/Build/Profile/HLKRM04=$(call BuildFirmware/HLKRM04/$(1),$(1),hlk-rm04,HLKRM04,HLK-RM04) Image/Build/Profile/HT-TM02=$(call BuildFirmware/Default8M/$(1),$(1),ht-tm02,HT-TM02) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
