diff options
author | Tim Yardley <lst@openwrt.org> | 2006-10-24 22:33:23 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2006-10-24 22:33:23 +0000 |
commit | 145ed685731972bce9a7dee08fd22af137ac5555 (patch) | |
tree | 443cecda78a4fc80c8679d63fdb92c7b71ac14e5 /target/image/x86/Makefile | |
parent | 671aa68ec17da95dadb324f950b87b8282cf6d2b (diff) | |
download | master-187ad058-145ed685731972bce9a7dee08fd22af137ac5555.tar.gz master-187ad058-145ed685731972bce9a7dee08fd22af137ac5555.tar.bz2 master-187ad058-145ed685731972bce9a7dee08fd22af137ac5555.zip |
code to bring in the following for x86:
X86_GRUB_ROOTPART: configureable root partition for kernel options
X86_GRUB_BOOTOPTS: configureable parameters to be added to the boot line
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5289 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/image/x86/Makefile')
-rw-r--r-- | target/image/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile index 0860245453..8c0cde440f 100644 --- a/target/image/x86/Makefile +++ b/target/image/x86/Makefile @@ -25,7 +25,7 @@ ifeq ($(CONFIG_X86_GRUB_IMAGES),y) endef define Image/cmdline/ext2 - root=/dev/hda2 rootfstype=ext2 + root=$(CONFIG_X86_GRUB_ROOTPART) rootfstype=ext2 $(CONFIG_X86_GRUB_BOOTOPTS) endef define Image/Build/grub |