diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-06 16:44:38 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-06 16:44:38 +0000 |
commit | 07dbb6f1bfafc61c717ad565c52f01a27ca124d3 (patch) | |
tree | d98aa2d9370535127f316647fe5648631208e3f8 /packages | |
parent | 486bd22d72897d6eb6b37721ee0551c5bf27a2e2 (diff) |
linux-handhelds-2.6: Add asus730 to COMPATIBLE_MACHINE.
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 01026cbb79..7a15cbe315 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 ?= '(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)' # 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('.', '-')} \ |