]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
fs/initramfs: fix initramfs support
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 6 Mar 2014 20:55:34 +0000 (17:55 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 6 Mar 2014 22:01:33 +0000 (23:01 +0100)
commitcfd1f70a10da80b78a607b208695218c8396a57d
tree9dea05a7b48af4b2e2b20c4624155cdac6675156
parente4644b611c18d92388758de01a10cc79d7054ad0
fs/initramfs: fix initramfs support

On commit a24877586a566e052897e50e6a0c2f53cfb029f TARGETS_ROOTFS was
introduced, however fs/initramfs/initramfs.mk was never updated, hence a
show-targets would be rootfs-initramfs with rootfs-cpio afterwards hence
never rebuilding the kernel with a proper cpio archive since TARGETS is
always before rootfs-* as stated in the commit description.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/initramfs/initramfs.mk