]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-insmod-gpl.patch
- dropped, use mdadm instead
[packages/busybox.git] / busybox-insmod-gpl.patch
CommitLineData
83da3609
AM
1diff -urN busybox-1.00-pre2.org/modutils/insmod.c busybox-1.00-pre2/modutils/insmod.c
2--- busybox-1.00-pre2.org/modutils/insmod.c 2003-08-02 23:46:49.000000000 +0200
f1f9db47
AM
3+++ busybox-1.00-pre2/modutils/insmod.c 2003-08-05 23:34:53.000000000 +0200
4@@ -1890,6 +1890,9 @@
5 struct obj_symbol *sym;
6 char *name = (char *)s->name;
83da3609 7
f1f9db47
AM
8+ if (strncmp(name, "GPLONLY_", 8) == 0)
9+ name += 8;
10+
11 #ifdef SYMBOL_PREFIX
12 /* Prepend SYMBOL_PREFIX to the symbol's name (the
13 kernel exports `C names', but module object files
83da3609 14
This page took 0.063414 seconds and 4 git commands to generate.