mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
fix luci app qBittorrent dependence
This commit is contained in:
parent
aa0f6f717f
commit
5a984a5815
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-qbittorrent
|
||||
PKG_VERSION=1.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@ -13,7 +13,7 @@ define Package/luci-app-qbittorrent/temple
|
||||
SUBMENU:=3. Applications
|
||||
TITLE:=qbittorrent-nox for LuCI
|
||||
PKGARCH:=all
|
||||
DEPENDS:=+qbittorrent-nox
|
||||
DEPENDS:=+qBittorrent
|
||||
endef
|
||||
|
||||
define Package/luci-app-qbittorrent
|
||||
|
Loading…
Reference in New Issue
Block a user