mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 10:27:12 +08:00
IFCONFIG(8): Disable IEEE80211 support
This module depends on a XML parser and mmap().
This commit is contained in:
1
Makefile
1
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
|
||||
|
@@ -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',
|
||||
|
@@ -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? */
|
||||
|
Reference in New Issue
Block a user