diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-11-24 11:07:57 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-11-24 11:07:57 +0000 |
commit | b0d6186193e0d2e961fec76139f8ab22e64e3155 (patch) | |
tree | dbd21e990f7177d91b05e7bae3f8fe2c74e97a54 | |
parent | 3bebe97f2a8a0d1617e91dd3ecd58375c5a9a26e (diff) |
neod: set platform to htc for htcuniversal to enable power/aux keys
-rw-r--r-- | packages/openmoko2/neod_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/openmoko2/neod_svn.bb b/packages/openmoko2/neod_svn.bb index 8a2e354349..e627e60bd2 100644 --- a/packages/openmoko2/neod_svn.bb +++ b/packages/openmoko2/neod_svn.bb @@ -19,6 +19,7 @@ EXTRA_OECONF_rokre2 = "--with-platform=ezx" EXTRA_OECONF_rokre6 = "--with-platform=ezx" EXTRA_OECONF_magician = "--with-platform=htc" EXTRA_OECONF_hx4700 = "--with-platform=ipaq" +EXTRA_OECONF_htcuniversal = "--with-platform=htc" PACKAGE_ARCH = "${MACHINE_ARCH}" |