mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-11 01:22:29 +08:00
20 lines
302 B
INI
20 lines
302 B
INI
#
|
|
# This configuration has the target to provide all features of libbsd even the
|
|
# big and slow ones.
|
|
#
|
|
|
|
[general]
|
|
name = everything
|
|
extends = default.ini
|
|
|
|
[modules]
|
|
# WiFi
|
|
dev_usb_wlan = on
|
|
dev_wlan_rtwn = on
|
|
net80211 = on
|
|
user_space_wlanstats = on
|
|
usr_sbin_wpa_supplicant = on
|
|
|
|
# IPSec
|
|
netipsec = on
|