From 6e09b6ea8e40ad03af397aa33544028a53dcac70 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Sun, 1 Aug 2021 20:34:45 +0800 Subject: [PATCH] Test --- Configs/x86_64 | 3 +++ Scripts/AutoBuild_ExtraPackages.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/Configs/x86_64 b/Configs/x86_64 index 314fb00..4a9b572 100644 --- a/Configs/x86_64 +++ b/Configs/x86_64 @@ -58,6 +58,7 @@ CONFIG_PACKAGE_luci-app-sqm=y CONFIG_PACKAGE_luci-app-shutdown=y CONFIG_PACKAGE_luci-app-passwall=y CONFIG_PACKAGE_luci-app-pptp-server=y +CONFIG_PACKAGE_luci-app-pppoe-server=y CONFIG_PACKAGE_luci-app-qbittorrent=y CONFIG_PACKAGE_luci-app-ssrserver-python=y CONFIG_PACKAGE_luci-app-syncdial=y @@ -93,6 +94,7 @@ CONFIG_PACKAGE_dnsmasq_full_dhcp=y CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y CONFIG_PACKAGE_e2fsprogs=y CONFIG_PACKAGE_exfat-mkfs=y +CONFIG_PACKAGE_fstrim=y CONFIG_PACKAGE_gdisk=y CONFIG_PACKAGE_git=y CONFIG_PACKAGE_git-http=y @@ -100,6 +102,7 @@ CONFIG_PACKAGE_gzip=y CONFIG_PACKAGE_httping=y CONFIG_PACKAGE_hdparm=y CONFIG_PACKAGE_libudev-fbsd=y +CONFIG_PACKAGE_nfs-utils=y CONFIG_PACKAGE_ntfs3=y CONFIG_PACKAGE_ntfs3-mount=y CONFIG_PACKAGE_pciutils=y diff --git a/Scripts/AutoBuild_ExtraPackages.sh b/Scripts/AutoBuild_ExtraPackages.sh index 517431f..8f26b21 100644 --- a/Scripts/AutoBuild_ExtraPackages.sh +++ b/Scripts/AutoBuild_ExtraPackages.sh @@ -34,6 +34,7 @@ coolsnowwolf/lede:master) x86_64) AddPackage git other openwrt-passwall xiaorouji main AddPackage git other luci-app-shutdown Hyy2001X master + AddPackage svn feeds/luci luci-app-pppoe-server immortalwrt/luci/branches/openwrt-18.06/applications ;; esac ;;