Comment 2 for bug 1855009

Revision history for this message
Dan Streetman (ddstreet) wrote :

Re: RFKILL=n, wireless networking is specifically excluded on s390 systems:

menuconfig WIRELESS
        bool "Wireless"
        depends on !S390
        default y

so there's no sense in building RFKILL. The wpa-dhclient tests fails because it can't load cfg80211, which is due to s390 never including wireless networking support.