From: Felix Fietkau Date: Thu, 12 May 2016 15:46:39 +0000 (+0200) Subject: x86: remove defunct etherboot image building code X-Git-Tag: v17.01.0-rc1~2855 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=825ef34f15b0b66d2c77bc6dc6002268c310a356 x86: remove defunct etherboot image building code Signed-off-by: Felix Fietkau --- diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 98c2150e52..d33d1b4fa3 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -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