lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

001-freebind_uclibc.patch (256B)


      1 diff --git a/sysincl.h b/sysincl.h
      2 index 30e9b48..8fe16c0 100644
      3 --- a/sysincl.h
      4 +++ b/sysincl.h
      5 @@ -70,4 +70,8 @@
      6  #include <arpa/inet.h>
      7  #endif
      8  
      9 +#if defined(LINUX) && !defined(IP_FREEBIND)
     10 +#define IP_FREEBIND 15
     11 +#endif
     12 +
     13  #endif /* GOT_SYSINCL_H */