In package/kernel/modules/001-depends.mk there are the following lines:
define SetDepends/rfkill
DEPENDS:=
@(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86||TARGET_gemini)
endef
-
define AddDepends/rfkill
DEPENDS+=
+(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86):kmod-rfkill $(1)
endef
This means "rfkill" does not show up as an option in menuconfig unless
one is building for one of these targets. I have a Bluetooth USB dongle
and may need/use rfkill, what is the reason for these dependencies?
Also, I noticed that "TARGET_gemini" is part of the first set but not
the second - intentionally?
Thanks,
Jeroen
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel