iproute2: add libgenl.h and ll_map.h to InstallDev section
Commit f4e312ddf8
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>
This commit is contained in:
parent
1c42598b7d
commit
fc859fb44b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue