diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-12-03 02:31:15 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-12-03 02:31:15 +0000 |
commit | 8e34cf6f85319d0e0c7ee8c887329b9c0a9d2e82 (patch) | |
tree | 04facd7ce4d0b9758ed1a7a661301df0dacae1fb | |
parent | 189b1d5432370481e0a069f1de85648f510e0abb (diff) | |
download | buildroot-novena-8e34cf6f85319d0e0c7ee8c887329b9c0a9d2e82.tar.gz buildroot-novena-8e34cf6f85319d0e0c7ee8c887329b9c0a9d2e82.zip |
Oops... we do want insmod support, but we don't need tape support.
-rw-r--r-- | sources/busybox.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/busybox.config b/sources/busybox.config index 6cd4f36da..e97bbe482 100644 --- a/sources/busybox.config +++ b/sources/busybox.config @@ -60,7 +60,7 @@ CONFIG_UNZIP=y # # Common options for cpio and tar # -CONFIG_FEATURE_UNARCHIVE_TAPE=y +# CONFIG_FEATURE_UNARCHIVE_TAPE is not set # # Coreutils @@ -276,7 +276,7 @@ CONFIG_TIME=y # # Linux Module Utilities # -# CONFIG_INSMOD is not set +CONFIG_INSMOD=y # CONFIG_FEATURE_OLD_MODULE_INTERFACE is not set CONFIG_FEATURE_NEW_MODULE_INTERFACE=y |