[OpenWrt-Devel] [PATCH] bcm63xx: Livebox1: reenable the image generation
Daniel González Cabanelas
dgcbueu at gmail.com
Sun May 17 12:51:50 EDT 2020
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
Signed-off-by: Daniel González Cabanelas <dgcbueu at 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 at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list