From 6492cc7befcb008cb6429a346074ab044e5b1c79 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Fri, 26 Feb 2021 13:05:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=93=E5=BA=93=E5=9C=B0?= =?UTF-8?q?=E5=9D=80,=E6=B7=BB=E5=8A=A0=20FileBrowser=20eqos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configs/x86_64.config | 2 ++ Scripts/AutoBuild_DiyScript.sh | 7 +++++-- Scripts/AutoBuild_Function.sh | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Configs/x86_64.config b/Configs/x86_64.config index 0f23bab..86f01d8 100644 --- a/Configs/x86_64.config +++ b/Configs/x86_64.config @@ -52,7 +52,9 @@ CONFIG_PACKAGE_luci-app-diskman_INCLUDE_kmod_md_raid456=y 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-flowoffload=y +CONFIG_PACKAGE_luci-app-filebrowser=y CONFIG_PACKAGE_luci-app-hd-idle=y # CONFIG_PACKAGE_luci-app-ipsec-vpnd is not set # CONFIG_PACKAGE_luci-app-kodexplorer is not set diff --git a/Scripts/AutoBuild_DiyScript.sh b/Scripts/AutoBuild_DiyScript.sh index 57d7762..c2c171d 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -28,10 +28,13 @@ Diy-Part1() { ExtraPackages git other luci-app-argon-config https://github.com/jerrykuku master ExtraPackages git other luci-app-adguardhome https://github.com/Hyy2001X master ExtraPackages git other luci-app-shutdown https://github.com/Hyy2001X master - ExtraPackages svn other luci-app-smartdns https://github.com/project-openwrt/openwrt/trunk/package/ntlf9t + ExtraPackages svn other luci-app-smartdns https://github.com/immortalwrt/immortalwrt/trunk/package/ntlf9t ExtraPackages git other luci-app-serverchan https://github.com/tty228 master ExtraPackages svn other luci-app-socat https://github.com/Lienol/openwrt-package/trunk - ExtraPackages svn other luci-app-usb3disable https://github.com/project-openwrt/openwrt/trunk/package/ctcgfw + ExtraPackages svn other luci-app-usb3disable https://github.com/immortalwrt/immortalwrt/trunk/package/ctcgfw + ExtraPackages svn lean luci-app-kodexplorer https://github.com/immortalwrt/immortalwrt/trunk/package/lean + ExtraPackages svn lean luci-app-filebrowser https://github.com/immortalwrt/immortalwrt/trunk/package/ctcgfw + ExtraPackages svn lean luci-app-eqos https://github.com/immortalwrt/immortalwrt/trunk/package/ntlf9t } Diy-Part2() { diff --git a/Scripts/AutoBuild_Function.sh b/Scripts/AutoBuild_Function.sh index d1d2994..65975d7 100755 --- a/Scripts/AutoBuild_Function.sh +++ b/Scripts/AutoBuild_Function.sh @@ -74,7 +74,6 @@ Diy_Part1_Base() { fi Update_Makefile xray-core package/lean/helloworld/xray-core Update_Makefile exfat package/kernel/exfat - ExtraPackages svn lean luci-app-kodexplorer https://github.com/project-openwrt/openwrt/trunk/package/lean # ExtraPackages svn kernel mt76 https://github.com/openwrt/openwrt/trunk/package/kernel }