Re: [PATCH 6/7] lantiq: add image handling for x490 Fritzboxes

2022-02-03 Thread Torsten Duwe
On Thu, 3 Feb 2022 07:12:40 +0100
Andreas Böhler  wrote:

> > +  DEVICE_PACKAGES := kmod-usb3 fritz-tffs wasp_uploader
> > +endef
> > +
> Is wasp_uploader really in an official package feed?

I don't know. As mentioned, I mostly ignored the secondary system for
now, and -master, with exactly these 7 patches, compiled and ran fine
here. I have not used any additional feeds. I'd really like to leave
those "loose ends", so it is clear where the WIFI system, once
provided, should hook in (see gswip port, reset etc. in the DTs).

Torsten

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


Re: [PATCH 6/7] lantiq: add image handling for x490 Fritzboxes

2022-02-02 Thread Andreas Böhler



On 02/02/2022 11:37, Torsten Duwe wrote:

Enable building Fritzbox x490 images, with UBI. The default is 252KiB LEB
size and 4k I/O, and the 7490 overriding it with half of those values.

Signed-off-by: Torsten Duwe 
---

diff --git a/target/linux/lantiq/image/vr9.mk b/target/linux/lantiq/image/vr9.mk
index d17045b6db..9ebb981811 100644
--- a/target/linux/lantiq/image/vr9.mk
+++ b/target/linux/lantiq/image/vr9.mk
@@ -147,6 +147,37 @@ define Device/avm_fritz3390
  endef
  TARGET_DEVICES += avm_fritz3390
  
+define Device/avm_fritzx490

+  $(Device/dsa-migration)
+  $(Device/AVM)
+  $(Device/NAND)
+  KERNEL_SIZE := 4096k
+  IMAGE_SIZE  := 49152k
+  BLOCKSIZE   := 256k
+  PAGESIZE:= 4096
+  UBIFS_OPTS := -m 4096 -e 252KiB -c 256
+  MKUBIFS_OPTS := -m 4096 -e 252KiB -c 256
+  UBINIZE_OPTS := -E 5
+  DEVICE_PACKAGES := kmod-usb3 fritz-tffs wasp_uploader
+endef
+

Is wasp_uploader really in an official package feed?


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