forked from Ivasoft/openwrt
ocf: switch MODULE_LICENSE from BSD to "Dual BSD/GPL" to make the kernel recognize modules as GPL-compatible
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37769
This commit is contained in:
@@ -2214,7 +2214,7 @@ module_exit(mod_exit);
|
||||
|
||||
// Meta information
|
||||
MODULE_AUTHOR("Daniel Mueller <daniel@danm.de>");
|
||||
MODULE_LICENSE("BSD");
|
||||
MODULE_LICENSE("Dual BSD/GPL");
|
||||
MODULE_DESCRIPTION("OCF driver for BCM5365P IPSec Core");
|
||||
MODULE_VERSION(DRV_MODULE_VERSION);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user