diff options
author | Maik Goette <github@beeit.de> | 2023-01-08 18:35:10 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-02 22:33:55 +0200 |
commit | 4d9c38d654fdfb72ef641573bbf5b0f73f638f2e (patch) | |
tree | 0e9e1b16e620c4e8b8d06e5bfd38c6f3a288b5b4 /target/linux/lantiq/image/ar9.mk | |
parent | 3c3614cec4f4355a7c2f7fa5bc61f8bb07e55025 (diff) | |
download | upstream-4d9c38d654fdfb72ef641573bbf5b0f73f638f2e.tar.gz upstream-4d9c38d654fdfb72ef641573bbf5b0f73f638f2e.tar.bz2 upstream-4d9c38d654fdfb72ef641573bbf5b0f73f638f2e.zip |
lantiq: fix lzma-loader for Netgear DGN 3500(B)
Fixes Uncompressing Kernel Image ... ERROR: LzmaDecode.c, 561
Fixes: #11701 for both 3500(B)
Signed-off-by: Maik Goette <github@beeit.de>
Diffstat (limited to 'target/linux/lantiq/image/ar9.mk')
-rw-r--r-- | target/linux/lantiq/image/ar9.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/ar9.mk b/target/linux/lantiq/image/ar9.mk index 43f91d0ee4..5732a3432c 100644 --- a/target/linux/lantiq/image/ar9.mk +++ b/target/linux/lantiq/image/ar9.mk @@ -90,6 +90,8 @@ define Device/netgear_dgn3500 DEVICE_MODEL := DGN3500 SOC := ar9 IMAGE_SIZE := 16000k + KERNEL := kernel-bin | append-dtb | lzma | loader-kernel | uImage none + KERNEL_INITRAMFS := $$(KERNEL) IMAGES := \ sysupgrade-na.bin sysupgrade.bin \ factory-na.img factory.img @@ -121,6 +123,8 @@ define Device/netgear_dgn3500b DEVICE_MODEL := DGN3500B SOC := ar9 IMAGE_SIZE := 16000k + KERNEL := kernel-bin | append-dtb | lzma | loader-kernel | uImage none + KERNEL_INITRAMFS := $$(KERNEL) IMAGES += factory.img IMAGE/sysupgrade.bin := \ append-kernel | append-rootfs | dgn3500-sercom-footer 0x0 "DE" | \ |