On 4 October 2014 19:00, Michael Gloff wrote:
> I've run into a slight issue that when I enable RFKILL in busybox config, my
> config gets overwritten by busybox.inc. I do not have wifi in
> DISTRO_FEATURES. I believe that
>
> busybox_cfg(bb.utils.contains('DISTRO_FEATURES', 'wifi', True, False, d
All,
I've run into a slight issue that when I enable RFKILL in busybox config,
my config gets overwritten by busybox.inc. I do not have wifi in
DISTRO_FEATURES. I believe that
busybox_cfg(bb.utils.contains('DISTRO_FEATURES', 'wifi', True, False, d),
'CONFIG_RFKILL', cnf, rem)
is not performing as