summaryrefslogtreecommitdiffstats
path: root/install/net
diff options
context:
space:
mode:
Diffstat (limited to 'install/net')
-rw-r--r--install/net5
1 files changed, 3 insertions, 2 deletions
diff --git a/install/net b/install/net
index 69aa25f..268865b 100644
--- a/install/net
+++ b/install/net
@@ -2,7 +2,7 @@
install ()
{
- MODULES=" $(checked_modules "/net/") "
+ MODULES=" $(checked_modules "/drivers/net/") "
BINARIES=""
FILES=""
@@ -12,8 +12,9 @@ install ()
help ()
{
cat<<HELPEOF
- This hook loads the necessary modules for an network device.
+ This hook loads the necessary modules for a network device.
Detection will take place at runtime. To minimize the modules
in the image, add the autodetect hook too.
+ For pcmcia net devices please use pcmcia hook.
HELPEOF
}