summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-21 14:12:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 13:18:49 +0100
commitc14bb231175134bf0ea6c269984f27a0f90ca977 (patch)
treeb8ebfbdbd98f0284b62cb57b20d2634f85e68779
parentIFCONFIG(8): Avoid JAIL(3) (diff)
downloadrtems-libbsd-c14bb231175134bf0ea6c269984f27a0f90ca977.tar.bz2
IFCONFIG(8): Disable IEEE80211 support
This module depends on a XML parser and mmap().
-rw-r--r--Makefile1
-rwxr-xr-xfreebsd-to-rtems.py1
-rw-r--r--libbsd.txt3
3 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eac53cc9..0a18061d 100644
--- a/Makefile
+++ b/Makefile
@@ -756,7 +756,6 @@ LIB_C_FILES += freebsd/sbin/ifconfig/ifconfig.c
LIB_C_FILES += freebsd/sbin/ifconfig/ifgif.c
LIB_C_FILES += freebsd/sbin/ifconfig/ifgre.c
LIB_C_FILES += freebsd/sbin/ifconfig/ifgroup.c
-LIB_C_FILES += freebsd/sbin/ifconfig/ifieee80211.c
LIB_C_FILES += freebsd/sbin/ifconfig/iflagg.c
LIB_C_FILES += freebsd/sbin/ifconfig/ifmac.c
LIB_C_FILES += freebsd/sbin/ifconfig/ifmedia.c
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index 3d5c2429..b7df9104 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -2273,7 +2273,6 @@ userSpace.addUserSpaceSourceFiles(
'sbin/ifconfig/ifgif.c',
'sbin/ifconfig/ifgre.c',
'sbin/ifconfig/ifgroup.c',
- 'sbin/ifconfig/ifieee80211.c',
'sbin/ifconfig/iflagg.c',
'sbin/ifconfig/ifmac.c',
'sbin/ifconfig/ifmedia.c',
diff --git a/libbsd.txt b/libbsd.txt
index bd137317..4ade7400 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -86,6 +86,9 @@ the current Git submodule commit is this
* MAC support functions are not thread-safe ("freebsd/lib/libc/posix1e/mac.c").
+* IFCONFIG(8): IEEE80211 support is disabled. This module depends on a XML
+ parser and mmap().
+
[listing]
----
/* sysinit section? */