Hi,

> -----Original Message-----
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> On Behalf Of Daniel González Cabanelas
> Sent: Sonntag, 17. Mai 2020 18:52
> To: openwrt-devel@lists.openwrt.org
> Cc: nolt...@gmail.com
> Subject: [OpenWrt-Devel] [PATCH] bcm63xx: Livebox1: reenable the image
> generation
> 
> This old BCM6348 device still runs quite fine with OpenWrt snapshots when
> the board is modded with 64MB of RAM.
> 
> Reenable the image generation and advertise the mod in the image filename

OpenWrt does not officially support modded devices. If you require something 
like that, just build the appropriate image yourself.

Despite that, I don't think the way you modify the image name would fit the 
naming logic on that target very well.

I will mark this patch as Rejected. Sorry.

Best

Adrian

> 
> Signed-off-by: Daniel González Cabanelas <dgcb...@gmail.com>
> ---
>  target/linux/bcm63xx/image/bcm63xx.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/linux/bcm63xx/image/bcm63xx.mk
> b/target/linux/bcm63xx/image/bcm63xx.mk
> index d5601e2c3c..1e5b0b9776 100644
> --- a/target/linux/bcm63xx/image/bcm63xx.mk
> +++ b/target/linux/bcm63xx/image/bcm63xx.mk
> @@ -759,7 +759,7 @@ define Device/inventel_livebox-1
>    DEVICE_MODEL := Livebox 1
>    SOC := bcm6348
>    DEVICE_PACKAGES := $(B43_PACKAGES) $(USB1_PACKAGES)
> -  DEFAULT := n
> +  IMAGE_NAME = $$(IMAGE_PREFIX)-64RAM_mod-$$(1).$$(2)
>  endef
>  TARGET_DEVICES += inventel_livebox-1
> 
> --
> 2.26.2
> 
> 
> 
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Attachment: openpgp-digital-signature.asc
Description: PGP signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to