diff options
author | attilio <attilio@FreeBSD.org> | 2013-02-26 01:05:25 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2013-02-26 01:05:25 +0000 |
commit | 756a9b3e47fbf2ace170ae77caa02eed2c059ec1 (patch) | |
tree | 68506ced6483bc7d8c7699530ea0c979e53d9ae4 /sys/conf/files | |
parent | 2ad8e10333f151d4744c8dfc21f28ed627d114f5 (diff) | |
parent | cb47f0509be0470c174870a68ed3c1d94eb52ed7 (diff) | |
download | FreeBSD-src-756a9b3e47fbf2ace170ae77caa02eed2c059ec1.zip FreeBSD-src-756a9b3e47fbf2ace170ae77caa02eed2c059ec1.tar.gz |
MFC
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 322f9c4..627e7d6 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1124,7 +1124,7 @@ t4fw.fwo optional cxgbe \ no-implicit-rule \ clean "t4fw.fwo" t4fw.fw optional cxgbe \ - dependency "$S/dev/cxgbe/firmware/t4fw-1.6.2.0.bin.uu" \ + dependency "$S/dev/cxgbe/firmware/t4fw-1.8.4.0.bin.uu" \ compile-with "${NORMAL_FW}" \ no-obj no-implicit-rule \ clean "t4fw.fw" |