[LEDE-DEV] [PATCH] brcm47xx: proper region code in image name

txt.file txt.file at txtfile.eu
Mon Dec 11 11:37:00 PST 2017


Didn't you want to use 'us' as image identifier? In your patch it is
still north america just shortened to 2 letters.

kind regards
txt.file

Moritz Warning:
> Replace 'north-america' by 'us' and remove 'other-regions' in image files for Netgear WGR614 v10.
> 
> Signed-off-by: Moritz Warning <moritzwarning at web.de>
> ---
>  target/linux/brcm47xx/image/Makefile | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile
> index 8c681ac345..ccd6f4dc44 100644
> --- a/target/linux/brcm47xx/image/Makefile
> +++ b/target/linux/brcm47xx/image/Makefile
> @@ -806,21 +806,21 @@ define Device/linksys-e4200-v1
>  endef
>  TARGET_DEVICES += linksys-e4200-v1
>  
> -define Device/netgear-wgr614-v10_north-america
> +define Device/netgear-wgr614-v10-na
>    DEVICE_TITLE := Netgear WGR614 v10 North America
>    $(Device/netgear)
>    NETGEAR_BOARD_ID := U12H139T01_NETGEAR
>    NETGEAR_REGION := 2
>  endef
> -TARGET_DEVICES += netgear-wgr614-v10_north-america
> +TARGET_DEVICES += netgear-wgr614-v10-na
>  
> -define Device/netgear-wgr614-v10_other-regions
> -  DEVICE_TITLE := Netgear WGR614 v10 Other Regions
> +define Device/netgear-wgr614-v10
> +  DEVICE_TITLE := Netgear WGR614 v10
>    $(Device/netgear)
>    NETGEAR_BOARD_ID := U12H139T01_NETGEAR
>    NETGEAR_REGION := 1
>  endef
> -TARGET_DEVICES += netgear-wgr614-v10_other-regions
> +TARGET_DEVICES += netgear-wgr614-v10
>  
>  define Device/netgear-wn2500rp-v1
>    DEVICE_TITLE := Netgear WN2500RP v1
> @@ -910,23 +910,23 @@ define Device/netgear-wnr2000v2
>  endef
>  TARGET_DEVICES += netgear-wnr2000v2
>  
> -define Device/netgear-wnr3500l-v1-north-america
> +define Device/netgear-wnr3500l-v1-na
>    DEVICE_TITLE := Netgear WNR3500L v1 North America
>    DEVICE_PACKAGES := kmod-b43 $(USB2_PACKAGES)
>    $(Device/netgear)
>    NETGEAR_BOARD_ID := U12H136T99_NETGEAR
>    NETGEAR_REGION := 2
>  endef
> -TARGET_DEVICES += netgear-wnr3500l-v1-north-america
> +TARGET_DEVICES += netgear-wnr3500l-v1-na
>  
> -define Device/netgear-wnr3500l-v1-other-regions
> +define Device/netgear-wnr3500l-v1
>    DEVICE_TITLE := Netgear WNR3500L v1 Other Regions
>    DEVICE_PACKAGES := kmod-b43 $(USB2_PACKAGES)
>    $(Device/netgear)
>    NETGEAR_BOARD_ID := U12H136T99_NETGEAR
>    NETGEAR_REGION := 1
>  endef
> -TARGET_DEVICES += netgear-wnr3500l-v1-other-regions
> +TARGET_DEVICES += netgear-wnr3500l-v1
>  
>  define Device/netgear-wnr3500l-v2
>    DEVICE_TITLE := Netgear WNR3500L v2
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/lede-dev/attachments/20171211/1a0cb58c/attachment.sig>


More information about the Lede-dev mailing list