openwrt/package
Oldřich Jedlička 8d6a534cc1 mac80211: fixed missing cfg80211 dependency on kmod-rfkill
When compiling with CONFIG_USE_RFKILL=y, the build fails and mentions that
dependency on kmod-rfkill is missing, which is correct [1]. Add this
dependency to the Makefile.

Depend on +USE_RFKILL and not PACKAGE_kmod-rfkill, because it forces
selection of kmod-rfkill package. Other combinations in DEPENDS like
USE_RFKILL:kmod-rfkill or (+)PACKAGE_kmod-rfkill:kmod-rfkill do not force
selection of kmod-rfkill package.

The kmod-rfkill package itself depends on USE_RFKILL, so with +USE_RFKILL
in kmod-cfg80211 package it is not possible to select wrong combination of
packages.

[1] https://linux-wireless.vger.kernel.narkive.com/m8JY9Iks/cfg80211-depends-on-rfkill-or-not

Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2021-11-29 22:11:15 +01:00
..
base-files base-files: dont always create kernel UBI volume 2021-11-28 17:17:22 +01:00
boot uboot-omap: Remove omap3_overo configuration 2021-11-28 22:26:27 +01:00
devel gdb: Make only full gdb depend on libgmp 2021-11-07 18:32:21 +01:00
firmware ipq40xx: Add support for Teltonika RUTX10 2021-11-28 18:39:01 +01:00
kernel mac80211: fixed missing cfg80211 dependency on kmod-rfkill 2021-11-29 22:11:15 +01:00
libs gettext: remove package 2021-11-20 21:08:25 +01:00
network hostapd: add beacon_interval to get_status ubus output 2021-11-25 02:41:42 +01:00
system procd: setup /dev/stdin, /dev/stdout and /dev/stderr symlinks 2021-11-23 14:03:39 +00:00
utils f2fstools: set each library package VARIANT 2021-11-01 20:18:55 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00