mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-02 17:16:21 -05:00
So far "kernel" partition didn't contain just a kernel. It also included Seama header and meta data. This was making kernel update complex and it wasn't trivial to read kernel size. Fix it by making "kernel" parition contain just a kernel image. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>