Группа :: Система/Ядро и оборудование
Пакет: mkinitrd-busybox
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: busybox-1.00.pre8-alt-insmod-allowable_licenses.patch
--- busybox-1.00.pre8/modutils/insmod.c.orig 2002-09-16 09:30:10 +0400
+++ busybox-1.00.pre8/modutils/insmod.c 2003-08-28 18:31:10 +0400
@@ -3694,6 +3694,10 @@
"GPL and additional rights",
"Dual BSD/GPL",
"Dual MPL/GPL",
+ "LGPL",
+ "BSD without advertisement clause",
+ "BSD without advertising clause",
+ "BSD with patent grant",
};
if ((sec = obj_find_section(f, ".modinfo"))) {
@@ -3772,7 +3776,6 @@
case 0:
break;
case 1:
- set_tainted(f, fd, m_name, kernel_has_tainted, TAINT_PROPRIETORY_MODULE, "no license", "");
break;
case 2:
/* The module has a non-GPL license so we pretend that the