x86: remove defunct etherboot image building code
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
900b4865b8
commit
825ef34f15
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue