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