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.
This commit is contained in:
Adrian Chadd 2015-12-26 19:14:24 +00:00
parent 630c9dba7a
commit 6075c2fc6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292756
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}