summaryrefslogtreecommitdiff
path: root/luci2/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-11-25 01:12:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-11-25 01:34:54 +0000
commitf9ab0f915f41fab8031f0b44168df1b0fddae961 (patch)
treeacc94d452e4c260be95bdf86d5cf92838496901f /luci2/Makefile
parent4015365f1b73eed1833f87aaf895259df2ea73c0 (diff)
downloadluci2-ui-f9ab0f915f41fab8031f0b44168df1b0fddae961.tar.gz
rpcd: add bwmon plugin for fetching interface traffic statistics
Diffstat (limited to 'luci2/Makefile')
-rw-r--r--luci2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/luci2/Makefile b/luci2/Makefile
index e83cf51..06ac991 100644
--- a/luci2/Makefile
+++ b/luci2/Makefile
@@ -41,6 +41,7 @@ define Package/luci2/install
$(CP) ./share/* $(1)/usr/share/rpcd/
$(INSTALL_DIR) $(1)/usr/lib/rpcd
$(INSTALL_BIN) $(PKG_BUILD_DIR)/rpcd/luci2.so $(1)/usr/lib/rpcd/
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/rpcd/bwmon.so $(1)/usr/lib/rpcd/
$(INSTALL_DIR) $(1)/usr/libexec $(1)/www/cgi-bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/io/luci2-io $(1)/usr/libexec/
$(LN) /usr/libexec/luci2-io $(1)/www/cgi-bin/luci-upload