immortalwrt/target
Petr Štetiar 664266bd89 ath79: image: fix initramfs for safeloader devices
Currently it's not possible to tftpboot initramfs image on archer-c7-v5
as the image contains tplink-v1-header which leads to:

 ath> bootm
 ## Booting image at 81000000 ...
 Bad Magic Number

as U-Boot expects uImage wrapped image.

where tplink-v1 defines KERNEL_INITRAMFS with tplink-v1-header and it's
then used by all devices inheriting from tplink-safeloader. Fix this by
overriding KERNEL_INITRAMFS to KERNEL variable again.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-06-23 12:07:59 +08:00
..
imagebuilder imagebuilder: Remove json_info_files/ before build 2020-06-12 12:10:10 +08:00
linux ath79: image: fix initramfs for safeloader devices 2020-06-23 12:07:59 +08:00
sdk sdk: add OpenWrt branding to menuconfig & .config 2020-05-23 20:19:29 +08:00
toolchain
Config.in target: make TESTING_KERNEL selectable 2020-04-14 23:56:07 +08:00
Makefile