From: Rafał Miłecki Date: Sat, 11 Mar 2017 22:03:11 +0000 (+0100) Subject: x86: image: drop unused ROOTDELAY variable X-Git-Tag: v18.06.0-rc1~3379 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2 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 --- 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