# HG changeset patch # User Pascal Bellard # Date 1352109735 -3600 # Node ID 81e766fe252021f156a793c1453ef4c2cded1a17 # Parent e4bb3613df4825858712c1a9536e15a7ef278733 linux/list_modules.sh: modules.list has moved... diff -r e4bb3613df48 -r 81e766fe2520 linux/stuff/linux-slitaz.config --- a/linux/stuff/linux-slitaz.config Mon Nov 05 09:46:13 2012 +0100 +++ b/linux/stuff/linux-slitaz.config Mon Nov 05 11:02:15 2012 +0100 @@ -3890,7 +3890,7 @@ # CONFIG_USB_SERIAL_KEYSPAN is not set # CONFIG_USB_SERIAL_KLSI is not set # CONFIG_USB_SERIAL_KOBIL_SCT is not set -# CONFIG_USB_SERIAL_MCT_U232 is not set +CONFIG_USB_SERIAL_MCT_U232=m # CONFIG_USB_SERIAL_MOS7720 is not set # CONFIG_USB_SERIAL_MOS7840 is not set # CONFIG_USB_SERIAL_MOTOROLA is not set diff -r e4bb3613df48 -r 81e766fe2520 linux/stuff/linux-slitaz.config64 --- a/linux/stuff/linux-slitaz.config64 Mon Nov 05 09:46:13 2012 +0100 +++ b/linux/stuff/linux-slitaz.config64 Mon Nov 05 11:02:15 2012 +0100 @@ -3672,7 +3672,7 @@ # CONFIG_USB_SERIAL_KEYSPAN is not set # CONFIG_USB_SERIAL_KLSI is not set # CONFIG_USB_SERIAL_KOBIL_SCT is not set -# CONFIG_USB_SERIAL_MCT_U232 is not set +CONFIG_USB_SERIAL_MCT_U232=m # CONFIG_USB_SERIAL_MOS7720 is not set # CONFIG_USB_SERIAL_MOS7840 is not set # CONFIG_USB_SERIAL_MOTOROLA is not set diff -r e4bb3613df48 -r 81e766fe2520 linux/stuff/list_modules.sh --- a/linux/stuff/list_modules.sh Mon Nov 05 09:46:13 2012 +0100 +++ b/linux/stuff/list_modules.sh Mon Nov 05 11:02:15 2012 +0100 @@ -34,7 +34,7 @@ done | awk '{ for (i = 1; i <= NF; i++) print $i; }' done | sort | uniq | sed -e 's,.*slitaz/,,' -e 's,^kernel/,,' -e 's/:$//' | \ while read module; do - grep -qs ^$module$ $src/modules.list && continue + grep -qs ^$module$ $src/../tmp//modules.list && continue if [ ! -f $_pkg/lib/modules/*-slitaz/kernel/$module ]; then (cd $_pkg/lib/modules/*-slitaz/kernel; find -name $(basename $module) ) else