X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci2%2Fui.git;a=blobdiff_plain;f=luci2%2FMakefile;h=06ac991777687465d10edd33d6cdfa7a899f8de7;hp=e83cf51de527d73834419228c2aa4b9756cab9ee;hb=1bcb587b9fbd9c513a7f60e6cb6de22eb564e79e;hpb=229985257a52765c2994439a2f3e664df9f85909;ds=sidebyside 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