diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-09 16:57:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-09 16:57:12 +0000 |
commit | 27baec04a1d707d5b6229509c66630bd6864a704 (patch) | |
tree | c5f41451073f374b392daa9bbafda072eac65cd1 | |
parent | 1120a73f436b154baff0a0c0f208356666a76a9f (diff) | |
download | upstream-27baec04a1d707d5b6229509c66630bd6864a704.tar.gz upstream-27baec04a1d707d5b6229509c66630bd6864a704.tar.bz2 upstream-27baec04a1d707d5b6229509c66630bd6864a704.zip |
move grub menu.lst to the right place
SVN-Revision: 9216
-rw-r--r-- | target/linux/x86/image/Makefile | 2 | ||||
-rw-r--r-- | target/linux/x86/image/menu.lst (renamed from package/grub/menu.lst) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 095d40240b..dd147b869a 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -40,7 +40,7 @@ ifeq ($(CONFIG_X86_GRUB_IMAGES),y) sed \ -e 's#@CMDLINE@#$(strip $(call Image/cmdline/$(1))) $(BOOTOPTS)#g' \ -e 's#@BAUDRATE@#$(CONFIG_X86_GRUB_BAUDRATE)#g' \ - ./grub/menu.lst > $(KDIR)/root.grub/boot/grub/menu.lst + ./menu.lst > $(KDIR)/root.grub/boot/grub/menu.lst PADDING="$(CONFIG_X86_GRUB_IMAGES_PAD)" PATH="$(TARGET_PATH)" ./gen_image.sh $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).image $(CONFIG_X86_GRUB_KERNELPART) $(KDIR)/root.grub $(CONFIG_TARGET_ROOTFS_FSPART) $(KDIR)/root.$(1) $(call Image/Build/grub/$(1)) endef diff --git a/package/grub/menu.lst b/target/linux/x86/image/menu.lst index cb306cc443..cb306cc443 100644 --- a/package/grub/menu.lst +++ b/target/linux/x86/image/menu.lst |