diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-19 21:16:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-19 21:16:47 +0000 |
commit | e8c0386c00c258ee696a0b1cb3800e0492b80218 (patch) | |
tree | a8bf713cf336182bb2eb3bcdaa97bd5f13eed95f /conf/distro/openzaurus-unstable-uclibc.conf | |
parent | f192ae2bcc6cf2161071c9b31450feb715f7f2e7 (diff) |
ezx.conf: update
add openzaurus-unstable-uclibc distro configuration for testing...
Diffstat (limited to 'conf/distro/openzaurus-unstable-uclibc.conf')
-rw-r--r-- | conf/distro/openzaurus-unstable-uclibc.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/distro/openzaurus-unstable-uclibc.conf b/conf/distro/openzaurus-unstable-uclibc.conf new file mode 100644 index 0000000000..6ff43f565a --- /dev/null +++ b/conf/distro/openzaurus-unstable-uclibc.conf @@ -0,0 +1,9 @@ +require conf/distro/openzaurus-unstable.conf + +TARGET_OS = "linux-uclibc" +PREFERRED_PROVIDER_virtual/libiconv = "libiconv" +PREFERRED_PROVIDER_virtual/libintl = "libintl" +PREFERRED_PROVIDER_hostap-modules = "hostap-modules" + +# NOTE: you have to rename your 2.95 gcc and 2.11.2 ld +ASSUME_PROVIDED += "virtual/arm-linux-uclibc-gcc-2.95" |