aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-04-08 20:40:56 +0200
committerJo-Philipp Wich <jo@mein.io>2017-12-13 15:01:44 +0100
commit9b24d99b9175d187e881e1c3a47eaf6fe1f6fbfe (patch)
tree2fac5376a8b06799c6ecfd1572902dacff56eedc /package/network
parent94597229c3ad7b1f834c4f352ade66466d384560 (diff)
downloadupstream-9b24d99b9175d187e881e1c3a47eaf6fe1f6fbfe.tar.gz
upstream-9b24d99b9175d187e881e1c3a47eaf6fe1f6fbfe.tar.bz2
upstream-9b24d99b9175d187e881e1c3a47eaf6fe1f6fbfe.zip
iproute2: add libgenl.h and ll_map.h to InstallDev section
Commit f4e312ddf855375667f43c842c7187934b8aca92 adds libnetlink to staging dir but did not add the header files libgenl.h and ll_map.h which define functions belonging to libnetlink lib Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> (cherry picked from commit fc859fb44b4e7a38a1f1825b05b72b81e80f82a8)
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/iproute2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 1c1ee3f24e..0fa88b674d 100644
--- a/package/network/utils/iproute2/Makefile
+++ b/package/network/utils/iproute2/Makefile
@@ -97,7 +97,7 @@ endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
- $(CP) $(PKG_BUILD_DIR)/include/libnetlink.h $(1)/usr/include/
+ $(CP) $(PKG_BUILD_DIR)/include/{libgenl,libnetlink,ll_map}.h $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/lib/libnetlink.a $(1)/usr/lib/
endef