Page MenuHomeFreeBSD
Paste P248

non uu encoded fw
ActivePublic

Authored by np on Mar 14 2019, 4:40 PM.
Tags
None
Referenced Files
F4339832: raw.txt
Mar 14 2019, 4:40 PM
Subscribers
None
diff -r 26b17a9d1ba2 sys/modules/cxgbe/t6_firmware/Makefile
--- a/sys/modules/cxgbe/t6_firmware/Makefile Tue Mar 12 16:49:16 2019 -0700
+++ b/sys/modules/cxgbe/t6_firmware/Makefile Thu Mar 14 09:38:33 2019 -0700
@@ -18,10 +18,6 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endfor
T6FW_VER= 1.23.0.0
-FIRMWS+= t6fw.fw:t6fw:${T6FW_VER}
-CLEANFILES+= t6fw.fw
-
-t6fw.fw: t6fw-${T6FW_VER}.bin.uu
- uudecode -o ${.TARGET} ${.ALLSRC}
+FIRMWS+= t6fw-1.23.0.0.bin:t6fw:${T6FW_VER}
.include <bsd.kmod.mk>

Event Timeline

np created this object in space S1 Global.