openwrtv4/target
John Crispin 83381c5c8f ixp4xx: Don't overwrite memory in wg302v1_fixup()
wg302v1_fixup() looks for the ATAG_CMDLINE atag, it doesn't find it and
so it takes the last atag in the list and overwrites non allocated
memory.

The side effects are corrupted vital data and a kernel that doesn't
boot. More details here https://dev.openwrt.org/ticket/18356

The fix appends the fixup to the command line and updates the atag only
when it finds it.

Signed-off-by: Gianluca Anzolin <gianluca@sottospazio.it>

SVN-Revision: 43320
2014-11-19 14:09:19 +00:00
..
imagebuilder target/imagebuilder: remove obsolete !TARGET_ROOTFS_INITRAMFS dependency 2014-10-31 12:59:23 +00:00
linux ixp4xx: Don't overwrite memory in wg302v1_fixup() 2014-11-19 14:09:19 +00:00
sdk sdk: improve feed setup 2014-10-16 16:28:12 +00:00
toolchain target/toolchain/Config.in: Clarify packaging of toolchain. 2014-10-14 12:21:16 +00:00
Config.in kernel: add a NAND_SUPPORT symbol 2014-06-11 12:59:22 +00:00
Makefile target: do not make target/*/install depend on target/*/compile - removes one redundant kernel build dir call on target/install 2012-06-06 17:24:05 +00:00