mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
20b4f77bb6
It's required for BCM4908. It cannot use "bcm-wfi-fw" parser because that one requires *two* JFFS2 partitions which is untested / unsupported on the BCM4908 architecture. With a single JFFS2 partition "bcm-wfi-fw" parser will: 1. Fail to find "vmlinux.lz" as it doesn't follow "1-openwrt" file 2. Create partitions that don't precisely match bootfs layout The new parser is described in details in the MTD_SPLIT_CFE_BOOTFS symbol help message. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
mtdsplit_bcm_wfi.c | ||
mtdsplit_brnimage.c | ||
mtdsplit_cfe_bootfs.c | ||
mtdsplit_elf.c | ||
mtdsplit_eva.c | ||
mtdsplit_fit.c | ||
mtdsplit_jimage.c | ||
mtdsplit_lzma.c | ||
mtdsplit_minor.c | ||
mtdsplit_seama.c | ||
mtdsplit_squashfs.c | ||
mtdsplit_tplink.c | ||
mtdsplit_trx.c | ||
mtdsplit_uimage.c | ||
mtdsplit_wrgg.c | ||
mtdsplit.c | ||
mtdsplit.h |