summaryrefslogtreecommitdiffstats
path: root/target/linux/x86
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-05-12 17:46:39 +0200
committerFelix Fietkau <nbd@nbd.name>2016-05-12 17:46:39 +0200
commit825ef34f15b0b66d2c77bc6dc6002268c310a356 (patch)
tree666d6c5de4184fc76c581b2271c6798bfd651829 /target/linux/x86
parent900b4865b83b758ff219133f7ed53c5d690cbe64 (diff)
downloadmaster-31e0f0ae-825ef34f15b0b66d2c77bc6dc6002268c310a356.tar.gz
master-31e0f0ae-825ef34f15b0b66d2c77bc6dc6002268c310a356.tar.bz2
master-31e0f0ae-825ef34f15b0b66d2c77bc6dc6002268c310a356.zip
x86: remove defunct etherboot image building code
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/image/Makefile7
1 files changed, 0 insertions, 7 deletions
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