mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Add option to exclude rpcd-mod-iwinfo from dependency. Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
menu "netjson-monitoring Configuration"
|
|
|
|
config NETJSON_MONITORING_IWINFO
|
|
bool "Enable rpcd-mod-iwinfo"
|
|
default y
|
|
help
|
|
Whether to include the rpcd-mod-iwinfo dependency (enabled by default).
|
|
|
|
endmenu
|