diff options
author | Sander Vanheule <sander@svanheule.net> | 2020-11-26 09:01:26 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-11-26 09:12:57 +0100 |
commit | f29231ece747dc09c350aea90bd30d1ab6447a4a (patch) | |
tree | 2dc09c4d258422d722ad2c0420a7193d76dd59fd /target | |
parent | 66732c5cd9a193c49afe80637e9b13b3ac0e92de (diff) | |
download | upstream-f29231ece747dc09c350aea90bd30d1ab6447a4a.tar.gz upstream-f29231ece747dc09c350aea90bd30d1ab6447a4a.tar.bz2 upstream-f29231ece747dc09c350aea90bd30d1ab6447a4a.zip |
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: 9f574b1b875c "ramips: mt7621: drop custom uImage function"
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index d3b96f5f4b..ce9a3ae3d2 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -758,7 +758,7 @@ define Device/mtc_wr1201 IMAGE_SIZE := 16000k DEVICE_VENDOR := MTC 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 \ kmod-usb-ledtrig-usbport endef |