openwrtv4/target/linux/generic/files/drivers/mtd/mtdsplit
Mathias Kresin 634d690d74 kernel: mtdsplit_uimage: fix Edimax parser
According to the author the code was added to in preparation for adding
support for a new board. The patch for the board was never send and the
code never really tested.

The edimax header starting with the edimax magic is put in front of the
uImage header. There is no special uImage header used. Means, default
magic and the type field is set to kernel as usual.

Signed-off-by: Mathias Kresin <dev@kresin.me>

edimax parser fix
2016-10-15 09:01:45 +02:00
..
Kconfig kernel: mtdsplit: add support for EVA images 2016-01-17 10:41:08 +00:00
Makefile kernel: mtdsplit: add support for EVA images 2016-01-17 10:41:08 +00:00
mtdsplit.c treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
mtdsplit.h treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
mtdsplit_brnimage.c kernel: silence a false positive uninitialized variable warning 2016-08-01 09:52:17 +02:00
mtdsplit_eva.c kernel: mtdsplit: modify rootfs helpers to provide partition type 2016-02-01 12:41:41 +00:00
mtdsplit_fit.c kernel: mtdsplit: modify rootfs helpers to provide partition type 2016-02-01 12:41:41 +00:00
mtdsplit_lzma.c kernel: mtdsplit: modify rootfs helpers to provide partition type 2016-02-01 12:41:41 +00:00
mtdsplit_seama.c kernel: mtdsplit: calculate kernel partition precisely for Seama 2016-06-20 07:58:29 +02:00
mtdsplit_squashfs.c treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
mtdsplit_tplink.c treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
mtdsplit_trx.c treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
mtdsplit_uimage.c kernel: mtdsplit_uimage: fix Edimax parser 2016-10-15 09:01:45 +02:00