All,
I hope some of you may be more familiar whit getting software added to Open Source projects than I am. Is this the primary location for the ampr-ripd makefile, or does anyone else maintain the makefile elsewhere?
https://github.com/rufty/ampr-openwrt
Also, in my ampr-ripd, I require the following line to compile for OpenWRT:
#define IPPORT_ROUTESERVER 520
This is not reflected by a patchfile. Has anyone had success compiling ampr-ripd for OpenWRT without adding the line above?
73,
- Lynwood KB3VWG
On 08/05/2018 15:37, lleachii--- via 44Net wrote:
I hope some of you may be more familiar whit getting software added to Open Source projects than I am. Is this the primary location for the ampr-ripd makefile, or does anyone else maintain the makefile elsewhere?
Hi, This makefile is not an official makefile, just one from a third party (me!) for working with the OpenWRT build system. I've used it with OpenWRT 14 and 15, with minor tweaks, but haven't yet tried with LEDE (My victi... er, test router, had an issue installing, so I don't yet have a real LEDE test setup.) Bill (M1BKF)
Bill,
OK, that's helpful; because I didn't have to apply the patch until LEDE 17 (after they switched from uLIBC to musl). I also had to use the following:
mips-openwrt-linux-musl-g++ ampr-ripd.c -v -fpermissive -Wwrite-strings
(Note that I had to use the C++ compiler, not C)
I'll wait a while longer, until others have had an opportunity to upgrade their instance to 17, 18 etc.
- KB3VWG