slitaz-tools rev 277

netbox/wifi: add non compressed module support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 02 13:43:57 2008 +0000 (2008-12-02)
parents 271fa5c34473
children da1310b3627c
files tinyutils/netbox
line diff
     1.1 --- a/tinyutils/netbox	Tue Nov 25 15:51:10 2008 +0100
     1.2 +++ b/tinyutils/netbox	Tue Dec 02 13:43:57 2008 +0000
     1.3 @@ -715,7 +715,7 @@
     1.4          </text>
     1.5          <combobox>
     1.6            <variable>MODULE</variable>'
     1.7 -tmp2="$tmp2$(find /lib/modules/$(uname -r)/kernel/drivers/net/wireless -type f 2> /dev/null |  sed 's,/.*/\(.*\).ko.gz,<item>\1</item>,')"
     1.8 +tmp2="$tmp2$(find /lib/modules/$(uname -r)/kernel/drivers/net/wireless -type f 2> /dev/null |  sed 's,/.*/\(.*\).ko.*,<item>\1</item>,')"
     1.9  tmp3='</combobox>
    1.10          <button>
    1.11          <label>Lsmod</label>