Your patch is still broken as you manually played with the file after
generating it. please do not manually edit patches as that will break
them. in this case you deleted too many trailing lines. a valid patch
has 3 unmodified lines after the last change. this patch only had 2.

i have applied it by hand now.


On 19/01/2016 00:41, John Clark wrote:
> The image name for the HiLink HLK-RM04 module has a typo and should read 
> "RM04" rather than "RM02"
> 
> Signed-off-by: John Clark <inin...@gmail.com>
> ---
>  target/linux/ramips/image/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/linux/ramips/image/Makefile 
> b/target/linux/ramips/image/Makefile
> index 2427ac6..55b9cf4 100644
> --- a/target/linux/ramips/image/Makefile
> +++ b/target/linux/ramips/image/Makefile
> @@ -592,7 +592,7 @@ define BuildFirmware/HLKRM04/initramfs
>       $(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-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to