From 5e265bc2371b32762a7c37fd57793e4a8f5be751 Mon Sep 17 00:00:00 2001 From: Patrick Steiner Date: Wed, 20 Jul 2005 21:00:48 +0000 Subject: move ppp from kernel to kernel module (save disk space) --- conf/machine/zaurus-clamshell-2.6.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/zaurus-clamshell-2.6.conf b/conf/machine/zaurus-clamshell-2.6.conf index 7b6761b250..3ce5924d04 100644 --- a/conf/machine/zaurus-clamshell-2.6.conf +++ b/conf/machine/zaurus-clamshell-2.6.conf @@ -27,6 +27,8 @@ BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel- # Infrared Modules BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-irda kernel-module-ircomm kernel-module-ircomm-tty \ kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" +# PPP Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ppp-generic kernel-module-ppp-async" #USB Gadget Modules BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage kernel-module-g-serial \ -- cgit v1.2.3 From e356d23405da545126dd7984e6fb977a459063b3 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 20 Jul 2005 21:49:55 +0000 Subject: c7x0: set kernel 2.6 as default kernel --- conf/machine/c7x0.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf index 122f2de435..c5e42a2bed 100644 --- a/conf/machine/c7x0.conf +++ b/conf/machine/c7x0.conf @@ -2,7 +2,7 @@ #@NAME: Sharp Zaurus SL-C7x0 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices -KERNEL_VERSION ?= "2.4" +KERNEL_VERSION ?= "2.6" include conf/machine/zaurus-clamshell.conf include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf -- cgit v1.2.3