[source] x86: image: drop unused ROOTDELAY variable

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 14 09:43:27 PST 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/58e0c0feec699e839925abcadb83c95f9594d477

commit 58e0c0feec699e839925abcadb83c95f9594d477
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Sat Mar 11 23:03:11 2017 +0100

    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 at milecki.pl>
    (cherry picked from commit 9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2)
---
 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 965737a..a2df0af 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



More information about the lede-commits mailing list