diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-09 13:05:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-09 13:05:42 +0000 |
commit | efc87660039a5bcc0b3ed193377a3140b60c5357 (patch) | |
tree | ee44d6fcf9a9398c98e1270d918e2541e55da40f /packages/linux/linux-ezx_2.6.21.bb | |
parent | 93cfa3625ff46c59ec268d56fcb47aa4cfe0e923 (diff) |
linux-ezx: expand COMPATIBLE_MACHINE to rokre2 and rokre6
Diffstat (limited to 'packages/linux/linux-ezx_2.6.21.bb')
-rw-r--r-- | packages/linux/linux-ezx_2.6.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-ezx_2.6.21.bb b/packages/linux/linux-ezx_2.6.21.bb index fc0ed308f8..c64d9a7c78 100644 --- a/packages/linux/linux-ezx_2.6.21.bb +++ b/packages/linux/linux-ezx_2.6.21.bb @@ -69,7 +69,7 @@ FILES_kernel-image = "" ALLOW_EMPTY = "1" COMPATIBLE_HOST = "arm.*-linux" -COMPATIBLE_MACHINE = '(a780|e680|a1200)' +COMPATIBLE_MACHINE = '(a780|e680|a1200|rorkre2|rokre6)' # For now the code for serial console is disabled in compress.c #CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 " |