# HG changeset patch # User Christopher Rogers # Date 1308051677 0 # Node ID 02b9db771c0aa0ca3bebe8aef78fb20f637fb7e4 # Parent d38b56c16efdca67f4eaed5a4ef5d48a7c8a6ce9 linux: Add ts_* modules. linux-input-touchscreen had ts_* modules in it. Only adds 4kb to linux packages. diff -r d38b56c16efd -r 02b9db771c0a linux-input-touchscreen/receipt --- a/linux-input-touchscreen/receipt Tue Jun 14 16:32:01 2011 +0200 +++ b/linux-input-touchscreen/receipt Tue Jun 14 11:41:17 2011 +0000 @@ -16,8 +16,8 @@ mkdir -p $fs/$path export src export _pkg - $wanted_stuff/list_modules.sh drivers/input/touchscreen \ - lib/ts_bm.ko.gz lib/ts_fsm.ko.gz lib/ts_kmp.ko.gz | while read module; do + $wanted_stuff/list_modules.sh drivers/input/touchscreen | \ + while read module; do dir=$path/$(dirname $module) [ -d $fs/$dir ] || mkdir -p $fs/$dir cp -a $_pkg/$path/$module $fs/$dir diff -r d38b56c16efd -r 02b9db771c0a linux-libre-input-touchscreen/receipt --- a/linux-libre-input-touchscreen/receipt Tue Jun 14 16:32:01 2011 +0200 +++ b/linux-libre-input-touchscreen/receipt Tue Jun 14 11:41:17 2011 +0000 @@ -17,8 +17,8 @@ mkdir -p $fs/$path export src export _pkg - $wanted_stuff/list_modules.sh drivers/input/touchscreen \ - lib/ts_bm.ko.gz lib/ts_fsm.ko.gz lib/ts_kmp.ko.gz | while read module; do + $wanted_stuff/list_modules.sh drivers/input/touchscreen | \ + while read module; do dir=$path/$(dirname $module) [ -d $fs/$dir ] || mkdir -p $fs/$dir cp -a $_pkg/$path/$module $fs/$dir diff -r d38b56c16efd -r 02b9db771c0a linux-libre-netfilter/receipt --- a/linux-libre-netfilter/receipt Tue Jun 14 16:32:01 2011 +0200 +++ b/linux-libre-netfilter/receipt Tue Jun 14 11:41:17 2011 +0000 @@ -20,7 +20,7 @@ export src export _pkg - $wanted_stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q lib \ + $wanted_stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \ while read module; do dir=$path/$(dirname $module) [ -d $fs/$dir ] || mkdir -p $fs/$dir diff -r d38b56c16efd -r 02b9db771c0a linux-libre/stuff/modules-2.6.37-libre.list --- a/linux-libre/stuff/modules-2.6.37-libre.list Tue Jun 14 16:32:01 2011 +0200 +++ b/linux-libre/stuff/modules-2.6.37-libre.list Tue Jun 14 11:41:17 2011 +0000 @@ -139,3 +139,6 @@ lib/libcrc32c.ko.gz lib/crc-itu-t.ko.gz lib/raid6/raid6_pq.ko.gz +lib/ts_bm.ko.gz +lib/ts_fsm.ko.gz +lib/ts_kmp.ko.gz \ No newline at end of file diff -r d38b56c16efd -r 02b9db771c0a linux-netfilter/receipt --- a/linux-netfilter/receipt Tue Jun 14 16:32:01 2011 +0200 +++ b/linux-netfilter/receipt Tue Jun 14 11:41:17 2011 +0000 @@ -19,7 +19,7 @@ export src export _pkg - $wanted_stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q lib | \ + $wanted_stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \ while read module; do dir=$path/$(dirname $module) [ -d $fs/$dir ] || mkdir -p $fs/$dir diff -r d38b56c16efd -r 02b9db771c0a linux/stuff/modules-2.6.37.list --- a/linux/stuff/modules-2.6.37.list Tue Jun 14 16:32:01 2011 +0200 +++ b/linux/stuff/modules-2.6.37.list Tue Jun 14 11:41:17 2011 +0000 @@ -139,3 +139,6 @@ lib/libcrc32c.ko.gz lib/crc-itu-t.ko.gz lib/raid6/raid6_pq.ko.gz +lib/ts_bm.ko.gz +lib/ts_fsm.ko.gz +lib/ts_kmp.ko.gz \ No newline at end of file