summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Sturges2024-12-27 02:47:40 +0000
committerHauke Mehrtens2025-01-01 20:28:01 +0000
commitf8a8a2c5c7ff1efe289d846a890d3361757c231f (patch)
tree980d157f9c7f9da023d071698726a25591633544
parent777c6106ed4e4acdad6f1b094a05a745db8fe396 (diff)
downloadopenwrt-f8a8a2c5c7ff1efe289d846a890d3361757c231f.tar.gz
ramips: mt7621: enable lzma-loader for Amped Wireless ALLY
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>
-rwxr-xr-xtarget/linux/ramips/image/mt7621.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 2623d890f6..ed0da90528 100755
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -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