mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 23:02:30 +02:00
busybox: Add check for wifi/bluetooth to enable rfkill
rfkill is a usefull tool when you have a device with bluetooth and wifi enabled [YOCTO #2494] (From OE-Core rev: f71258f0ef96802e714b6f12ecc8c17842d6cf87) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2fa65dd42c
commit
e90cfbdc95
@@ -57,6 +57,8 @@ def features_to_busybox_settings(d):
|
||||
busybox_cfg('nls', distro_features, 'CONFIG_LOCALE_SUPPORT', cnf, rem)
|
||||
busybox_cfg('ipv4', distro_features, 'CONFIG_FEATURE_IFUPDOWN_IPV4', cnf, rem)
|
||||
busybox_cfg('ipv6', distro_features, 'CONFIG_FEATURE_IFUPDOWN_IPV6', cnf, rem)
|
||||
busybox_cfg('wifi', distro_features, 'CONFIG_RFKILL', cnf, rem)
|
||||
busybox_cfg('bluetooth', distro_features, 'CONFIG_RFKILL', cnf, rem)
|
||||
return "\n".join(cnf), "\n".join(rem)
|
||||
|
||||
# X, Y = ${@features_to_uclibc_settings(d)}
|
||||
|
||||
Reference in New Issue
Block a user