diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-21 14:35:59 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-21 14:35:59 +0000 |
commit | e5acb6a8e45d7be58eb513f3ae20423efadf6947 (patch) | |
tree | 4acf7cf3e5af808a424f5cdd1337b8fdd042462c /packages | |
parent | 7ac460372dff5c7f5487e72406abb8a4a3a8769d (diff) |
aximx50.conf: New machine, Dell Axim X50/X51/X50v/X51v.
* Also, add as compatible to linux-handhelds-2.6.inc.
Diffstat (limited to 'packages')
-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 bcca0934ba..34765c738b 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|h3800|h3900|h4000|h5000|htcblueangel|htcuniversal|hx4700|jornada56x|magician|simpad|rx3000)' +COMPATIBLE_MACHINE ?= '(asus730|aximx50|h1910|h2200|h3600|h3800|h3900|h4000|h5000|htcblueangel|htcuniversal|hx4700|jornada56x|magician|simpad|rx3000)' # 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('.', '-')} \ |