mirror of https://github.com/hak5/openwrt.git
x86: image: drop unused ROOTDELAY variable
It's unused since commitlede-17.017427007193
("x86: remove the olpc subtarget, it has been unmaintained for a long time"). Signed-off-by: Rafał Miłecki <rafal@milecki.pl> (cherry picked from commit9a267e6a4b
)
parent
05f0b8d18b
commit
58e0c0feec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue