wok diff gpxe/receipt @ rev 6132
thunderbird-langpack-es_ES / en_GB : fix typo
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Sep 07 19:54:44 2010 +0200 (2010-09-07) |
parents | d6b1e6646591 |
children | 53e1828da719 |
line diff
1.1 --- a/gpxe/receipt Tue Jan 05 13:33:33 2010 +0100 1.2 +++ b/gpxe/receipt Tue Sep 07 19:54:44 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