diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-15 09:53:11 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-15 09:53:11 +0000 |
commit | 00ff0f2d7d838fbb1a0922ab1835ea11f903a12a (patch) | |
tree | 41b3e5ad9646678196a4914ddf87230df6e71414 /conf/machine/fic-gta01.conf | |
parent | 031679b20bbc9ac219206dbc74a458b4ee49229d (diff) |
distro/openmoko.conf : make gta01/02 equivalent machines for packages
where the resulting packages are in fact identical.
Diffstat (limited to 'conf/machine/fic-gta01.conf')
-rw-r--r-- | conf/machine/fic-gta01.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index ffd3584da6..bd14df5814 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -5,7 +5,8 @@ #----------------------------------------------------------------------------- TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4t" +MACHINE_CLASS = "neo1973" +PACKAGE_EXTRA_ARCHS = "armv4t ${MACHINE_CLASS}" PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko" UBOOT_ENTRYPOINT = "30008000" |