Here is that config.in patch you asked for. -- Dan
On Tue, Apr 13, 2004 at 06:49:55PM +0200, Bastian Blank wrote: > On Mon, Apr 12, 2004 at 11:32:25PM -0400, Dan Weber wrote: > > I merged some patches from busybox cvs for insmod and rmmod to work > > simontaneously with 2.4 and 2.6. This does not include depmod work. > > Don't flame me if these don't work, I haven't given it enough serious > > testing. > > It readds the whole broken objects version and is therefor not usable. > > Bastian > > -- > A princess should not be afraid -- not with a brave knight to protect her. > -- McCoy, "Shore Leave", stardate 3025.3
--- Config.in 2004-04-13 15:22:53.000000000 -0400
+++ Config.in.new 2004-04-13 15:41:55.000000000 -0400
@@ -39,14 +39,13 @@
help
Support module loading for newer (post 2.1) Linux kernels.
-if 0
config CONFIG_FEATURE_2_6_MODULES
bool " Support version 2.6.x Linux kernels"
default n
depends on CONFIG_INSMOD
help
- Support module loading for newer (post 2.1) Linux kernels.
-endif
+ Support module loading for newer 2.6 Linux kernels and above.
+
config CONFIG_FEATURE_INSMOD_VERSION_CHECKING
bool " Module version checking"
signature.asc
Description: Digital signature

