mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
62b72eafe4
Return to using the OpenWrt kernel loader to decompress and load kernel
initram image.
Continue to use the vmlinuz kernel for squashfs.
Mikrotik's bootloader RouterBOOT on some ath79 devices is
failing to boot the current initram, due to the size of the initram image.
On the ath79 wAP-ac:
a 5.7MiB initram image would fail to boot
After this change:
a 6.6MiB initram image successfully loads
This partially reverts commit
|
||
---|---|---|
.. | ||
bin | ||
lzma-loader | ||
common-buffalo.mk | ||
common-mikrotik.mk | ||
common-netgear.mk | ||
common-senao.mk | ||
common-tp-link.mk | ||
common-ubnt.mk | ||
common-yuncore.mk | ||
generic-tp-link.mk | ||
generic-ubnt.mk | ||
generic.mk | ||
Makefile | ||
mikrotik.mk | ||
nand.mk | ||
tiny-netgear.mk | ||
tiny-tp-link.mk | ||
tiny-ubnt.mk | ||
tiny.mk |