mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-07 06:18:54 +00:00
ramips: mt7621: enable lzma-loader for Amped Wireless ALLY
Some checks failed
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Switch to using loader-kernel to accommodate
larger image sizes that are problematic for
many mt7621 uboots.
Signed-off-by: Jonathan Sturges <jsturges@redhat.com>
Link: https://github.com/openwrt/openwrt/pull/17389
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit f8a8a2c5c7
)
This commit is contained in:
parent
f91d8e9f37
commit
36f7db978a
@ -294,11 +294,11 @@ TARGET_DEVICES += alfa-network_quad-e4g
|
||||
|
||||
define Device/ampedwireless_ally_common
|
||||
$(Device/nand)
|
||||
$(Device/uimage-lzma-loader)
|
||||
DEVICE_VENDOR := Amped Wireless
|
||||
DEVICE_PACKAGES := kmod-mt7615-firmware
|
||||
IMAGE_SIZE := 32768k
|
||||
KERNEL_INITRAMFS := $(KERNEL_DTB) | uImage lzma -n 'flashable-initramfs' |\
|
||||
edimax-header -s CSYS -m RN68 -f 0x001c0000 -S 0x01100000
|
||||
KERNEL_INITRAMFS := $$(KERNEL) | edimax-header -s CSYS -m RN68 -f 0x001c0000 -S 0x01100000
|
||||
endef
|
||||
|
||||
define Device/ampedwireless_ally-r1900k
|
||||
|
Loading…
Reference in New Issue
Block a user