mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
13
src/patches/ppp-2.4.2-pppoatm-modprobe.patch
Normal file
13
src/patches/ppp-2.4.2-pppoatm-modprobe.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff -ruN ppp.orig/pppd/plugins/pppoatm.c ppp/pppd/plugins/pppoatm.c
|
||||
--- ppp.orig/pppd/plugins/pppoatm.c 2003-10-17 22:03:40.000000000 +0200
|
||||
+++ ppp/pppd/plugins/pppoatm.c 2003-10-17 22:03:27.000000000 +0200
|
||||
@@ -148,7 +148,9 @@
|
||||
int fd;
|
||||
struct atm_qos qos;
|
||||
|
||||
+/*
|
||||
system ("/sbin/modprobe pppoatm");
|
||||
+*/
|
||||
|
||||
if (!device_got_set)
|
||||
no_device_given_pppoatm();
|
||||
Reference in New Issue
Block a user