[openwrt/openwrt] mac80211: select iwinfo
LEDE Commits
lede-commits at lists.infradead.org
Thu Jun 17 03:41:31 PDT 2021
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a0f97d8f9cb068305319012b50de092ee01ad7a1
commit a0f97d8f9cb068305319012b50de092ee01ad7a1
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Jun 17 12:03:48 2021 +0200
mac80211: select iwinfo
Since iwinfo is now used in the core scripts, it needs to be present on the system
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/kernel/mac80211/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 0ade95e35e..d0620c556a 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -98,7 +98,7 @@ PKG_CONFIG_DEPENDS += \
define KernelPackage/cfg80211
$(call KernelPackage/mac80211/Default)
TITLE:=cfg80211 - wireless configuration API
- DEPENDS+= +iw +wireless-regdb
+ DEPENDS+= +iw +iwinfo +wireless-regdb
ABI_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)
FILES:= \
$(PKG_BUILD_DIR)/compat/compat.ko \
More information about the lede-commits
mailing list