mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
11 lines
246 B
Diff
11 lines
246 B
Diff
|
--- a/driver/wl_linux.c
|
||
|
+++ b/driver/wl_linux.c
|
||
|
@@ -1109,6 +1109,7 @@ wl_module_exit(void)
|
||
|
|
||
|
module_init(wl_module_init);
|
||
|
module_exit(wl_module_exit);
|
||
|
+MODULE_LICENSE("Proprietary");
|
||
|
|
||
|
/**
|
||
|
* This function frees the WL per-device resources.
|