summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-15 15:39:34 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-15 15:40:37 +0200
commit07997610ba7a6d81a3af03b6c086e06415c1a19b (patch)
tree2771f755caeebad7c8a473c61d22dee88b5d3c4d /libbsd.py
parentfreebsd-to-rtems: Refactor the conversion support to allow multiples build sy... (diff)
downloadrtems-libbsd-07997610ba7a6d81a3af03b6c086e06415c1a19b.tar.bz2
Disable IEEE 802.11 module
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbsd.py b/libbsd.py
index b07f7064..0128f57e 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -2265,7 +2265,7 @@ def sources(mm):
mm.addModule(netinet(mm))
mm.addModule(netinet6(mm))
#mm.addModule(netipsec(mm))
- mm.addModule(net80211(mm))
+ #mm.addModule(net80211(mm))
mm.addModule(opencrypto(mm))
mm.addModule(crypto(mm))
mm.addModule(altq(mm))