aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Reimer <mattjreimer@gmail.com>2006-04-21 21:47:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-21 21:47:31 +0000
commit2abf35f641470e78ff885aea3312506337f1795b (patch)
treeda5b8e474c894bb9c1702165697378cc987aef1b
parent452e2a2102903c330952267f5820ca90a8949384 (diff)
downloadopenembedded-2abf35f641470e78ff885aea3312506337f1795b.tar.gz
h2200.conf: Use kernel 2.6.15-hh1, and autoload g_ether.
-rw-r--r--conf/machine/h2200.conf4
1 files 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"