mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-07 21:47:24 +00:00
apps/wireless/wapi: Remove dependency on CONFIG_EXPERIMENTAL from Kconfig
This commit is contained in:
parent
133f239763
commit
e853fb45ce
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
menuconfig WIRELESS_WAPI
|
||||
bool "IEEE 802.11 Configuration Library"
|
||||
default n
|
||||
depends on NET && DRIVERS_WIRELESS && EXPERIMENTAL
|
||||
depends on NET && DRIVERS_WIRELESS
|
||||
---help---
|
||||
Wapi is a tool by Volkan YAZICI <volkan.yazici@gmail.com> that can
|
||||
be used to manage 802.11 network.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue