[OpenWrt-Devel] [PATCH] [packages] linuxptp: Add package

Felix Fietkau nbd at openwrt.org
Wed Jan 13 06:03:51 EST 2016


On 2016-01-13 08:50, John Crispin wrote:
> 
> 
> On 13/01/2016 08:47, Wojciech Dubowik wrote:
>> ++#if defined(__UCLIBC__)
>> ++/* This syscall is not defined in uClibc 0.93.2 */
>> ++#include <sys/syscall.h>
>> ++static int clock_adjtime(clockid_t id, struct timex *tx)
>> ++{
>> ++	return syscall(__NR_clock_adjtime, id, tx);
>> ++}
>> ++#endif
>> ++
> 
> on ppc we are already on musl. i dont think we need to add patches for
> a libc that we do not support anymore. could you resend the patch with
> the uclibc patches removed please ?
Actually... We do have one target that still relies on uClibc - and this
package is not ppc specific.

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list