Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
---------------------------------------------------------------
commit cf7553327be5d1ac9329b73c7f8ecedaa5e7441b
Author: Marek Lindner <mareklindner(a)neomailbox.ch>
Date: Fri May 13 15:47:03 2016 +0800
batman-adv-devel: add libnl-genl library path
Signed-off-by: Marek Lindner <mareklindner(a)neomailbox.ch>
---------------------------------------------------------------
cf7553327be5d1ac9329b73c7f8ecedaa5e7441b
batctl-devel/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/batctl-devel/Makefile b/batctl-devel/Makefile
index 3530471..0ecca65 100644
--- a/batctl-devel/Makefile
+++ b/batctl-devel/Makefile
@@ -67,7 +67,8 @@ MAKE_BATCTL_ENV += \
CPPFLAGS="$(TARGET_CPPFLAGS)" \
CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
- LIBNL_NAME="libnl-tiny"
+ LIBNL_NAME="libnl-tiny" \
+ LIBNL_GENL_NAME="libnl-tiny"
MAKE_BATCTL_ARGS += \
REVISION="$(PKG_VERSION)" \