Skip to content
Snippets Groups Projects
Commit 825ef34f authored by Felix Fietkau's avatar Felix Fietkau
Browse files

x86: remove defunct etherboot image building code


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 900b4865
No related branches found
No related tags found
No related merge requests found
......@@ -172,13 +172,6 @@ endif
define Image/BuildKernel
$(CP) $(KDIR)/bzImage $(BIN_DIR)/$(IMG_PREFIX)-vmlinuz
ifneq ($(CONFIG_X86_ETHERBOOT_IMAGES),)
rm -f $(BIN_DIR)/$(IMG_PREFIX)-etherboot
$(STAGING_DIR_HOST)/bin/mkelfImage \
--append=$(CONFIG_X86_ETHERBOOT_BOOTOPTS) \
$(KDIR)/bzImage \
$(BIN_DIR)/$(IMG_PREFIX)-etherboot
endif
endef
define Image/Prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment