mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix vnstat makefile
This commit is contained in:
parent
5b98635a97
commit
649affc650
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ define Package/vnstat/Default
|
|||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
URL:=http://humdi.net/vnstat/
|
||||
DEPENDS+=libsqlite3
|
||||
DEPENDS:=+libsqlite3
|
||||
endef
|
||||
|
||||
define Package/vnstat
|
||||
|
@ -96,7 +96,7 @@ define Package/vnstat/install
|
|||
$(INSTALL_DIR) $(1)/etc/uci-defaults
|
||||
$(INSTALL_BIN) ./files/vnstat.defaults $(1)/etc/uci-defaults/vnstat
|
||||
$(INSTALL_DIR) $(1)/usr/libexec/rpcd
|
||||
$(INSTALL_BIN) ./files/vnstat.rpcd $(1)/usr/lib/libexec/rpcd/vnstat
|
||||
$(INSTALL_BIN) ./files/vnstat.rpcd $(1)/usr/libexec/rpcd/vnstat
|
||||
endef
|
||||
|
||||
define Package/vnstati/install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue