finally move buildroot-ng to trunk
[openwrt.git] / package / ppp / patches / 202-atm_fix.patch
1 --- ppp-2.4.3/pppd/plugins/pppoatm/pppoatm.c    2005-08-26 15:18:55.000000000 +0200
2 +++ ppp-2.4.3/pppd/plugins/pppoatm/pppoatm.c    2005-08-26 15:19:51.000000000 +0200
3 @@ -136,8 +136,6 @@
4         int fd;
5         struct atm_qos qos;
6  
7 -       system ("/sbin/modprobe pppoatm");
8 -
9         if (!device_got_set)
10                 no_device_given_pppoatm();
11         fd = socket(AF_ATMPVC, SOCK_DGRAM, 0);