ramips: mt7621: replace missing custom-initramfs-uimage
custom-initramfs-uimage was replaced by calls to uImage, but apparently
mtc_wr1201 was missed in the transistion. Use uImage for this device
too.
Fixes: 9f574b1b87
"ramips: mt7621: drop custom uImage function"
Signed-off-by: Sander Vanheule <sander@svanheule.net>
This commit is contained in:
parent
66732c5cd9
commit
f29231ece7
|
@ -758,7 +758,7 @@ define Device/mtc_wr1201
|
||||||
IMAGE_SIZE := 16000k
|
IMAGE_SIZE := 16000k
|
||||||
DEVICE_VENDOR := MTC
|
DEVICE_VENDOR := MTC
|
||||||
DEVICE_MODEL := Wireless Router WR1201
|
DEVICE_MODEL := Wireless Router WR1201
|
||||||
KERNEL_INITRAMFS := $(KERNEL_DTB) | custom-initramfs-uimage WR1201_8_128
|
KERNEL_INITRAMFS := $(KERNEL_DTB) | uImage lzma -n 'WR1201_8_128'
|
||||||
DEVICE_PACKAGES := kmod-sdhci-mt7620 kmod-mt76x2 kmod-usb3 \
|
DEVICE_PACKAGES := kmod-sdhci-mt7620 kmod-mt76x2 kmod-usb3 \
|
||||||
kmod-usb-ledtrig-usbport
|
kmod-usb-ledtrig-usbport
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue