Hi,everyone. I am working on a usb wifi module using linux kernel 2.6.37.,based on platform DM368. When I insert the wifi driver module, the following error occur:
mt7601Usta: module license 'unspecified' taints kernel.
I search the question in Google, it says the reason is that there is no MODULE_LICENSE("GPL") in the module.
But actually there is this declraration in the code.
And if i compile on my pc, the modules can be loaded successfully. So I doubt the problem is caused by the kernel.
Can anyone help me ? Thank you!