[OpenWrt-Devel] Reviewers for Ubiquiti Nanostation AC loco support

2018-02-02 Thread Tobias Schramm
Hi, I've recently added support for the Ubiquiti NanoStation AC loco to OpenWRT (https://github.com/openwrt/openwrt/pull/689). If any of the devs here have a NanoStation AC loco or can get their hands on one easily I'd greatly appreciate reviews to get support for this device merged in OpenWRT.

[OpenWrt-Devel] [PATCH] cmake: Fix cli shared linking against ubox

2018-02-02 Thread Andre Castro
The 'ubox' library used in 'cli' target is not using the output of the 'find_library' command. This is a problem when the 'ubox' library is not located on the standard system library locations. Use the CMake variable 'ubox', output of 'find_library' call that points to the library found on the sys