summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 32da48e6c..631434c23 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -264,6 +264,8 @@ expandModuleSet() {
SET="$SET $(cat $MBD_DIR/lib/modules/$kernel/modules.block |egrep '(ata|ahci)' |sed -e 's/.ko//')"
elif [ "$NAME" = "scsi" ]; then
SET="$SET $(cat $MBD_DIR/lib/modules/$kernel/modules.block) |sed -e 's/.ko//')"
+ elif [ "$NAME" = "net" ]; then
+ SET="$SET $(cat $MBD_DIR/lib/modules/$kernel/modules.networking) |sed -e 's/.ko//')"
else
# Ignore if group list does not exist
if [ -e $MBD_DIR/lib/modules/$kernel/modules.$NAME ]; then