diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-22 20:10:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-22 20:10:31 +0000 |
commit | 6c02dd2b042ed9bd09a3a9899f4661bf13d82741 (patch) | |
tree | 995078f0d3c332eec19c5d8f7272dd66a23fa99a /target/linux | |
parent | 1c108d33184939d39f367ed7e8cfd6cf3995a353 (diff) | |
download | upstream-6c02dd2b042ed9bd09a3a9899f4661bf13d82741.tar.gz upstream-6c02dd2b042ed9bd09a3a9899f4661bf13d82741.tar.bz2 upstream-6c02dd2b042ed9bd09a3a9899f4661bf13d82741.zip |
x86: rename gen_image_x86.sh to gen_image_grub.sh
SVN-Revision: 33510
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/image/Makefile | 2 | ||||
-rwxr-xr-x | target/linux/x86/image/gen_image_grub.sh (renamed from target/linux/x86/image/gen_image_x86.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 26e34ff6d6..1ff436b20c 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -68,7 +68,7 @@ ifneq ($(CONFIG_X86_GRUB_IMAGES),) -e 's#@CMDLINE@#$(strip $(call Image/cmdline/$(1)) $(BOOTOPTS) $(GRUB_CONSOLE_CMDLINE))#g' \ -e 's#@TIMEOUT@#$(GRUB_TIMEOUT)#g' \ ./menu.lst > $(KDIR)/root.grub/boot/grub/menu.lst - PADDING="$(CONFIG_TARGET_IMAGES_PAD)" PATH="$(TARGET_PATH)" ./gen_image_x86.sh \ + PADDING="$(CONFIG_TARGET_IMAGES_PAD)" PATH="$(TARGET_PATH)" ./gen_image_grub.sh \ $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \ $(CONFIG_TARGET_KERNEL_PARTSIZE) $(KDIR)/root.grub \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) diff --git a/target/linux/x86/image/gen_image_x86.sh b/target/linux/x86/image/gen_image_grub.sh index e1d1b92dda..e1d1b92dda 100755 --- a/target/linux/x86/image/gen_image_x86.sh +++ b/target/linux/x86/image/gen_image_grub.sh |