From 00b7b0e52f91331eaf23d97eb17da0d78eecc741 Mon Sep 17 00:00:00 2001 From: remittor Date: Sat, 12 Aug 2023 16:33:18 +0300 Subject: [PATCH] Added new package luci-app-qbittorrent --- _addons.config | 3 +++ r3d.config | 5 +++-- r3d_menu.json | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/_addons.config b/_addons.config index 9dc2a5f..6e21656 100644 --- a/_addons.config +++ b/_addons.config @@ -30,6 +30,9 @@ CONFIG_FEED__alpine_fan_control=m ### qBittorrent #GIT_PACKAGE qBittorrent=https://github.com/openwrt-xiaomi/qBittorrent-openwrt-package.git master +### luci-app-qbittorrent +#GIT_PACKAGE luci-app-qbittorrent=https://github.com/openwrt-xiaomi/luci-app-qbittorrent.git master + ### luci-app-filebrowser #GIT_PACKAGE luci-app-filebrowser=https://github.com/openwrt-xiaomi/luci-app-filebrowser.git master diff --git a/r3d.config b/r3d.config index e0a4ef3..95c1688 100644 --- a/r3d.config +++ b/r3d.config @@ -43,8 +43,9 @@ CONFIG_PACKAGE_luci-app-timecontrol=m ### qBittorrent CONFIG_PACKAGE_boost=y CONFIG_PACKAGE_boost-system=y -CONFIG_PACKAGE_rblibtorrent=y -CONFIG_PACKAGE_qbittorrent=y +#CONFIG_PACKAGE_rblibtorrent=y +#CONFIG_PACKAGE_qbittorrent=y +CONFIG_PACKAGE_luci-app-qbittorrent=y ### FileBrowser CONFIG_PACKAGE_wget-ssl=y diff --git a/r3d_menu.json b/r3d_menu.json index 9a98217..7534913 100644 --- a/r3d_menu.json +++ b/r3d_menu.json @@ -7,6 +7,7 @@ [ "services", "aria2" ], [ "services", "samba4" ], [ "services", "transmission" ], + [ "services", "qbittorrent" ], [ "system", "diskman" ], [ "services", "disks-info" ], [ "services", "hd_idle" ],