projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05f0b8d
)
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
Jo-Philipp Wich
<jo@mein.io>
Wed, 13 Dec 2017 13:41:04 +0000
(14:41 +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>
(cherry picked from commit
9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2
)
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