mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-30 08:04:10 +00:00
imagebuilder: also remove vmlinuz initramfs image files
Also remove vmlinuz-initramfs files from final imagebuilder image as these file are not needed. Fixes: c85348d9abf4 ("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
|
rm -f $(IB_KDIR)/vmlinux.debug
|
||||||
# remove any file for initramfs and Per Device Rootfs initramfs files
|
# remove any file for initramfs and Per Device Rootfs initramfs files
|
||||||
rm -f $(IB_KDIR)/vmlinux-initramfs*
|
rm -f $(IB_KDIR)/vmlinux-initramfs*
|
||||||
|
rm -f $(IB_KDIR)/vmlinuz-initramfs*
|
||||||
rm -f $(IB_KDIR)/Image-initramfs*
|
rm -f $(IB_KDIR)/Image-initramfs*
|
||||||
if [ -x $(LINUX_DIR)/scripts/dtc/dtc ]; then \
|
if [ -x $(LINUX_DIR)/scripts/dtc/dtc ]; then \
|
||||||
$(INSTALL_DIR) $(IB_LDIR)/scripts/dtc; \
|
$(INSTALL_DIR) $(IB_LDIR)/scripts/dtc; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user