source: freewrt/package/ppp/patches/202-atm_fix.patch@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 349 bytes
  • ppp-2.4.3/pppd/plugins/pppoatm/pppoatm.c

     
    136136        int fd;
    137137        struct atm_qos qos;
    138138
    139         system ("/sbin/modprobe pppoatm");
    140 
    141139        if (!device_got_set)
    142140                no_device_given_pppoatm();
    143141        fd = socket(AF_ATMPVC, SOCK_DGRAM, 0);
Note: See TracBrowser for help on using the repository browser.