mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
ramips: rt3883: enable lzma-loader for Belkin F9K1109v1
Fixes boot loader LZMA decompression issues
Fixes: #10968
Signed-off-by: Robert Senderek <robert.senderek@10g.pl>
(cherry picked from commit ac296f6210
)
This commit is contained in:
parent
b3142fff2a
commit
09a649ff4b
@ -18,6 +18,7 @@ endef
|
||||
TARGET_DEVICES += asus_rt-n56u
|
||||
|
||||
define Device/belkin_f9k1109v1
|
||||
$(Device/uimage-lzma-loader)
|
||||
SOC := rt3883
|
||||
BLOCKSIZE := 64k
|
||||
DEVICE_VENDOR := Belkin
|
||||
@ -25,7 +26,6 @@ define Device/belkin_f9k1109v1
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user