Search found 10 matches

by hojuruku
29 Jul 2016, 17:26
Forum: Patches
Topic: MUSL strict POSIX C Library & MIPS atomic ops patches
Replies: 0
Views: 6418

MUSL strict POSIX C Library & MIPS atomic ops patches

These are bundled with openwrt - very soon I'll release the package, here's the draft so far http://pastebin.ca/3668350 MUSL support --- a/accel-pppd/include/ap_session.h +++ b/accel-pppd/include/ap_session.h @@ -2,6 +2,7 @@ #define __AP_SESSION_H__ #include "ap_net.h" +#include <pthread.h...
by hojuruku
28 Jul 2016, 21:12
Forum: PPTP
Topic: Не поднимает PPTP сессию
Replies: 5
Views: 8107

Re: Не поднимает PPTP сессию

Yeah I worked that out from playing around and seeing the gentoo ebuild :) You offer great support so I'm giving back. In a few hours I'll push accel-ppp's to openwrt's on github. You'll be able to get lots of new accel-ppp users on the small end of town using it with ipsec etc on home routers, and ...
by hojuruku
28 Jul 2016, 21:10
Forum: Other modules
Topic: snmp module dependencies for master mode only
Replies: 0
Views: 5843

snmp module dependencies for master mode only

For now, I am not going to package the snmp module in the modular packaged accel-ppp package in openwrt, because the guy looking after net-snmpd turned off agentx and agent_mibs support. Also I found this you may find very interesting. A script to convert snmp mibs into C-Code using a new net-snmp 5...
by hojuruku
28 Jul 2016, 21:05
Forum: Installation
Topic: compilation on musl for mips. Are these warnings OK?
Replies: 4
Views: 2607

Re: compilation on musl for mips. Are these warnings OK?

I did already via email.

I'll include them in a openwrt package pull request shortly and post the link here. I have a mail dot ru too :) sluth4truth is the id.
by hojuruku
26 Jul 2016, 08:10
Forum: Installation
Topic: compilation on musl for mips. Are these warnings OK?
Replies: 4
Views: 2607

Re: compilation on musl for mips. Are these warnings OK?

So you are going to merge these musl compatibility patches upstream? #Musl on freenode that would make your package less broken :P But I haven't finished yet, I have to of course make Openwrt Makefile support menu-driven configuration of ALL of accel-ppp's features, so I haven't tested all of your c...
by hojuruku
25 Jul 2016, 19:38
Forum: PPTP
Topic: pptp driver included in kernel & cmake out of source tree building
Replies: 3
Views: 4438

Re: pptp driver included in kernel & cmake out of source tree building

^^ the issue was resolved ^^ i just replaced the function with a void.
by hojuruku
25 Jul 2016, 19:37
Forum: PPTP
Topic: Не поднимает PPTP сессию
Replies: 5
Views: 8107

Re: Не поднимает PPTP сессию

So PPTP works using the pptp driver works bundled with linux instead of the accel-ppp one?
by hojuruku
25 Jul 2016, 16:58
Forum: Installation
Topic: compilation on musl for mips. Are these warnings OK?
Replies: 4
Views: 2607

compilation on musl for mips. Are these warnings OK?

Hi All, I'm working on packaging accel-ppp for openwrt, which runs on many non-intel architectures. Mostly MIPS, ARM and some other interesting ones if you look at the high end microtik 72 core cpu tegra routers. I've managed to get accel-ppp to compile after a few patches. Dimitry, are these patche...
by hojuruku
24 Jul 2016, 18:21
Forum: PPTP
Topic: pptp driver included in kernel & cmake out of source tree building
Replies: 3
Views: 4438

Re: pptp driver included in kernel & cmake out of source tree building

I was asking does accel-ppp require it's OWN pptp "driver" to use your lingo, or can it use the existing "linux kernel pptp module" bundled with the kernel instead? I'll get back to trying to hack accell-ppp to compile on mips / musl / openwrt tomorrow :) In the meantime anyone h...
by hojuruku
23 Jul 2016, 21:25
Forum: PPTP
Topic: pptp driver included in kernel & cmake out of source tree building
Replies: 3
Views: 4438

pptp driver included in kernel & cmake out of source tree building

-DBUILD_PPTP_DRIVER=TRUE This option enables build of pptp kernel module. If you have 2.6.37 or later linux kernel you don't need this option because starting from 2.6.37 pptp is included to mainline kernel. Warning !!! ----------- 1. The pptp driver conflicts with ip_gre driver (in kernel), so mak...