Skip to content

Instantly share code, notes, and snippets.

View sfionov's full-sized avatar

Sergey Fionov sfionov

View GitHub Profile
Index: lib/Driver/Tools.cpp
===================================================================
--- lib/Driver/Tools.cpp (revision 181993)
+++ lib/Driver/Tools.cpp (working copy)
@@ -6007,8 +6007,12 @@
CmdArgs.push_back("/lib/ld-linux.so.3");
}
else if (ToolChain.getArch() == llvm::Triple::mips ||
- ToolChain.getArch() == llvm::Triple::mipsel)
- CmdArgs.push_back("/lib/ld.so.1");
@sfionov
sfionov / NEWS
Created October 22, 2011 15:07
xl2tpd Add kernel support for 2.6.23+ (patch v12)
v12 @ 2012-03-17:
- Added automatic module load
v8 @ 2012-03-16:
- Fixed UDP descriptor leak to pppd and it scripts in previous version of patch
- Terminate pppd even if xl2tpd killed with SIGTERM
v1 @ 2011-10-22:
- Initial patch. Thanks for the idea to wl500g.googlecode.com project.