From 5d3559c4e52fdf41346f8c6aac69a53e51858c8d Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Fri, 26 Feb 2021 23:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BD=AF=E4=BB=B6=E5=8C=85?= =?UTF-8?q?=20FileBrowser,Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configs/x86_64.config | 1 + Scripts/AutoBuild_DiyScript.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Configs/x86_64.config b/Configs/x86_64.config index 325a5af..0b28016 100644 --- a/Configs/x86_64.config +++ b/Configs/x86_64.config @@ -53,6 +53,7 @@ CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk=y CONFIG_PACKAGE_luci-app-diskman_INCLUDE_mdadm=y CONFIG_PACKAGE_luci-app-docker=y CONFIG_PACKAGE_luci-app-eqos=y +CONFIG_PACKAGE_luci-app-filebrowser=y CONFIG_PACKAGE_luci-app-flowoffload=y CONFIG_PACKAGE_luci-app-hd-idle=y # CONFIG_PACKAGE_luci-app-ipsec-vpnd is not set diff --git a/Scripts/AutoBuild_DiyScript.sh b/Scripts/AutoBuild_DiyScript.sh index 8e398dd..10c7880 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -38,7 +38,7 @@ Diy-Part1() { ExtraPackages svn other filebrowser https://github.com/immortalwrt/immortalwrt/trunk/package/ctcgfw ExtraPackages svn lean luci-app-eqos https://github.com/immortalwrt/immortalwrt/trunk/package/ntlf9t - ExtraPackages svn lean luci-app-qbittorrent https://github.com/immortalwrt/immortalwrt/trunk/package/ctcgfw + ExtraPackages svn lean luci-app-qbittorrent https://github.com/immortalwrt/immortalwrt/trunk/package/lean rm -rf package/lean/qBittorrent Replace_File Customize/qBittorrent-EE.mk package/lean/qBittorrent-Enhanced-Edition Makefile }