From 21e22881ad0bb921d6f2ef04949523ad33a4d345 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 10 Feb 2006 09:46:50 +0000 Subject: zaurus-clamshell: s/c7x0/$MACHINE in IPKG_ARCHS - not every clamshell is c7x0 taken from .oz354fam083 --- conf/machine/include/zaurus-clamshell.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/zaurus-clamshell.conf b/conf/machine/include/zaurus-clamshell.conf index ec10cd5e4e..7fc3ccc2ec 100644 --- a/conf/machine/include/zaurus-clamshell.conf +++ b/conf/machine/include/zaurus-clamshell.conf @@ -1,5 +1,5 @@ TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm armv4 armv5te c7x0" +IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -- cgit v1.2.3 From 9f4508d3a81efb68f2ee475895db81ccc7019789 Mon Sep 17 00:00:00 2001 From: Matt Reimer Date: Fri, 10 Feb 2006 19:27:42 +0000 Subject: handheld-common.conf: Add hidp and irtty-sir to HANDHELD_MODULES, so these modules get included in the rootfs. --- conf/machine/include/handheld-common.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/handheld-common.conf b/conf/machine/include/handheld-common.conf index 467d5e59f1..59c83943da 100644 --- a/conf/machine/include/handheld-common.conf +++ b/conf/machine/include/handheld-common.conf @@ -7,12 +7,12 @@ ide-cs ide-disk ide-probe-mod \ loop \ vfat ext2 \ sunrpc nfs \ -btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart \ +btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart hidp \ pcnet-cs serial-cs airo-cs \ af_packet \ ppp-async ppp-deflate ppp-mppe \ ip-gre ip-tables ipip \ -irda irlan irnet irport irtty ircomm-tty \ +irda irlan irnet irport irtty ircomm-tty irtty-sir \ input uinput \ " -- cgit v1.2.3 From bf1d2f1d68fd60a50a7da2aeff0242240c832527 Mon Sep 17 00:00:00 2001 From: Matt Reimer Date: Fri, 10 Feb 2006 20:43:36 +0000 Subject: handheld-common.conf: Remove irtty-sir from HANDHELD_MODULES. --- conf/machine/include/handheld-common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/handheld-common.conf b/conf/machine/include/handheld-common.conf index 59c83943da..fbecc6e25c 100644 --- a/conf/machine/include/handheld-common.conf +++ b/conf/machine/include/handheld-common.conf @@ -12,7 +12,7 @@ pcnet-cs serial-cs airo-cs \ af_packet \ ppp-async ppp-deflate ppp-mppe \ ip-gre ip-tables ipip \ -irda irlan irnet irport irtty ircomm-tty irtty-sir \ +irda irlan irnet irport irtty ircomm-tty \ input uinput \ " -- cgit v1.2.3