From: Rafał Miłecki Date: Sat, 11 Mar 2017 22:03:12 +0000 (+0100) Subject: x86: image: drop unneeded grub call X-Git-Tag: v17.01.5~272 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=14114935691d185f50cfde882deab99ac1374001 x86: image: drop unneeded grub call It appears there isn't any Image/Build/grub/* define so this step looks redundant. Signed-off-by: Rafał Miłecki (cherry picked from commit f5d403488ed62bb7f0e0017b02890b4d72240a55) --- diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index a2df0af301..ef5b3c03c8 100644 --- 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