Date: Sat, 8 Aug 2015 06:08:21 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r286442 - head/sys/modules/iwmfw Message-ID: <201508080608.t7868L2Q072605@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Sat Aug 8 06:08:20 2015 New Revision: 286442 URL: https://svnweb.freebsd.org/changeset/base/286442 Log: iwmfw: fix the path to the firmware file. Modified: head/sys/modules/iwmfw/Makefile.inc Modified: head/sys/modules/iwmfw/Makefile.inc ============================================================================== --- head/sys/modules/iwmfw/Makefile.inc Sat Aug 8 06:06:48 2015 (r286441) +++ head/sys/modules/iwmfw/Makefile.inc Sat Aug 8 06:08:20 2015 (r286442) @@ -14,5 +14,5 @@ FIRMWS= ${_FIRM}:${KMOD} # #FIRMWARE_LICENSE= -${_FIRM}: ${.CURDIR}/${_FIRM}.uu +${_FIRM}: ${.CURDIR}/../../../contrib/dev/iwm/${_FIRM}.uu uudecode -p $? > ${.TARGET}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508080608.t7868L2Q072605>