refresh all package patches in the buildroot using quilt
[openwrt.git] / package / ppp / patches / 202-atm_fix.patch
1 Index: ppp-2.4.3/pppd/plugins/pppoatm/pppoatm.c
2 ===================================================================
3 --- ppp-2.4.3.orig/pppd/plugins/pppoatm/pppoatm.c       2007-06-04 13:22:11.014180872 +0200
4 +++ ppp-2.4.3/pppd/plugins/pppoatm/pppoatm.c    2007-06-04 13:22:12.281988136 +0200
5 @@ -136,8 +136,6 @@
6         int fd;
7         struct atm_qos qos;
8  
9 -       system ("/sbin/modprobe pppoatm");
10 -
11         if (!device_got_set)
12                 no_device_given_pppoatm();
13         fd = socket(AF_ATMPVC, SOCK_DGRAM, 0);