mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
10 lines
152 B
Text
10 lines
152 B
Text
if (PACKAGE_libwifix)
|
|
menu "configurations"
|
|
|
|
config LIBWIFIX_DEBUG
|
|
depends on PACKAGE_libwifix
|
|
bool "Enable wifi debugging"
|
|
default n
|
|
|
|
endmenu
|
|
endif
|