mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-27 03:43:37 +08:00
imagebuilder: also remove vmlinuz initramfs image files
Also remove vmlinuz-initramfs files from final imagebuilder image as
these file are not needed.
Fixes: c85348d9ab
("imagebuilder: remove initramfs image files")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
2923935093
commit
9272728e35
@ -114,6 +114,7 @@ endif
|
||||
rm -f $(IB_KDIR)/vmlinux.debug
|
||||
# remove any file for initramfs and Per Device Rootfs initramfs files
|
||||
rm -f $(IB_KDIR)/vmlinux-initramfs*
|
||||
rm -f $(IB_KDIR)/vmlinuz-initramfs*
|
||||
rm -f $(IB_KDIR)/Image-initramfs*
|
||||
if [ -x $(LINUX_DIR)/scripts/dtc/dtc ]; then \
|
||||
$(INSTALL_DIR) $(IB_LDIR)/scripts/dtc; \
|
||||
|
Loading…
Reference in New Issue
Block a user