From 2abf35f641470e78ff885aea3312506337f1795b Mon Sep 17 00:00:00 2001 From: Matt Reimer Date: Fri, 21 Apr 2006 21:47:31 +0000 Subject: h2200.conf: Use kernel 2.6.15-hh1, and autoload g_ether. --- conf/machine/h2200.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index d1441172ea..15b7cdf706 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -18,14 +18,14 @@ BOOTSTRAP_EXTRA_DEPENDS_append = " mtd-utils h2200-bootloader handhelds-pxa-2.6 BOOTSTRAP_EXTRA_RRECOMMENDS = " ${@linux_module_packages('${H2200_MODULES}', d)}" BOOTSTRAP_EXTRA_RDEPENDS_append = " mtd-utils h2200-bootloader kernel udev module-init-tools" -PREFERRED_VERSION_handhelds-pxa-2.6 = "2.6.15-hh0" -#CVSDATE_handhelds-pxa-2.6_h2200 = "20060215" +PREFERRED_VERSION_handhelds-pxa-2.6 = "2.6.15-hh1" #ship in rootfs: H2200_MODULES = "g_ether g_serial g_file_storage snd-pcm-oss" #autoload on boot: module_autoload_snd-pcm-oss = "snd-pcm-oss" +module_autoload_g_ether = "g_ether" SERIAL_CONSOLE = "115200 tts/0 vt100" -- cgit 1.2.3-korg