summaryrefslogtreecommitdiff
path: root/openwrt/package/busybox/config/modutils
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-08-08 10:27:25 +0000
committerNicolas Thill <nico@openwrt.org>2006-08-08 10:27:25 +0000
commit7a0d8ca5b4a49e2e4deaaa6d7bec4a3868613cfd (patch)
treee81728f28eaf1b3fc40cf23a07bc119fddb6c1ab /openwrt/package/busybox/config/modutils
parente3d5ff791fab282271bd090326fd5b16853e351d (diff)
downloadmtk-20170518-7a0d8ca5b4a49e2e4deaaa6d7bec4a3868613cfd.zip
mtk-20170518-7a0d8ca5b4a49e2e4deaaa6d7bec4a3868613cfd.tar.gz
mtk-20170518-7a0d8ca5b4a49e2e4deaaa6d7bec4a3868613cfd.tar.bz2
update busybox to v1.2.1
SVN-Revision: 4528
Diffstat (limited to 'openwrt/package/busybox/config/modutils')
-rw-r--r--openwrt/package/busybox/config/modutils/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/busybox/config/modutils/Config.in b/openwrt/package/busybox/config/modutils/Config.in
index 7c9f50f..8151914 100644
--- a/openwrt/package/busybox/config/modutils/Config.in
+++ b/openwrt/package/busybox/config/modutils/Config.in
@@ -84,7 +84,7 @@ config BUSYBOX_CONFIG_MODPROBE
bool "modprobe"
default n
help
- Handle the loading of modules, and their dependancies on a high
+ Handle the loading of modules, and their dependencies on a high
level.
Note that in the state, modprobe does not understand multiple
@@ -111,7 +111,7 @@ comment "Options common to multiple modutils"
config BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
# Simulate indentation
- bool " Support tainted module checking with new kernels"
+ bool "Support tainted module checking with new kernels"
default n
depends on BUSYBOX_CONFIG_INSMOD || BUSYBOX_CONFIG_LSMOD
help
@@ -122,7 +122,7 @@ config BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
# Simulate indentation
- bool " Support version 2.2.x to 2.4.x Linux kernels"
+ bool "Support version 2.2.x to 2.4.x Linux kernels"
default y
depends on BUSYBOX_CONFIG_INSMOD || BUSYBOX_CONFIG_RMMOD
help
@@ -130,7 +130,7 @@ config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
# Simulate indentation
- bool " Support version 2.6.x Linux kernels"
+ bool "Support version 2.6.x Linux kernels"
default y
depends on BUSYBOX_CONFIG_INSMOD || BUSYBOX_CONFIG_RMMOD || BUSYBOX_CONFIG_MODPROBE
help