diff options
| author | Eric Andersen <andersen@codepoet.org> | 2003-12-11 02:32:07 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2003-12-11 02:32:07 +0000 | 
| commit | ccf8da71af3c03d740eaa8b229224c3a22b2f289 (patch) | |
| tree | d7e1a345b50d63209a5fd47d9810934ddf75e4db | |
| parent | dd7945ca8e601efd5c62b7536746504d1fc56a99 (diff) | |
| download | buildroot-novena-ccf8da71af3c03d740eaa8b229224c3a22b2f289.tar.gz buildroot-novena-ccf8da71af3c03d740eaa8b229224c3a22b2f289.zip | |
cope with latest busybox insmod options
| -rw-r--r-- | sources/busybox.config | 9 | 
1 files changed, 3 insertions, 6 deletions
| diff --git a/sources/busybox.config b/sources/busybox.config index e97bbe482..e83e0146c 100644 --- a/sources/busybox.config +++ b/sources/busybox.config @@ -277,12 +277,9 @@ CONFIG_TIME=y  # Linux Module Utilities  #  CONFIG_INSMOD=y -# CONFIG_FEATURE_OLD_MODULE_INTERFACE is not set -CONFIG_FEATURE_NEW_MODULE_INTERFACE=y - -# -#   Support new (post 2.1) Linux kernels (Forced enabled) -# +# CONFIG_FEATURE_2_2_MODULES is not set +CONFIG_FEATURE_2_4_MODULES=y +CONFIG_FEATURE_2_6_MODULES=y  # CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set  # CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set  # CONFIG_FEATURE_INSMOD_LOADINKMEM is not set | 
