diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-12 17:46:39 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-12 17:46:39 +0200 |
commit | 825ef34f15b0b66d2c77bc6dc6002268c310a356 (patch) | |
tree | 666d6c5de4184fc76c581b2271c6798bfd651829 /target/linux | |
parent | 900b4865b83b758ff219133f7ed53c5d690cbe64 (diff) | |
download | upstream-825ef34f15b0b66d2c77bc6dc6002268c310a356.tar.gz upstream-825ef34f15b0b66d2c77bc6dc6002268c310a356.tar.bz2 upstream-825ef34f15b0b66d2c77bc6dc6002268c310a356.zip |
x86: remove defunct etherboot image building code
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/image/Makefile | 7 |
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 |