aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-14 20:47:41 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-14 20:47:41 +0000
commit5cbe82df05bcdb3c974e3a53ffecfea0ea443c90 (patch)
tree471b0c0aeace80a203667d697712d514a1aecb29
parent1a6485642a7dec74e13c51a7878863545dbc65b8 (diff)
downloadopenembedded-5cbe82df05bcdb3c974e3a53ffecfea0ea443c90.tar.gz
h2200.conf: Autoload g_ether, like other linux-hh machines do.
* Bump kernel PR too. applied changes from d84c9c256cb1de6c2bd012290a0c14a75f771fa5 through a3b18a00a09e716f4b3d5bfced86fea0439953a0
-rw-r--r--conf/machine/h2200.conf1
-rw-r--r--packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf
index cad7d0393c..4c7e413fa0 100644
--- a/conf/machine/h2200.conf
+++ b/conf/machine/h2200.conf
@@ -41,6 +41,7 @@ EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000"
module_autoload_snd-pcm-oss = "snd-pcm-oss"
module_autoload_snd-mixer-oss = "snd-mixer-oss"
module_autoload_snd-h2200-audio = "snd-h2200-audio"
+module_autoload_g_ether = "g_ether"
SERIAL_CONSOLE = "115200 ttyS0 vt100"
USE_VT = "0"
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
index 8e3ab4d06d..672d038619 100644
--- a/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
+++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
@@ -1,7 +1,7 @@
SECTION = "kernel"
DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
LICENSE = "GPL"
-PR = "r13"
+PR = "r15"
DEFAULT_PREFERENCE = "-1"