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 }