diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 2 |
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 |
