diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-08 12:46:25 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-08 12:46:25 +0000 |
commit | 2c82cf966c8988d2d495ab71fe1e33f9e3da7247 (patch) | |
tree | cffcd1178a382cc6baaf142d4c7e2076ab1189d0 | |
parent | f30b179135dd0dcc20cdcbd2e6b659cc1f4eaa83 (diff) | |
download | upstream-2c82cf966c8988d2d495ab71fe1e33f9e3da7247.tar.gz upstream-2c82cf966c8988d2d495ab71fe1e33f9e3da7247.tar.bz2 upstream-2c82cf966c8988d2d495ab71fe1e33f9e3da7247.zip |
image/x86: fix typo when building on Mac OS X (closes: #7303)
SVN-Revision: 21401
-rw-r--r-- | target/linux/x86/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 7347366439..2c4cc350e5 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -86,7 +86,7 @@ ifneq ($(CONFIG_X86_GRUB_IMAGES),) else define Image/Build/grub - PADDING="$(CONFIG_TARGET_IMAGES_PAD)" PATH="$(TARGET_PATH)" NOGRUB=1 ./gen_image_x86.sh + PADDING="$(CONFIG_TARGET_IMAGES_PAD)" PATH="$(TARGET_PATH)" NOGRUB=1 ./gen_image_x86.sh \ $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \ $(CONFIG_TARGET_KERNEL_PARTSIZE) "" \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) |