summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafał Miłecki2017-03-11 22:03:11 +0000
committerFelix Fietkau2017-03-12 14:06:52 +0000
commit9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2 (patch)
tree285cdcd18a41e15a64722ee7f10a590b8985809f
parentb2255f36213547e5a8c7d4728635763a75f6f2ce (diff)
downloadopenwrt-9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2.tar.gz
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>
-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