mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 10:32:15 +08:00
12 lines
396 B
Diff
12 lines
396 B
Diff
diff -aur old/src/wl/sys/wl_linux.c new/src/wl/sys/wl_linux.c
|
|
--- old/src/wl/sys/wl_linux.c 2010-10-22 04:18:57.000000000 +0200
|
|
+++ new/src/wl/sys/wl_linux.c 2010-11-13 12:58:40.680049542 +0100
|
|
@@ -186,6 +186,7 @@
|
|
|
|
static int nompc = 0;
|
|
module_param(nompc, int, 0);
|
|
+MODULE_LICENSE("Mixed/Proprietary");
|
|
|
|
static char name[IFNAMSIZ] = "eth%d";
|
|
module_param_string(name, name, IFNAMSIZ, 0);
|