diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-03-11 23:03:11 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-12 15:06:52 +0100 |
commit | 9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2 (patch) | |
tree | 285cdcd18a41e15a64722ee7f10a590b8985809f /target/linux/x86/image/Makefile | |
parent | b2255f36213547e5a8c7d4728635763a75f6f2ce (diff) | |
download | upstream-9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2.tar.gz upstream-9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2.tar.bz2 upstream-9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2.zip |
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>
Diffstat (limited to 'target/linux/x86/image/Makefile')
-rw-r--r-- | target/linux/x86/image/Makefile | 2 |
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 |