diff options
Diffstat (limited to 'debian/Config.h-udeb')
-rw-r--r-- | debian/Config.h-udeb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb index fa8cbdd10..2f2d5f21a 100644 --- a/debian/Config.h-udeb +++ b/debian/Config.h-udeb | |||
@@ -257,7 +257,13 @@ | |||
257 | // Support installing modules from pre 2.1 kernels | 257 | // Support installing modules from pre 2.1 kernels |
258 | //#define BB_FEATURE_INSMOD_OLD_KERNEL | 258 | //#define BB_FEATURE_INSMOD_OLD_KERNEL |
259 | // Support installing modules from kernel versions after 2.1.18 | 259 | // Support installing modules from kernel versions after 2.1.18 |
260 | //#define BB_FEATURE_INSMOD_NEW_KERNEL | 260 | #define BB_FEATURE_INSMOD_NEW_KERNEL |
261 | // | ||
262 | // You must enable one or both of these features | ||
263 | // Support modules status from pre 2.1 kernels | ||
264 | //#define BB_FEATURE_LSMOD_OLD_KERNEL | ||
265 | // Support modules status from kernel versions after 2.1.18 | ||
266 | #define BB_FEATURE_LSMOD_NEW_KERNEL | ||
261 | // | 267 | // |
262 | // Support module version checking | 268 | // Support module version checking |
263 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING | 269 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING |
@@ -265,7 +271,6 @@ | |||
265 | // Support for Minix filesystem, version 2 | 271 | // Support for Minix filesystem, version 2 |
266 | //#define BB_FEATURE_MINIX2 | 272 | //#define BB_FEATURE_MINIX2 |
267 | // | 273 | // |
268 | // | ||
269 | // Enable busybox --install [-s] | 274 | // Enable busybox --install [-s] |
270 | // to create links (or symlinks) for all the commands that are | 275 | // to create links (or symlinks) for all the commands that are |
271 | // compiled into the binary. (needs /proc filesystem) | 276 | // compiled into the binary. (needs /proc filesystem) |