aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2015-12-26 19:14:24 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2015-12-26 19:14:24 +0000
commit6075c2fc6a79a43a4dd41971295dcdffda6fd258 (patch)
treecc101b727dc5203b417bab1e016ac964510d4cd0 /sys/modules
parent630c9dba7a2479dbc60858eb94125fb315128b88 (diff)
downloadsrc-6075c2fc6a79a43a4dd41971295dcdffda6fd258.tar.gz
src-6075c2fc6a79a43a4dd41971295dcdffda6fd258.zip
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.
Notes
Notes: svn path=/head/; revision=292756
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/usb/rsufw/Makefile.inc2
-rw-r--r--sys/modules/usb/urtwnfw/Makefile.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/usb/rsufw/Makefile.inc b/sys/modules/usb/rsufw/Makefile.inc
index 03779b948015..3792b33e3c80 100644
--- a/sys/modules/usb/rsufw/Makefile.inc
+++ b/sys/modules/usb/rsufw/Makefile.inc
@@ -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}
diff --git a/sys/modules/usb/urtwnfw/Makefile.inc b/sys/modules/usb/urtwnfw/Makefile.inc
index fc03cf4311b3..17c78be08d7d 100644
--- a/sys/modules/usb/urtwnfw/Makefile.inc
+++ b/sys/modules/usb/urtwnfw/Makefile.inc
@@ -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}