diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2007-07-26 03:00:40 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2007-07-26 03:00:40 +0000 |
commit | 1bdb11467f6c44f493733b3394ff1a7271b51dd5 (patch) | |
tree | abcfc6407582bf59f15249b67536d61663905051 /ppc | |
parent | Patch to compare new config instead of the one left laying around in the kern... (diff) | |
download | genkernel-1bdb11467f6c44f493733b3394ff1a7271b51dd5.tar.gz genkernel-1bdb11467f6c44f493733b3394ff1a7271b51dd5.tar.bz2 genkernel-1bdb11467f6c44f493733b3394ff1a7271b51dd5.zip |
enable CONFIG_INSMOD in all arch busy-config files
disable building of static insmod and remove all code related to it
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@521 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'ppc')
-rw-r--r-- | ppc/busy-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppc/busy-config b/ppc/busy-config index 39fb6a0..11d6b5c 100644 --- a/ppc/busy-config +++ b/ppc/busy-config @@ -327,7 +327,7 @@ CONFIG_FINDFS=y # # Linux Module Utilities # -# CONFIG_INSMOD is not set +CONFIG_INSMOD=y # CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set # CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set # CONFIG_FEATURE_INSMOD_LOADINKMEM is not set |