summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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? */