├── README.md ├── qBittorrent ├── Makefile └── files │ ├── qBittorrent.conf │ └── qbittorrent ├── qt6base ├── Makefile └── patches │ └── 001-fix_build_for_openwrt.patch └── qt6tools └── Makefile /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KryptonLee/qBittorrent-openwrt-package/HEAD/README.md -------------------------------------------------------------------------------- /qBittorrent/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KryptonLee/qBittorrent-openwrt-package/HEAD/qBittorrent/Makefile -------------------------------------------------------------------------------- /qBittorrent/files/qBittorrent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KryptonLee/qBittorrent-openwrt-package/HEAD/qBittorrent/files/qBittorrent.conf -------------------------------------------------------------------------------- /qBittorrent/files/qbittorrent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KryptonLee/qBittorrent-openwrt-package/HEAD/qBittorrent/files/qbittorrent -------------------------------------------------------------------------------- /qt6base/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KryptonLee/qBittorrent-openwrt-package/HEAD/qt6base/Makefile -------------------------------------------------------------------------------- /qt6base/patches/001-fix_build_for_openwrt.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KryptonLee/qBittorrent-openwrt-package/HEAD/qt6base/patches/001-fix_build_for_openwrt.patch -------------------------------------------------------------------------------- /qt6tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KryptonLee/qBittorrent-openwrt-package/HEAD/qt6tools/Makefile --------------------------------------------------------------------------------