Re: [PATCH 2/2] libteam: add library to control team devices

2021-01-16 Thread Pavel Šimerda
On 1/16/21 12:54 PM, Petr Štetiar wrote: Pavel Šimerda [2021-01-14 03:38:48]: Hi, +++ b/package/network/services/libteam/Makefile @@ -0,0 +1,30 @@ +include $(TOPDIR)/rules.mk + +PKG_NAME := libteam +PKG_FIXUP := autoreconf +PKG_BUILD_DEPENDS := libdaemon jansson libdaemon is not in the main

Re: [PATCH 2/2] libteam: add library to control team devices

2021-01-16 Thread Petr Štetiar
Pavel Šimerda [2021-01-14 03:38:48]: Hi, > +++ b/package/network/services/libteam/Makefile > @@ -0,0 +1,30 @@ > +include $(TOPDIR)/rules.mk > + > +PKG_NAME := libteam > +PKG_FIXUP := autoreconf > +PKG_BUILD_DEPENDS := libdaemon jansson libdaemon is not in the main tree, it's in the packages tre

[PATCH 2/2] libteam: add library to control team devices

2021-01-13 Thread Pavel Šimerda
--- package/network/services/libteam/Makefile | 30 + .../0001-fix-build-on-OpenWRT-musl-libc.patch | 43 +++ 2 files changed, 73 insertions(+) create mode 100644 package/network/services/libteam/Makefile create mode 100644 package/network/services/libteam/patche