[LEDE-DEV] [PATCH 1/2] x86: image: drop unused ROOTDELAY variable

Rafał Miłecki zajec5 at gmail.com
Sat Mar 11 14:03:11 PST 2017


From: Rafał Miłecki <rafal at milecki.pl>

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 at milecki.pl>
---
 target/linux/x86/image/Makefile | 2 --
 1 file changed, 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
-- 
2.11.0




More information about the Lede-dev mailing list