66d3c5ee50
The main changes is to support revision 4 modems (silver cycle helmet/beetle) and to use the threaded pppo3 if native threads are available. Tested on: - stringray by David Brownlee (abs@) and me - purple cycle helmet/beetle by David Brownlee - silver cycle helment/beetle by me
13 lines
329 B
Text
13 lines
329 B
Text
$NetBSD: patch-ae,v 1.1 2004/12/23 18:11:18 skrll Exp $
|
|
|
|
--- hotplug/Makefile.in.orig 2004-09-29 21:56:31.000000000 +0100
|
|
+++ hotplug/Makefile.in
|
|
@@ -28,7 +28,7 @@ all: speedtouch
|
|
|
|
speedtouch: speedtouch.in Makefile
|
|
rm -f $@ $@.tmp
|
|
- $(edit) < $< > $@.tmp
|
|
+ $(edit) speedtouch.in > $@.tmp
|
|
chmod a+x $@.tmp
|
|
mv $@.tmp $@
|
|
|