aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-12-22 13:17:32 +0100
committerPetr Štetiar <ynezz@true.cz>2020-12-22 19:11:37 +0100
commit3aeaef6e569fde026058529720057dfea7974b6e (patch)
treeb2fbc4bca480eb91f49a1b9a0e84f8430d5ae210 /target
parent39c8bc4422f0404af5b85c10eeb2c4098d919cdb (diff)
downloadupstream-3aeaef6e569fde026058529720057dfea7974b6e.tar.gz
upstream-3aeaef6e569fde026058529720057dfea7974b6e.tar.bz2
upstream-3aeaef6e569fde026058529720057dfea7974b6e.zip
Revert "mvebu: fix initramfs/kernel image for CZNIC Turris Omnia"
This reverts commit e401a2a42e6d7c892e1cf7d765fa5ec9b2db3fb3 as at least two users had reported breakage on their devices. References: https://lists.infradead.org/pipermail/openwrt-devel/2020-December/032837.html References: https://github.com/openwrt/openwrt/commit/e401a2a42e6d7c892e1cf7d765fa5ec9b2db3fb3#commitcomment-45189788 Cc: Karel Kočí <karel.koci@nic.cz> Reported-by: Magnus Kroken <mkroken@gmail.com> Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target')
-rw-r--r--target/linux/mvebu/image/cortexa9.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk
index 67f68b1770..ea20a25a29 100644
--- a/target/linux/mvebu/image/cortexa9.mk
+++ b/target/linux/mvebu/image/cortexa9.mk
@@ -32,7 +32,8 @@ define Device/cznic_turris-omnia
DEVICE_VENDOR := CZ.NIC
DEVICE_MODEL := Turris Omnia
KERNEL_INSTALL := 1
- KERNEL := kernel-bin | append-dtb
+ KERNEL := kernel-bin
+ KERNEL_INITRAMFS := kernel-bin
DEVICE_PACKAGES := \
mkf2fs e2fsprogs kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \
wpad-basic-wolfssl kmod-ath9k kmod-ath10k-ct ath10k-firmware-qca988x-ct \