Skip to content

Commit

Permalink
ramips: rt3883: enable lzma-loader for Belkin F9K1109v1
Browse files Browse the repository at this point in the history
Fixes boot loader LZMA decompression issues

Fixes: #10968
Signed-off-by: Robert Senderek <robert.senderek@10g.pl>
(cherry picked from commit ac296f6)
  • Loading branch information
Robert Senderek authored and hauke committed Oct 23, 2022
1 parent b3142ff commit 09a649f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/image/rt3883.mk
Expand Up @@ -18,14 +18,14 @@ endef
TARGET_DEVICES += asus_rt-n56u

define Device/belkin_f9k1109v1
$(Device/uimage-lzma-loader)
SOC := rt3883
BLOCKSIZE := 64k
DEVICE_VENDOR := Belkin
DEVICE_MODEL := F9K1109
DEVICE_VARIANT := Version 1.0
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
IMAGE_SIZE := 7808k
KERNEL := kernel-bin | append-dtb | lzma -d16 | uImage lzma
# Stock firmware checks for this uImage image name during upload.
UIMAGE_NAME := N750F9K1103VB
endef
Expand Down

0 comments on commit 09a649f

Please sign in to comment.