Skip to content

Commit

Permalink
kernel lzme fix for Amped Wireless
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-sturges committed Dec 26, 2024
1 parent 28cf53e commit 4bced1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/linux/ramips/image/mt7621.mk
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,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' |\
KERNEL_INITRAMFS := $(KERNEL_DTB) | loader-kernel | lzma | uImage lzma -n 'flashable-initramfs' |\
edimax-header -s CSYS -m RN68 -f 0x001c0000 -S 0x01100000
endef

Expand Down

0 comments on commit 4bced1d

Please sign in to comment.