summaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-01-29 13:10:35 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-01-29 13:10:35 +0000
commitb2593a3f49892cdfccb699567b47ad5f2d6c238a (patch)
treec589305af236fe2fc5e57e3e080f47bef1e0a93a /package/network
parent3aefca6b07a3b3d763ffb52b2a062c2b557f7eb4 (diff)
downloadmaster-31e0f0ae-b2593a3f49892cdfccb699567b47ad5f2d6c238a.tar.gz
master-31e0f0ae-b2593a3f49892cdfccb699567b47ad5f2d6c238a.tar.bz2
master-31e0f0ae-b2593a3f49892cdfccb699567b47ad5f2d6c238a.zip
lldpd: add missing lldpcli
lldpd calls on startup lldpcli to configure itself. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 39420
Diffstat (limited to 'package/network')
-rw-r--r--package/network/services/lldpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index baed5e0cf7..49940cdeea 100644
--- a/package/network/services/lldpd/Makefile
+++ b/package/network/services/lldpd/Makefile
@@ -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