Messages in this thread Patch in this message |  | | | Date | Wed, 11 Mar 1998 11:27:29 +0100 (CET) | | From | Niels Kristian Bech Jensen <> | | Subject | [pre-2.1.90-1][patch] Switch from kerneld to kmod (part 2) |
| |
Hi, This second patch corrects defconfig/config.in for several archs (the first one was for *.[chS].) There's also a small change to Documentation/Configure.help.
diff -urN linux-pre-2.1.90-1/Documentation/Configure.help linux/Documentation/Configure.help --- linux-pre-2.1.90-1/Documentation/Configure.help Wed Mar 11 10:08:00 1998 +++ linux/Documentation/Configure.help Wed Mar 11 11:14:51 1998 @@ -6100,9 +6100,9 @@ loadable module called `zft-compressor.o' which contains code to support user transparent on-the-fly compression based on Ross William's lzrw3 algorithm will be produced. If you have enabled - auto-loading of kernel modules via `kerneld' (i.e. have said `Y' to - CONFIG_KERNELD) then `zft-compressor.o' will be loaded automatically - by zftape when needed. + the kernel module loader (i.e. have said `Y' to CONFIG_KMOD) then + `zft-compressor.o' will be loaded automatically by zftape when + needed. Despite of its name zftape does NOT use compression by default. The file Documentation/ftape.txt contains a short description of the most important changes in the file system interface compared to diff -urN linux-pre-2.1.90-1/arch/arm/config.in linux/arch/arm/config.in --- linux-pre-2.1.90-1/arch/arm/config.in Wed Jan 21 01:39:41 1998 +++ linux/arch/arm/config.in Wed Mar 11 11:11:14 1998 @@ -16,7 +16,7 @@ bool 'Enable loadable module support' CONFIG_MODULES if [ "$CONFIG_MODULES" = "y" ]; then bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS - bool 'Kernel daemon support (e.g. autoload of modules)' CONFIG_KERNELD + bool 'Kernel module loader' CONFIG_KMOD fi endmenu diff -urN linux-pre-2.1.90-1/arch/arm/defconfig linux/arch/arm/defconfig --- linux-pre-2.1.90-1/arch/arm/defconfig Wed Jan 21 01:39:41 1998 +++ linux/arch/arm/defconfig Wed Mar 11 11:11:40 1998 @@ -13,7 +13,7 @@ # CONFIG_MODULES=y CONFIG_MODVERSIONS=y -CONFIG_KERNELD=y +CONFIG_KMOD=y # # General setup diff -urN linux-pre-2.1.90-1/arch/ppc/pmac_defconfig linux/arch/ppc/pmac_defconfig --- linux-pre-2.1.90-1/arch/ppc/pmac_defconfig Tue Jan 13 00:18:13 1998 +++ linux/arch/ppc/pmac_defconfig Wed Mar 11 11:10:02 1998 @@ -19,7 +19,7 @@ CONFIG_EXPERIMENTAL=y CONFIG_MODULES=y # CONFIG_MODVERSIONS is not set -CONFIG_KERNELD=y +CONFIG_KMOD=y CONFIG_PCI=y CONFIG_NET=y CONFIG_SYSCTL=y diff -urN linux-pre-2.1.90-1/arch/ppc/prep_defconfig linux/arch/ppc/prep_defconfig --- linux-pre-2.1.90-1/arch/ppc/prep_defconfig Tue Jan 13 00:18:13 1998 +++ linux/arch/ppc/prep_defconfig Wed Mar 11 11:09:52 1998 @@ -19,7 +19,7 @@ CONFIG_EXPERIMENTAL=y CONFIG_MODULES=y CONFIG_MODVERSIONS=y -CONFIG_KERNELD=y +CONFIG_KMOD=y CONFIG_PCI=y # CONFIG_PCI_OPTIMIZE is not set CONFIG_NET=y diff -urN linux-pre-2.1.90-1/arch/sparc64/defconfig linux/arch/sparc64/defconfig --- linux-pre-2.1.90-1/arch/sparc64/defconfig Tue Jan 13 00:15:43 1998 +++ linux/arch/sparc64/defconfig Wed Mar 11 11:10:21 1998 @@ -12,7 +12,7 @@ # CONFIG_MODULES=y CONFIG_MODVERSIONS=y -CONFIG_KERNELD=y +CONFIG_KMOD=y # # General setup -- Med venlig hilsen / Best regards nkbj@image.dk Niels Kristian Bech Jensen http://www.image.dk/~nkbj/
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu
|  |