wok-6.x rev 13575
linux/list_modules.sh: modules.list has moved...
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 05 11:02:15 2012 +0100 (2012-11-05) |
parents | e4bb3613df48 |
children | 428ce15cd9ff |
files | linux/stuff/linux-slitaz.config linux/stuff/linux-slitaz.config64 linux/stuff/list_modules.sh |
line diff
1.1 --- a/linux/stuff/linux-slitaz.config Mon Nov 05 09:46:13 2012 +0100 1.2 +++ b/linux/stuff/linux-slitaz.config Mon Nov 05 11:02:15 2012 +0100 1.3 @@ -3890,7 +3890,7 @@ 1.4 # CONFIG_USB_SERIAL_KEYSPAN is not set 1.5 # CONFIG_USB_SERIAL_KLSI is not set 1.6 # CONFIG_USB_SERIAL_KOBIL_SCT is not set 1.7 -# CONFIG_USB_SERIAL_MCT_U232 is not set 1.8 +CONFIG_USB_SERIAL_MCT_U232=m 1.9 # CONFIG_USB_SERIAL_MOS7720 is not set 1.10 # CONFIG_USB_SERIAL_MOS7840 is not set 1.11 # CONFIG_USB_SERIAL_MOTOROLA is not set
2.1 --- a/linux/stuff/linux-slitaz.config64 Mon Nov 05 09:46:13 2012 +0100 2.2 +++ b/linux/stuff/linux-slitaz.config64 Mon Nov 05 11:02:15 2012 +0100 2.3 @@ -3672,7 +3672,7 @@ 2.4 # CONFIG_USB_SERIAL_KEYSPAN is not set 2.5 # CONFIG_USB_SERIAL_KLSI is not set 2.6 # CONFIG_USB_SERIAL_KOBIL_SCT is not set 2.7 -# CONFIG_USB_SERIAL_MCT_U232 is not set 2.8 +CONFIG_USB_SERIAL_MCT_U232=m 2.9 # CONFIG_USB_SERIAL_MOS7720 is not set 2.10 # CONFIG_USB_SERIAL_MOS7840 is not set 2.11 # CONFIG_USB_SERIAL_MOTOROLA is not set
3.1 --- a/linux/stuff/list_modules.sh Mon Nov 05 09:46:13 2012 +0100 3.2 +++ b/linux/stuff/list_modules.sh Mon Nov 05 11:02:15 2012 +0100 3.3 @@ -34,7 +34,7 @@ 3.4 done | awk '{ for (i = 1; i <= NF; i++) print $i; }' 3.5 done | sort | uniq | sed -e 's,.*slitaz/,,' -e 's,^kernel/,,' -e 's/:$//' | \ 3.6 while read module; do 3.7 - grep -qs ^$module$ $src/modules.list && continue 3.8 + grep -qs ^$module$ $src/../tmp//modules.list && continue 3.9 if [ ! -f $_pkg/lib/modules/*-slitaz/kernel/$module ]; then 3.10 (cd $_pkg/lib/modules/*-slitaz/kernel; find -name $(basename $module) ) 3.11 else