wok diff gpxe/receipt @ rev 6431
e2fsprogs: add scripts in libcomerr-dev
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 27 15:04:06 2010 +0200 (2010-09-27) |
parents | d6b1e6646591 |
children | 53e1828da719 |
line diff
1.1 --- a/gpxe/receipt Tue Jan 05 13:33:33 2010 +0100 1.2 +++ b/gpxe/receipt Mon Sep 27 15:04:06 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