Skip to content
Snippets Groups Projects
Commit b2593a3f authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

lldpd: add missing lldpcli


lldpd calls on startup lldpcli to configure itself.

Signed-off-by: default avatarAlexander Couzens <lynxis@fe80.eu>

SVN-Revision: 39420
parent 3aefca6b
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ define Package/lldpd/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_DIR) $(1)/usr/lib $(1)/usr/sbin
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/lldp{ctl,d} $(1)/usr/sbin/
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/lldp{cli,ctl,d} $(1)/usr/sbin/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/liblldpctl.so* $(1)/usr/lib/
$(INSTALL_BIN) ./files/lldpd.init $(1)/etc/init.d/lldpd
$(INSTALL_DATA) ./files/lldpd.config $(1)/etc/config/lldpd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment