1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

x86: remove defunct etherboot image building code

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2016-05-12 17:46:39 +02:00
parent 900b4865b8
commit 825ef34f15

@ -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