Marius,
I also wanted to note the same anomalies on LEDE:
- have to add the line
#define IPPORT_ROUTESERVER 520
in the first empty space between includes and change notes.
- After doing so, I can only seem to create the ampr-ripd binary for LEDE Atheros MIPS 71xx - using the C++ compiler via the following command (per the OpenWRT/LEDE manuals) and seeing arguments that could bypass certain errors, previously noted):
mips-openwrt-linux-musl-g++ ampr-ripd.c -v -fpermissive -Wwrite-strings
But, a simple hello_world.c file works on the LEDE packaged C compiler.
- KB3VWG