wok diff pcre/receipt @ rev 10831

Add firmware-rt2x00. This provides rt73 firmware and the rest of rt2x00 type firmwares that are in firmware source.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jun 07 10:18:08 2011 +0000 (2011-06-07)
parents 3bb8f2adbf51
children 98b056351a54
line diff
     1.1 --- a/pcre/receipt	Sun May 01 09:13:52 2011 +0200
     1.2 +++ b/pcre/receipt	Tue Jun 07 10:18:08 2011 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --enable-utf8 &&
     1.8 +	./configure --enable-utf8 $CONFIGURE_ARGS &&
     1.9  	make && make install
    1.10  }
    1.11