mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 23:12:48 +00:00
e91344776b
- minimal built initramfs: 10MB vmlinux ELF -> 6MB vmlinuz - ~5 seconds for kernel decompression, which was equivalent to the additional time to load the uncompressed ELF from SPI NOR. - Removes requirement for lzma-loader, which may have been causing some image builds to fail to boot on Mikrotik mt7621. Suggested-by: Thibaut VARÈNE <hacks@slashdirt.org> Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
12 lines
312 B
Makefile
12 lines
312 B
Makefile
BOARDNAME := MikroTik devices
|
|
FEATURES += minor nand squashfs
|
|
KERNELNAME := vmlinux vmlinuz
|
|
IMAGES_DIR := ../../..
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
|
|
|
define Target/Description
|
|
Build firmware images for MikroTik devices based on Qualcomm Atheros
|
|
MIPS SoCs (AR71xx, AR72xx, AR91xx, AR93xx, QCA95xx).
|
|
endef
|