wok diff gpxe/receipt @ rev 6065

tazbb: breaks a cook loop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 22 11:18:37 2010 +0200 (2010-08-22)
parents d6b1e6646591
children 53e1828da719
line diff
     1.1 --- a/gpxe/receipt	Tue Jan 05 13:33:33 2010 +0100
     1.2 +++ b/gpxe/receipt	Sun Aug 22 11:18:37 2010 +0200
     1.3 @@ -20,6 +20,8 @@
     1.4  		patch -p2 < ../../stuff/$i || return 1
     1.5  		touch done.$i
     1.6  	done
     1.7 +	sed -i 's/ = ++ns->cur_rx %/++; ns->cur_rx %=/' drivers/net/ns83820.c
     1.8 +	sed -i 's/ = (++tp->cur_rx) %/++; tp->cur_rx %=/' drivers/net/tulip.c
     1.9  	make EXTRA_CFLAGS=-fno-strict-aliasing  bin/gpxe.lkrn bin/undionly.kpxe
    1.10  }
    1.11