diff --git a/driver/device-mapper/patches/00_config b/driver/device-mapper/patches/00_config index d661edbcb..7a6a4eb26 100644 --- a/driver/device-mapper/patches/00_config +++ b/driver/device-mapper/patches/00_config @@ -1,14 +1,3 @@ ---- uml_build/arch/um/config.in.orig Tue Jan 2 14:33:42 2001 -+++ uml_build/arch/um/config.in Tue Jan 2 14:35:42 2001 -@@ -15,6 +15,8 @@ - bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL - endmenu - -+source drivers/md/Config.in -+ - mainmenu_option next_comment - comment 'Processor features' - bool 'Symmetric multi-processing support' CONFIG_SMP --- linux/drivers/md/Config.in.orig Tue Aug 21 14:18:30 2001 +++ linux/drivers/md/Config.in Tue Aug 21 14:19:08 2001 @@ -14,4 +14,6 @@ diff --git a/driver/device-mapper/patches/00_config_uml b/driver/device-mapper/patches/00_config_uml new file mode 100644 index 000000000..8d12cc1ad --- /dev/null +++ b/driver/device-mapper/patches/00_config_uml @@ -0,0 +1,13 @@ +--- uml_build/arch/um/config.in.orig Tue Jan 2 14:33:42 2001 ++++ uml_build/arch/um/config.in Tue Jan 2 14:35:42 2001 +@@ -15,6 +15,8 @@ + bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL + endmenu + ++source drivers/md/Config.in ++ + mainmenu_option next_comment + comment 'Processor features' + bool 'Symmetric multi-processing support' CONFIG_SMP + + diff --git a/driver/device-mapper/patches/INDEX b/driver/device-mapper/patches/INDEX index b11e8b05f..337fb85c9 100644 --- a/driver/device-mapper/patches/INDEX +++ b/driver/device-mapper/patches/INDEX @@ -1,7 +1,8 @@ 00_latest Latest source. -00_config Add device-mapper to the MD section, and turn it on - for uml. +00_config Add device-mapper to the MD section + +00_config_uml only apply for uml, turns on the md section 00_makefile Add device-mapper to the MD Makefile.