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

Andreas Böhler dev at aboehler.at
Wed Feb 2 22:12:40 PST 2022


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 <duwe at lst.de>
> ---
>
> 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?




More information about the openwrt-devel mailing list