build: remove iwinfo dependency
authorHauke Mehrtens <[email protected]>
Sat, 27 Sep 2025 12:49:27 +0000 (14:49 +0200)
committerHauke Mehrtens <[email protected]>
Sat, 27 Sep 2025 20:04:57 +0000 (22:04 +0200)
commit878f31c2109d6d71d3e6e011f02bb7bf17a763fc
treef7e1beda78b03037593adece6a67d5678b025b39
parenta6ea2aa2b9a17e0c6c7abc398698382212dac4b8
build: remove iwinfo dependency

Do not always try to include iwinfo in the images when wpa supplicant or
Broadcom nas is also included. iwinfo is incompatible with current
default configuration.

iwinfo is only build when CONFIG_WIFI_SCRIPTS_UCODE is not set. If
CONFIG_WIFI_SCRIPTS_UCODE is not set kmod-cfg80211 depends on iwinfo,
so it should be included in all images with wifi drivers.

The CONFIG_WIFI_SCRIPTS_UCODE option was recently changed to be active
by default.

This should fix the current buildbot build failures.

This reverts commit 6435b8bb27ea ("build: include iwinfo by default
if nas or wpad(-mini) is selected")

Fixes: 04e9929c47e9 ("wifi-scripts: enable ucode scripts by default")
Link: https://github.com/openwrt/openwrt/pull/20211
Signed-off-by: Hauke Mehrtens <[email protected]>
include/image.mk
include/target.mk