diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-09 13:33:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-09 13:33:27 +0000 |
commit | 0b8a3aad690c4081b84e4087c0401ebde05a6426 (patch) | |
tree | 186c8c09821a0f1d36ce6a1ddeabc1ce5d986c16 /packages/linux | |
parent | 170ad463434249a0c1622685562a603a0a724b5f (diff) |
linux-handhelds-2.6.inc: add rx3000 and h3800
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-handhelds-2.6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-handhelds-2.6.inc b/packages/linux/linux-handhelds-2.6.inc index 35dd7fbb58..b2e90c6620 100644 --- a/packages/linux/linux-handhelds-2.6.inc +++ b/packages/linux/linux-handhelds-2.6.inc @@ -3,7 +3,7 @@ DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer h LICENSE = "GPL" COMPATIBLE_HOST = "arm.*-linux" -COMPATIBLE_MACHINE ?= '(asus730|h1910|h2200|h3600|h3900|h4000|h5000|htcblueangel|htcuniversal|hx4700|jornada56x|magician|simpad)' +COMPATIBLE_MACHINE ?= '(asus730|h1910|h2200|h3600|h3900|h4000|h5000|htcblueangel|htcuniversal|hx4700|jornada56x|magician|simpad|rx3000|h3800)' # SRC_URI *must* be overriden in includer, but this is a good reference SRC_URI ?= "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ |