From: Jose Ignacio Tornos Martinez <[email protected]> redhat/configs: CONFIG_WWAN enough as a module
https://issues.redhat.com/browse/RHEL-86034 reports that CONFIG_WWAN is built-in (=y) and this not necessary, that is, it is enough to get it as a module. At least, fix it for the next versions. Signed-off-by: Jose Ignacio Tornos Martinez <[email protected]> diff --git a/redhat/configs/common/generic/CONFIG_WWAN b/redhat/configs/common/generic/CONFIG_WWAN index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_WWAN +++ b/redhat/configs/common/generic/CONFIG_WWAN @@ -1 +1 @@ -CONFIG_WWAN=y +CONFIG_WWAN=m -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3973 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
