Skip to content

Commit

Permalink
Update imagebuilder.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mgz0227 committed Dec 18, 2024
1 parent 0aa0d48 commit e10ed2d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions devices/common/patches/imagebuilder.patch
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
--- a/include/image.mk
+++ b/include/image.mk
@@ -504,7 +504,6 @@ define Device/Check
endif
endef

-ifndef IB
define Device/Build/initramfs
$(call Device/Export,$(KDIR)/tmp/$$(KERNEL_INITRAMFS_IMAGE),$(1))
$$(_TARGET): $$(if $$(KERNEL_INITRAMFS),$(BIN_DIR)/$$(KERNEL_INITRAMFS_IMAGE) \
@@ -557,7 +556,6 @@ define Device/Build/initramfs
SUPPORTED_DEVICES="$$(SUPPORTED_DEVICES)" \
$(TOPDIR)/scripts/json_add_image_info.py $$@
endef
-endif

define Device/Build/compile
$$(_COMPILE_TARGET): $(KDIR)/$(1)
@@ -623,7 +621,7 @@ define Device/Build/kernel
endef

Expand Down

0 comments on commit e10ed2d

Please sign in to comment.