diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-09-19 13:04:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-19 13:04:14 +0000 |
commit | d67600f26b8f2f039cef858eed84f7c6b64890d2 (patch) | |
tree | 8eb4f81971f14bb3f68903c9968ab85b6cc431b2 /conf | |
parent | edcf35b6847d3fed9749f33970df61b881eb2554 (diff) |
openzaurus-3.5.4: Add hostap-modules-0.3.9 as the preferred version as 0.4.4 shows problems
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openzaurus-3.5.4.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf index 1eb347fe02..f26abfa30c 100644 --- a/conf/distro/openzaurus-3.5.4.conf +++ b/conf/distro/openzaurus-3.5.4.conf @@ -30,6 +30,8 @@ KERNEL_CONSOLE = "ttyS0" PREFERRED_VERSION_gcc-cross ?= "3.4.4" PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" +PREFERRED_VERSION_hostap-modules ?= "0.3.9" + #fix some iconv issues, needs to be adjusted when doing uclibc builds PREFERRED_PROVIDER_virtual/libiconv=glibc PREFERRED_PROVIDER_virtual/libintl=glibc |