diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-03-09 00:27:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-03-09 00:27:20 +0000 |
commit | dcba1b2ebad1a65a5640164cb851c448ea637498 (patch) | |
tree | 00ad11371d789807e8556b8a96f4063b23fff079 /conf | |
parent | 573ffe08d8f08e9235d0c2ae0eb9ac86dcc22c51 (diff) | |
parent | 440232bab6b4900c21700003c33313fb44c9904f (diff) |
merge of '75b7f0187937ff0cf23ec400350462b0cba2592b'
and 'd8a8e9bbd96a4458ef82b6a464d3f72deb83a546'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/slugos.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index a89d193225..3edaa342cb 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -144,3 +144,8 @@ PREFERRED_VERSION_ipkg-native ?= "0.99.154" #FIXME: HACK: REMOVE THIS IGNORE_STRIP_ERRORS = "" + +# Due to upstream instability, and another OE project with conflicting +# needs, nail down a specific, known-working version of madwifi-ng. +# Remove this once the madwifi-ng stuff seems to stabilize once again. +PREFERRED_VERSION_madwifi-ng ?= "r2156-20070225" |