aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/Makefile
diff options
context:
space:
mode:
authorTomasz Maciej Nowak <tomek_n@o2.pl>2020-04-20 19:46:31 +0200
committerDaniel Golle <daniel@makrotopia.org>2020-04-20 18:55:30 +0100
commit282e7862b77eb32cfff14a7b8e15089b94a9c3f9 (patch)
treef0c3835197f045e337032850e93d4f2a072cd4a9 /target/linux/x86/image/Makefile
parent97673d87717abbced8f3a4998367aff62c836911 (diff)
downloadupstream-282e7862b77eb32cfff14a7b8e15089b94a9c3f9.tar.gz
upstream-282e7862b77eb32cfff14a7b8e15089b94a9c3f9.tar.bz2
upstream-282e7862b77eb32cfff14a7b8e15089b94a9c3f9.zip
x86: image: drop dead code
These are remnants of old image generation code, which now serve no purpose. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'target/linux/x86/image/Makefile')
-rw-r--r--target/linux/x86/image/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile
index 77516a4a9d..72a4d66ad7 100644
--- a/target/linux/x86/image/Makefile
+++ b/target/linux/x86/image/Makefile
@@ -13,12 +13,6 @@ GRUB_SERIAL_CONFIG =
GRUB_TERMINAL_CONFIG =
GRUB_CONSOLE_CMDLINE =
-ifneq ($(strip $(foreach subtarget,$(USE_ATKBD),$(CONFIG_TARGET_x86_$(subtarget)))),)
- GRUB2_VARIANT := generic
-else
- GRUB2_VARIANT := legacy
-endif
-
ifneq ($(CONFIG_GRUB_CONSOLE),)
GRUB_CONSOLE_CMDLINE += console=tty0
GRUB_TERMINALS += console
@@ -152,8 +146,6 @@ define Device/Default
ARTIFACTS := $$(ARTIFACTS-y)
endef
-$(eval $(call Image/gzip-ext4-padded-squashfs))
-
ifeq ($(SUBTARGET),64)
include 64.mk
endif