wok rev 10855

linux: Add ts_* modules. linux-input-touchscreen had ts_* modules in it. Only adds 4kb to linux packages.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jun 14 11:41:17 2011 +0000 (2011-06-14)
parents d38b56c16efd
children dd5e1fafc127
files linux-input-touchscreen/receipt linux-libre-input-touchscreen/receipt linux-libre-netfilter/receipt linux-libre/stuff/modules-2.6.37-libre.list linux-netfilter/receipt linux/stuff/modules-2.6.37.list
line diff
     1.1 --- a/linux-input-touchscreen/receipt	Tue Jun 14 16:32:01 2011 +0200
     1.2 +++ b/linux-input-touchscreen/receipt	Tue Jun 14 11:41:17 2011 +0000
     1.3 @@ -16,8 +16,8 @@
     1.4      mkdir -p $fs/$path
     1.5      export src
     1.6      export _pkg
     1.7 -    $wanted_stuff/list_modules.sh drivers/input/touchscreen \
     1.8 -	  lib/ts_bm.ko.gz lib/ts_fsm.ko.gz lib/ts_kmp.ko.gz | while read module; do
     1.9 +    $wanted_stuff/list_modules.sh drivers/input/touchscreen | \
    1.10 +    while read module; do
    1.11      	dir=$path/$(dirname $module)
    1.12      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.13          cp -a $_pkg/$path/$module $fs/$dir
     2.1 --- a/linux-libre-input-touchscreen/receipt	Tue Jun 14 16:32:01 2011 +0200
     2.2 +++ b/linux-libre-input-touchscreen/receipt	Tue Jun 14 11:41:17 2011 +0000
     2.3 @@ -17,8 +17,8 @@
     2.4      mkdir -p $fs/$path
     2.5      export src
     2.6      export _pkg
     2.7 -    $wanted_stuff/list_modules.sh drivers/input/touchscreen \
     2.8 -	  lib/ts_bm.ko.gz lib/ts_fsm.ko.gz lib/ts_kmp.ko.gz | while read module; do
     2.9 +    $wanted_stuff/list_modules.sh drivers/input/touchscreen | \
    2.10 +    while read module; do
    2.11      	dir=$path/$(dirname $module)
    2.12      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
    2.13          cp -a $_pkg/$path/$module $fs/$dir
     3.1 --- a/linux-libre-netfilter/receipt	Tue Jun 14 16:32:01 2011 +0200
     3.2 +++ b/linux-libre-netfilter/receipt	Tue Jun 14 11:41:17 2011 +0000
     3.3 @@ -20,7 +20,7 @@
     3.4      export src
     3.5      export _pkg
     3.6      
     3.7 -    $wanted_stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q lib \
     3.8 +    $wanted_stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \
     3.9      while read module; do
    3.10      	dir=$path/$(dirname $module)
    3.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
     4.1 --- a/linux-libre/stuff/modules-2.6.37-libre.list	Tue Jun 14 16:32:01 2011 +0200
     4.2 +++ b/linux-libre/stuff/modules-2.6.37-libre.list	Tue Jun 14 11:41:17 2011 +0000
     4.3 @@ -139,3 +139,6 @@
     4.4  lib/libcrc32c.ko.gz
     4.5  lib/crc-itu-t.ko.gz
     4.6  lib/raid6/raid6_pq.ko.gz
     4.7 +lib/ts_bm.ko.gz
     4.8 +lib/ts_fsm.ko.gz
     4.9 +lib/ts_kmp.ko.gz
    4.10 \ No newline at end of file
     5.1 --- a/linux-netfilter/receipt	Tue Jun 14 16:32:01 2011 +0200
     5.2 +++ b/linux-netfilter/receipt	Tue Jun 14 11:41:17 2011 +0000
     5.3 @@ -19,7 +19,7 @@
     5.4      export src
     5.5      export _pkg
     5.6      
     5.7 -    $wanted_stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q lib | \
     5.8 +    $wanted_stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \
     5.9      while read module; do
    5.10      	dir=$path/$(dirname $module)
    5.11      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
     6.1 --- a/linux/stuff/modules-2.6.37.list	Tue Jun 14 16:32:01 2011 +0200
     6.2 +++ b/linux/stuff/modules-2.6.37.list	Tue Jun 14 11:41:17 2011 +0000
     6.3 @@ -139,3 +139,6 @@
     6.4  lib/libcrc32c.ko.gz
     6.5  lib/crc-itu-t.ko.gz
     6.6  lib/raid6/raid6_pq.ko.gz
     6.7 +lib/ts_bm.ko.gz
     6.8 +lib/ts_fsm.ko.gz
     6.9 +lib/ts_kmp.ko.gz
    6.10 \ No newline at end of file