Skip to content

Commit

Permalink
ramips: mt7621: enable lzma-loader for Amped Wireless ALLY
Browse files Browse the repository at this point in the history
Switch to using loader-kernel to accommodate
larger image sizes that are problematic for
many mt7621 uboots.

Signed-off-by: Jonathan Sturges <[email protected]>
Link: openwrt/openwrt#17389
Signed-off-by: Hauke Mehrtens <[email protected]>
(cherry picked from commit f8a8a2c)
  • Loading branch information
jonathan-sturges authored and hauke committed Jan 1, 2025
1 parent f91d8e9 commit 36f7db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ramips/image/mt7621.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36f7db9

Please sign in to comment.