PERFORCE change 141748 for review

Andrew Thompson thompsa at FreeBSD.org
Sat May 17 02:52:24 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=141748

Change 141748 by thompsa at thompsa_burger on 2008/05/17 02:52:01

	Revert firmware nuking, it does actually exist. A balls up by me.

Affected files ...

.. //depot/projects/vap/sys/conf/files#40 edit
.. //depot/projects/vap/sys/modules/ralfw/Makefile#5 edit

Differences ...

==== //depot/projects/vap/sys/conf/files#40 (text+ko) ====

@@ -1073,6 +1073,20 @@
 	compile-with	"uudecode -o ${.TARGET} $S/contrib/dev/ral/rt2661.fw.uu"	\
 	no-obj no-implicit-rule						\
 	clean		"rt2661.fw"
+rt2860fw.c			optional rt2860fw | ralfw		\
+	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2860.fw:rt2860fw -mrt2860 -c${.TARGET}" \
+	no-implicit-rule before-depend local				\
+	clean		"rt2860fw.c"
+rt2860fw.fwo			optional rt2860fw | ralfw		\
+	dependency	"rt2860.fw"					\
+	compile-with	"${LD} -b binary -d -warn-common -r -d -o ${.TARGET} rt2860.fw" \
+	no-implicit-rule						\
+	clean		"rt2860.fwo"
+rt2860.fw			optional rt2860fw | ralfw		\
+	dependency	".PHONY"					\
+	compile-with	"uudecode -o ${.TARGET} $S/contrib/dev/ral/rt2860.fw.uu"	\
+	no-obj no-implicit-rule						\
+	clean		"rt2860.fw"
 dev/random/harvest.c		standard
 dev/random/hash.c		optional random
 dev/random/probe.c		optional random

==== //depot/projects/vap/sys/modules/ralfw/Makefile#5 (text+ko) ====

@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-SUBDIR=	rt2561 rt2561s rt2661
+SUBDIR=	rt2561 rt2561s rt2661 rt2860
 
 .include <bsd.subdir.mk>


More information about the p4-projects mailing list