projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2255f3
)
x86: image: drop unused ROOTDELAY variable
author
Rafał Miłecki
<rafal@milecki.pl>
Sat, 11 Mar 2017 22:03:11 +0000
(23:03 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Sun, 12 Mar 2017 14:06:52 +0000
(15:06 +0100)
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>
target/linux/x86/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/x86/image/Makefile
b/target/linux/x86/image/Makefile
index 965737ac631f3867c0d36963a86f7729ae25bd26..a2df0af3019cd38f3643ca63278e0362b7b1e996 100644
(file)
--- 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