summaryrefslogtreecommitdiffstats
path: root/rules/module-init-tools.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-04 13:40:36 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-04 13:40:36 +0000
commitec07a5b4294f510b5a757c97ec88bbdde2873f13 (patch)
tree6109e33cc5acc04fea727ef7025a3de83070aa38 /rules/module-init-tools.in
parent42b7f06be0f2713cece1198a56b52290769205c9 (diff)
downloadptxdist-ec07a5b4294f510b5a757c97ec88bbdde2873f13.tar.gz
ptxdist-ec07a5b4294f510b5a757c97ec88bbdde2873f13.tar.xz
* patches/busybox-1.10.4, patches/busybox-1.13.2:
ported * rules/*.in: changed busybox config symbol from BB_CONFIG to BUSYBOX * config/busybox/* changed busybox config symbol from BB_CONFIG to BUSYBOX imported from busybox-1.13.2 * rules/busybox.make: version bump to 1.13.2 changed busybox config symbol from BB_CONFIG to BUSYBOX git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9373 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/module-init-tools.in')
-rw-r--r--rules/module-init-tools.in24
1 files changed, 12 insertions, 12 deletions
diff --git a/rules/module-init-tools.in b/rules/module-init-tools.in
index 5cc056bde..7176fa87a 100644
--- a/rules/module-init-tools.in
+++ b/rules/module-init-tools.in
@@ -14,32 +14,32 @@ if MODULE_INIT_TOOLS
config MODULE_INIT_TOOLS_INSMOD
bool
prompt "Install insmod on target"
- depends on !BB_CONFIG_INSMOD
+ depends on !BUSYBOX_INSMOD
help
simple program to insert a module into the Linux Kernel
-comment "Busybox' insmod is selected!"
- depends on BB_CONFIG_INSMOD
+comment "BusyBox' insmod is selected!"
+ depends on BUSYBOX_INSMOD
config MODULE_INIT_TOOLS_RMMOD
bool
prompt "Install rmmod on target"
- depends on !BB_CONFIG_RMMOD
+ depends on !BUSYBOX_RMMOD
help
simple program to remove a module from the Linux Kernel
-comment "Busybox' rmmod is selected!"
- depends on BB_CONFIG_RMMOD
+comment "BusyBox' rmmod is selected!"
+ depends on BUSYBOX_RMMOD
config MODULE_INIT_TOOLS_LSMOD
bool
prompt "Install lsmod on target"
- depends on !BB_CONFIG_LSMOD
+ depends on !BUSYBOX_LSMOD
help
program to show the status of modules in the Linux Kernel
-comment "Busybox' lsmod is selected!"
- depends on BB_CONFIG_LSMOD
+comment "BusyBox' lsmod is selected!"
+ depends on BUSYBOX_LSMOD
config MODULE_INIT_TOOLS_MODINFO
bool
@@ -50,12 +50,12 @@ config MODULE_INIT_TOOLS_MODINFO
config MODULE_INIT_TOOLS_MODPROBE
bool
prompt "Install modprobe on target"
- depends on !BB_CONFIG_MODPROBE
+ depends on !BUSYBOX_MODPROBE
help
program to add and remove modules from the Linux Kernel
-comment "Busybox' modprobe is selected!"
- depends on BB_CONFIG_MODPROBE
+comment "BusyBox' modprobe is selected!"
+ depends on BUSYBOX_MODPROBE
config MODULE_INIT_TOOLS_DEPMOD
bool