mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 12:52:57 +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>
This commit is contained in:
parent
f6099d7974
commit
ac296f6210
@ -18,6 +18,7 @@ endef
|
|||||||
TARGET_DEVICES += asus_rt-n56u
|
TARGET_DEVICES += asus_rt-n56u
|
||||||
|
|
||||||
define Device/belkin_f9k1109v1
|
define Device/belkin_f9k1109v1
|
||||||
|
$(Device/uimage-lzma-loader)
|
||||||
SOC := rt3883
|
SOC := rt3883
|
||||||
BLOCKSIZE := 64k
|
BLOCKSIZE := 64k
|
||||||
DEVICE_VENDOR := Belkin
|
DEVICE_VENDOR := Belkin
|
||||||
@ -25,7 +26,6 @@ define Device/belkin_f9k1109v1
|
|||||||
DEVICE_VARIANT := Version 1.0
|
DEVICE_VARIANT := Version 1.0
|
||||||
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
|
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
|
||||||
IMAGE_SIZE := 7808k
|
IMAGE_SIZE := 7808k
|
||||||
KERNEL := kernel-bin | append-dtb | lzma -d16 | uImage lzma
|
|
||||||
# Stock firmware checks for this uImage image name during upload.
|
# Stock firmware checks for this uImage image name during upload.
|
||||||
UIMAGE_NAME := N750F9K1103VB
|
UIMAGE_NAME := N750F9K1103VB
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user