projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a267e6
)
x86: image: drop unneeded grub call
author
Rafał Miłecki
<rafal@milecki.pl>
Sat, 11 Mar 2017 22:03:12 +0000
(23:03 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Sun, 12 Mar 2017 14:06:52 +0000
(15:06 +0100)
It appears there isn't any Image/Build/grub/* define so this step looks
redundant.
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 a2df0af3019cd38f3643ca63278e0362b7b1e996..ef5b3c03c807b51c8a717c6dfaaf7943c3777d04 100644
(file)
--- a/
target/linux/x86/image/Makefile
+++ b/
target/linux/x86/image/Makefile
@@
-93,7
+93,6
@@
ifneq ($(CONFIG_GRUB_IMAGES),)
-d "$(KDIR)/grub2" \
-r "hd0,msdos1" \
"$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img"
- $(call Image/Build/grub/$(1))
endef
endif