svn commit: r292756 - in head/sys/modules/usb: rsufw urtwnfw
Adrian Chadd
adrian at FreeBSD.org
Sat Dec 26 19:14:26 UTC 2015
Author: adrian
Date: Sat Dec 26 19:14:24 2015
New Revision: 292756
URL: https://svnweb.freebsd.org/changeset/base/292756
Log:
Disable the firwmare licence check for rsu and urtwn.
The licence grant says something exactly the same as the atheros patent
grant, which is "As long as you use this firmware on our chips, everything
is totally okay." Now, I'm pretty sure if that we /have/ to have this,
we're going to have to have it for every other firmware for every other
device in the tree.
So, I'll flip this off in -HEAD for now so people stop asking about
why rsu/urtwn don't work out of the box, and I'll kick off a larger
discussion about this in the new year.
Modified:
head/sys/modules/usb/rsufw/Makefile.inc
head/sys/modules/usb/urtwnfw/Makefile.inc
Modified: head/sys/modules/usb/rsufw/Makefile.inc
==============================================================================
--- head/sys/modules/usb/rsufw/Makefile.inc Sat Dec 26 18:38:09 2015 (r292755)
+++ head/sys/modules/usb/rsufw/Makefile.inc Sat Dec 26 19:14:24 2015 (r292756)
@@ -9,7 +9,7 @@ CLEANFILES+= ${_FIRM}
FIRMWS= ${_FIRM}:${KMOD}:120
-FIRMWARE_LICENSE= realtek
+# FIRMWARE_LICENSE= realtek
${_FIRM}: ${.CURDIR}/../../../../contrib/dev/rsu/${_FIRM}.uu
uudecode -p $? > ${.TARGET}
Modified: head/sys/modules/usb/urtwnfw/Makefile.inc
==============================================================================
--- head/sys/modules/usb/urtwnfw/Makefile.inc Sat Dec 26 18:38:09 2015 (r292755)
+++ head/sys/modules/usb/urtwnfw/Makefile.inc Sat Dec 26 19:14:24 2015 (r292756)
@@ -9,7 +9,7 @@ CLEANFILES+= ${_FIRM}
FIRMWS= ${_FIRM}:${KMOD}:111
-FIRMWARE_LICENSE= realtek
+# FIRMWARE_LICENSE= realtek
${_FIRM}: ${.CURDIR}/../../../../contrib/dev/urtwn/${_FIRM}.uu
uudecode -p $? > ${.TARGET}
More information about the svn-src-head
mailing list