From 58c8f8ef5a038b47e39f7b8c9662493f4cde1317 Mon Sep 17 00:00:00 2001 From: pavlov Date: Tue, 24 Oct 2006 22:33:23 +0000 Subject: 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 --- target/image/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/image/x86/Makefile') diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile index 086024545..8c0cde440 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 -- cgit v1.2.3