aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-03-11 23:03:11 +0100
committerFelix Fietkau <nbd@nbd.name>2017-03-12 15:06:52 +0100
commit9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2 (patch)
tree285cdcd18a41e15a64722ee7f10a590b8985809f /target/linux/x86/image
parentb2255f36213547e5a8c7d4728635763a75f6f2ce (diff)
downloadupstream-9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2.tar.gz
upstream-9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2.tar.bz2
upstream-9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2.zip
x86: image: drop unused ROOTDELAY variable
It's unused since commit 742700719303 ("x86: remove the olpc subtarget, it has been unmaintained for a long time"). Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/x86/image')
-rw-r--r--target/linux/x86/image/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile
index 965737ac63..a2df0af301 100644
--- a/target/linux/x86/image/Makefile
+++ b/target/linux/x86/image/Makefile
@@ -97,8 +97,6 @@ ifneq ($(CONFIG_GRUB_IMAGES),)
endef
endif
-ROOTDELAY=10
-
define Image/Build/squashfs
dd if=/dev/zero bs=128k count=1 >> $(KDIR)/root.squashfs
endef