aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd
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
commit8d3d348e63bf834e78636f44acdd1806fbff4cd4 (patch)
tree7c5528f76c04bf81dc2cd519d9a2fbb4d2dfc4c7 /package/network/services/lldpd
parentfe40759a80df8c110d50ef6876b1398a8451f5f6 (diff)
downloadupstream-8d3d348e63bf834e78636f44acdd1806fbff4cd4.tar.gz
upstream-8d3d348e63bf834e78636f44acdd1806fbff4cd4.tar.bz2
upstream-8d3d348e63bf834e78636f44acdd1806fbff4cd4.zip
lldpd: add missing lldpcli
lldpd calls on startup lldpcli to configure itself. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39420 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/lldpd')
-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