From: Vitaly Kuznetsov <[email protected]> redhat: Explicitly disable CONFIG_COPS
drivers/net/appletalk/cops_ffdrv.h/drivers/net/appletalk/cops_ltdrv.h files contain firmware under an unknown license, make sure CONFIG_COPS does not get enabled accidentially without considering licensing implications. Signed-off-by: Vitaly Kuznetsov <[email protected]> diff --git a/redhat/configs/common/generic/CONFIG_COPS b/redhat/configs/common/generic/CONFIG_COPS new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_COPS @@ -0,0 +1,4 @@ +# WARNING: drivers/net/appletalk/cops_ffdrv.h, /drivers/net/appletalk/cops_ltdrv.h +# files contain firmware under an unknown license. +# +# CONFIG_COPS is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2648 _______________________________________________ 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
