From 1e36248ea10d2b3c58335a67a49434b8aed2bee5 Mon Sep 17 00:00:00 2001 From: klever1988 Date: Wed, 4 Aug 2021 21:54:08 +0800 Subject: [PATCH 1/4] add luci-app-linkease change luci-app-ddnsto to active source remove unpopolar packages from the fat-persion release --- merge_packages.sh | 10 +++++++++- r1p.config.seed | 13 +------------ r1s-h3.config.seed | 5 ----- r1s.config.seed | 5 ----- r2s.config.seed | 14 +------------- r4s.config.seed | 13 +------------ x86.config.seed | 18 ++++-------------- 7 files changed, 16 insertions(+), 62 deletions(-) diff --git a/merge_packages.sh b/merge_packages.sh index ca5125d19a..a0c719a4e5 100644 --- a/merge_packages.sh +++ b/merge_packages.sh @@ -13,8 +13,16 @@ function merge_package(){ fi mv $pn package/ } +function merge_feed(){ + if [ ! -d "feed/$1" ]; then + echo >> feeds.conf.default + echo "src-git $1 $2" >> feeds.conf.default + fi + ./scripts/feeds update $1 + ./scripts/feeds install -a -p $1 +} -merge_package https://github.com/linkease/ddnsto-openwrt +merge_feed nas "https://github.com/linkease/nas-packages.git;master" merge_package https://github.com/project-lede/luci-app-godproxy merge_package https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-cifsd luci-app-ksmbd merge_package https://github.com/coolsnowwolf/packages/trunk/kernel/ksmbd diff --git a/r1p.config.seed b/r1p.config.seed index 1d6b0c86ce..d47db0beff 100644 --- a/r1p.config.seed +++ b/r1p.config.seed @@ -16,15 +16,12 @@ CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y CONFIG_PACKAGE_ipv6helper=y CONFIG_PACKAGE_luci-app-adbyby-plus=y CONFIG_PACKAGE_luci-app-adguardhome=y -CONFIG_PACKAGE_luci-app-appfilter=y CONFIG_PACKAGE_luci-app-argon-config=y CONFIG_PACKAGE_luci-app-aria2=y CONFIG_PACKAGE_luci-app-arpbind=y -CONFIG_PACKAGE_luci-app-baidupcs-web=y CONFIG_PACKAGE_luci-app-cifsd=y CONFIG_PACKAGE_luci-app-cpufreq=y CONFIG_PACKAGE_luci-app-ddns=y -CONFIG_PACKAGE_ddnsto=y CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-diskman=y CONFIG_PACKAGE_luci-app-dockerman=y @@ -32,20 +29,15 @@ CONFIG_DOCKER_OPTIONAL_FEATURES=y CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-godproxy=y -CONFIG_PACKAGE_luci-app-ipsec-vpnd=y CONFIG_PACKAGE_luci-app-jd-dailybonus=y -CONFIG_PACKAGE_luci-app-mentohust=y +CONFIG_PACKAGE_luci-app-linkease=y CONFIG_PACKAGE_luci-app-netdata=y -CONFIG_PACKAGE_luci-app-nft-qos=y -CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-openclash=y -CONFIG_PACKAGE_luci-app-openvpn-server=y CONFIG_PACKAGE_luci-app-passwall=y CONFIG_PACKAGE_luci-app-qbittorrent=y CONFIG_PACKAGE_luci-app-serverchan=y CONFIG_PACKAGE_luci-app-services-wolplus=y CONFIG_PACKAGE_luci-app-smartdns=y -CONFIG_PACKAGE_luci-app-softethervpn=y CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-statistics=y CONFIG_PACKAGE_luci-app-tencentddns=y @@ -53,8 +45,6 @@ CONFIG_PACKAGE_luci-app-transmission=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y -CONFIG_PACKAGE_luci-app-udpxy=y -CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-unblockmusic=y CONFIG_PACKAGE_luci-app-upnp=y CONFIG_PACKAGE_luci-app-usb-printer=y @@ -63,7 +53,6 @@ CONFIG_PACKAGE_luci-app-vlmcsd=y CONFIG_PACKAGE_luci-app-vnstat=y CONFIG_PACKAGE_luci-app-vsftpd=y CONFIG_PACKAGE_luci-app-vssr=y -CONFIG_PACKAGE_luci-app-zerotier=y CONFIG_PACKAGE_luci-theme-argonv3=y CONFIG_PACKAGE_luci-theme-material=y CONFIG_PACKAGE_luci-theme-netgear=y diff --git a/r1s-h3.config.seed b/r1s-h3.config.seed index 4f51c18bed..b7c2b0ead5 100644 --- a/r1s-h3.config.seed +++ b/r1s-h3.config.seed @@ -25,8 +25,6 @@ CONFIG_PACKAGE_luci-app-diskman=y CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-jd-dailybonus=y -CONFIG_PACKAGE_luci-app-nft-qos=y -CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-serverchan=y CONFIG_PACKAGE_luci-app-services-wolplus=y CONFIG_PACKAGE_luci-app-smartdns=y @@ -35,15 +33,12 @@ CONFIG_PACKAGE_luci-app-tencentddns=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y -CONFIG_PACKAGE_luci-app-udpxy=y -CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-unblockmusic=y CONFIG_PACKAGE_luci-app-upnp=y CONFIG_PACKAGE_luci-app-usb-printer=y CONFIG_PACKAGE_luci-app-vlmcsd=y CONFIG_PACKAGE_luci-app-vnstat=y CONFIG_PACKAGE_luci-app-vsftpd=y -CONFIG_PACKAGE_luci-app-zerotier=y CONFIG_PACKAGE_luci-theme-argonv3=y CONFIG_PACKAGE_luci-theme-material=y CONFIG_PACKAGE_luci-theme-netgear=y diff --git a/r1s.config.seed b/r1s.config.seed index f10265b848..98910b2576 100644 --- a/r1s.config.seed +++ b/r1s.config.seed @@ -25,8 +25,6 @@ CONFIG_PACKAGE_luci-app-diskman=y CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-jd-dailybonus=y -CONFIG_PACKAGE_luci-app-nft-qos=y -CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-serverchan=y CONFIG_PACKAGE_luci-app-services-wolplus=y CONFIG_PACKAGE_luci-app-smartdns=y @@ -35,15 +33,12 @@ CONFIG_PACKAGE_luci-app-tencentddns=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y -CONFIG_PACKAGE_luci-app-udpxy=y -CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-unblockmusic=y CONFIG_PACKAGE_luci-app-upnp=y CONFIG_PACKAGE_luci-app-usb-printer=y CONFIG_PACKAGE_luci-app-vlmcsd=y CONFIG_PACKAGE_luci-app-vnstat=y CONFIG_PACKAGE_luci-app-vsftpd=y -CONFIG_PACKAGE_luci-app-zerotier=y CONFIG_PACKAGE_luci-theme-argonv3=y CONFIG_PACKAGE_luci-theme-material=y CONFIG_PACKAGE_luci-theme-netgear=y diff --git a/r2s.config.seed b/r2s.config.seed index 67ffe165f9..1603d2bc1a 100644 --- a/r2s.config.seed +++ b/r2s.config.seed @@ -16,15 +16,12 @@ CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y CONFIG_PACKAGE_ipv6helper=y CONFIG_PACKAGE_luci-app-adbyby-plus=y CONFIG_PACKAGE_luci-app-adguardhome=y -CONFIG_PACKAGE_luci-app-appfilter=y CONFIG_PACKAGE_luci-app-argon-config=y CONFIG_PACKAGE_luci-app-aria2=y CONFIG_PACKAGE_luci-app-arpbind=y -CONFIG_PACKAGE_luci-app-baidupcs-web=y CONFIG_PACKAGE_luci-app-cifsd=y CONFIG_PACKAGE_luci-app-cpufreq=y CONFIG_PACKAGE_luci-app-ddns=y -CONFIG_PACKAGE_ddnsto=y CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-diskman=y CONFIG_PACKAGE_luci-app-dockerman=y @@ -32,20 +29,15 @@ CONFIG_DOCKER_OPTIONAL_FEATURES=y CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-godproxy=y -CONFIG_PACKAGE_luci-app-ipsec-vpnd=y CONFIG_PACKAGE_luci-app-jd-dailybonus=y -CONFIG_PACKAGE_luci-app-mentohust=y +CONFIG_PACKAGE_luci-app-linkease=y CONFIG_PACKAGE_luci-app-netdata=y -CONFIG_PACKAGE_luci-app-nft-qos=y -CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-openclash=y -CONFIG_PACKAGE_luci-app-openvpn-server=y CONFIG_PACKAGE_luci-app-passwall=y CONFIG_PACKAGE_luci-app-qbittorrent=y CONFIG_PACKAGE_luci-app-serverchan=y CONFIG_PACKAGE_luci-app-services-wolplus=y CONFIG_PACKAGE_luci-app-smartdns=y -CONFIG_PACKAGE_luci-app-softethervpn=y CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-statistics=y CONFIG_PACKAGE_luci-app-tencentddns=y @@ -53,8 +45,6 @@ CONFIG_PACKAGE_luci-app-transmission=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y -CONFIG_PACKAGE_luci-app-udpxy=y -CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-unblockmusic=y CONFIG_PACKAGE_luci-app-upnp=y CONFIG_PACKAGE_luci-app-usb-printer=y @@ -63,7 +53,6 @@ CONFIG_PACKAGE_luci-app-vlmcsd=y CONFIG_PACKAGE_luci-app-vnstat=y CONFIG_PACKAGE_luci-app-vsftpd=y CONFIG_PACKAGE_luci-app-vssr=y -CONFIG_PACKAGE_luci-app-zerotier=y CONFIG_PACKAGE_luci-theme-argonv3=y CONFIG_PACKAGE_luci-theme-material=y CONFIG_PACKAGE_luci-theme-netgear=y @@ -108,7 +97,6 @@ CONFIG_PACKAGE_kmod-mt76x2u=y CONFIG_PACKAGE_kmod-rtl8821cu=y CONFIG_PACKAGE_kmod-rtl8812au-ac=y CONFIG_PACKAGE_kmod-rtl88x2bu=y -CONFIG_PACKAGE_rtl8822ce-firmware=y CONFIG_PACKAGE_kmod-usb-net-rtl8152-vendor=y CONFIG_PACKAGE_iw=y CONFIG_PACKAGE_iwinfo=y diff --git a/r4s.config.seed b/r4s.config.seed index c3676ac144..979aee4592 100644 --- a/r4s.config.seed +++ b/r4s.config.seed @@ -16,15 +16,12 @@ CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y CONFIG_PACKAGE_ipv6helper=y CONFIG_PACKAGE_luci-app-adbyby-plus=y CONFIG_PACKAGE_luci-app-adguardhome=y -CONFIG_PACKAGE_luci-app-appfilter=y CONFIG_PACKAGE_luci-app-argon-config=y CONFIG_PACKAGE_luci-app-aria2=y CONFIG_PACKAGE_luci-app-arpbind=y -CONFIG_PACKAGE_luci-app-baidupcs-web=y CONFIG_PACKAGE_luci-app-cifsd=y CONFIG_PACKAGE_luci-app-cpufreq=y CONFIG_PACKAGE_luci-app-ddns=y -CONFIG_PACKAGE_ddnsto=y CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-diskman=y CONFIG_PACKAGE_luci-app-dockerman=y @@ -32,20 +29,15 @@ CONFIG_DOCKER_OPTIONAL_FEATURES=y CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-godproxy=y -CONFIG_PACKAGE_luci-app-ipsec-vpnd=y CONFIG_PACKAGE_luci-app-jd-dailybonus=y -CONFIG_PACKAGE_luci-app-mentohust=y +CONFIG_PACKAGE_luci-app-linkease=y CONFIG_PACKAGE_luci-app-netdata=y -CONFIG_PACKAGE_luci-app-nft-qos=y -CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-openclash=y -CONFIG_PACKAGE_luci-app-openvpn-server=y CONFIG_PACKAGE_luci-app-passwall=y CONFIG_PACKAGE_luci-app-qbittorrent=y CONFIG_PACKAGE_luci-app-serverchan=y CONFIG_PACKAGE_luci-app-services-wolplus=y CONFIG_PACKAGE_luci-app-smartdns=y -CONFIG_PACKAGE_luci-app-softethervpn=y CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-statistics=y CONFIG_PACKAGE_luci-app-tencentddns=y @@ -53,8 +45,6 @@ CONFIG_PACKAGE_luci-app-transmission=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y -CONFIG_PACKAGE_luci-app-udpxy=y -CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-unblockmusic=y CONFIG_PACKAGE_luci-app-upnp=y CONFIG_PACKAGE_luci-app-usb-printer=y @@ -63,7 +53,6 @@ CONFIG_PACKAGE_luci-app-vlmcsd=y CONFIG_PACKAGE_luci-app-vnstat=y CONFIG_PACKAGE_luci-app-vsftpd=y CONFIG_PACKAGE_luci-app-vssr=y -CONFIG_PACKAGE_luci-app-zerotier=y CONFIG_PACKAGE_luci-theme-argonv3=y CONFIG_PACKAGE_luci-theme-material=y CONFIG_PACKAGE_luci-theme-netgear=y diff --git a/x86.config.seed b/x86.config.seed index 58e17fdb26..dec10c20db 100644 --- a/x86.config.seed +++ b/x86.config.seed @@ -17,42 +17,34 @@ CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y CONFIG_PACKAGE_ipv6helper=y CONFIG_PACKAGE_luci-app-adbyby-plus=y CONFIG_PACKAGE_luci-app-adguardhome=y -CONFIG_PACKAGE_luci-app-appfilter=y CONFIG_PACKAGE_luci-app-argon-config=y CONFIG_PACKAGE_luci-app-aria2=y CONFIG_PACKAGE_luci-app-arpbind=y -CONFIG_PACKAGE_luci-app-baidupcs-web=y CONFIG_PACKAGE_luci-app-cifsd=y CONFIG_PACKAGE_luci-app-ddns=y -CONFIG_PACKAGE_ddnsto=y CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-diskman=y CONFIG_PACKAGE_luci-app-dockerman=y +CONFIG_DOCKER_OPTIONAL_FEATURES=y CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-godproxy=y -CONFIG_PACKAGE_luci-app-ipsec-vpnd=y CONFIG_PACKAGE_luci-app-jd-dailybonus=y -CONFIG_PACKAGE_luci-app-mentohust=y +CONFIG_PACKAGE_luci-app-linkease=y CONFIG_PACKAGE_luci-app-netdata=y -CONFIG_PACKAGE_luci-app-nft-qos=y -CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-openclash=y -CONFIG_PACKAGE_luci-app-openvpn-server=y CONFIG_PACKAGE_luci-app-passwall=y CONFIG_PACKAGE_luci-app-qbittorrent=y CONFIG_PACKAGE_luci-app-serverchan=y CONFIG_PACKAGE_luci-app-services-wolplus=y CONFIG_PACKAGE_luci-app-smartdns=y -CONFIG_PACKAGE_luci-app-softethervpn=y CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-statistics=y +CONFIG_PACKAGE_luci-app-tencentddns=y CONFIG_PACKAGE_luci-app-transmission=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y -CONFIG_PACKAGE_luci-app-udpxy=y -CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-unblockmusic=y CONFIG_PACKAGE_luci-app-upnp=y CONFIG_PACKAGE_luci-app-usb-printer=y @@ -61,7 +53,6 @@ CONFIG_PACKAGE_luci-app-vlmcsd=y CONFIG_PACKAGE_luci-app-vnstat=y CONFIG_PACKAGE_luci-app-vsftpd=y CONFIG_PACKAGE_luci-app-vssr=y -CONFIG_PACKAGE_luci-app-zerotier=y CONFIG_PACKAGE_luci-theme-argonv3=y CONFIG_PACKAGE_luci-theme-material=y CONFIG_PACKAGE_luci-theme-netgear=y @@ -102,9 +93,8 @@ CONFIG_PACKAGE_kmod-ath9k-htc=y CONFIG_PACKAGE_kmod-mt76x0u=y CONFIG_PACKAGE_kmod-mt76x2u=y CONFIG_PACKAGE_kmod-rtl8821cu=y -CONFIG_PACKAGE_kmod-rtl88x2bu=y CONFIG_PACKAGE_kmod-rtl8812au-ac=y -CONFIG_PACKAGE_rtl8822ce-firmware=y +CONFIG_PACKAGE_kmod-rtl88x2bu=y CONFIG_PACKAGE_iw=y CONFIG_PACKAGE_iwinfo=y CONFIG_PACKAGE_wpad-wolfssl=y From db9c72f58e6cbf39fd0b16d096530ef2f19ca5a8 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 12 Aug 2021 19:41:05 +0800 Subject: [PATCH 2/4] build: re-configure build tools --- .github/workflows/lo-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index a4c425fa7a..c93b357235 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -29,7 +29,7 @@ jobs: sudo sysctl vm.swappiness=0 nohup sudo rm -rf /usr/share/dotnet /usr/local/lib/android/sdk & sudo -E apt update - nohup sudo -E apt -y --no-install-recommends install jq build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib g++-multilib p7zip p7zip-full msmtp libssl-dev texinfo libreadline-dev libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint ccache curl wget vim nano python python3 python3-pip python-ply python3-ply haveged lrzsz device-tree-compiler scons antlr3 gperf intltool rsync swig & + nohup sudo -E apt -y --no-install-recommends install jq build-essential cmake asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib g++-multilib p7zip p7zip-full msmtp libssl-dev texinfo libreadline-dev libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint ccache curl wget vim nano python2.7 python3 python3-pip python-ply python3-ply haveged lrzsz device-tree-compiler scons antlr3 gperf intltool mkisofs rsync swig & - uses: actions/checkout@v2 with: From 2c2e15d0539ff65aef05b0d34b8bb0955ac5407f Mon Sep 17 00:00:00 2001 From: emorsl <52312851+chankenjio@users.noreply.github.com> Date: Fri, 13 Aug 2021 11:26:27 +0800 Subject: [PATCH 3/4] Update r2s.config.seed --- r2s.config.seed | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/r2s.config.seed b/r2s.config.seed index 1603d2bc1a..83d154e794 100644 --- a/r2s.config.seed +++ b/r2s.config.seed @@ -14,41 +14,24 @@ CONFIG_IB_STANDALONE=y CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y CONFIG_PACKAGE_ipv6helper=y -CONFIG_PACKAGE_luci-app-adbyby-plus=y -CONFIG_PACKAGE_luci-app-adguardhome=y CONFIG_PACKAGE_luci-app-argon-config=y -CONFIG_PACKAGE_luci-app-aria2=y CONFIG_PACKAGE_luci-app-arpbind=y CONFIG_PACKAGE_luci-app-cifsd=y CONFIG_PACKAGE_luci-app-cpufreq=y CONFIG_PACKAGE_luci-app-ddns=y CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-diskman=y -CONFIG_PACKAGE_luci-app-dockerman=y CONFIG_DOCKER_OPTIONAL_FEATURES=y CONFIG_PACKAGE_luci-app-filetransfer=y -CONFIG_PACKAGE_luci-app-frpc=y -CONFIG_PACKAGE_luci-app-godproxy=y -CONFIG_PACKAGE_luci-app-jd-dailybonus=y CONFIG_PACKAGE_luci-app-linkease=y CONFIG_PACKAGE_luci-app-netdata=y -CONFIG_PACKAGE_luci-app-openclash=y CONFIG_PACKAGE_luci-app-passwall=y -CONFIG_PACKAGE_luci-app-qbittorrent=y -CONFIG_PACKAGE_luci-app-serverchan=y -CONFIG_PACKAGE_luci-app-services-wolplus=y -CONFIG_PACKAGE_luci-app-smartdns=y CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-statistics=y CONFIG_PACKAGE_luci-app-tencentddns=y -CONFIG_PACKAGE_luci-app-transmission=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y -CONFIG_PACKAGE_luci-app-unblockmusic=y -CONFIG_PACKAGE_luci-app-upnp=y -CONFIG_PACKAGE_luci-app-usb-printer=y -CONFIG_PACKAGE_luci-app-uugamebooster=y CONFIG_PACKAGE_luci-app-vlmcsd=y CONFIG_PACKAGE_luci-app-vnstat=y CONFIG_PACKAGE_luci-app-vsftpd=y @@ -70,7 +53,6 @@ CONFIG_PACKAGE_losetup=y CONFIG_PACKAGE_pv=y CONFIG_PACKAGE_resize2fs=y CONFIG_PACKAGE_sfdisk=y -CONFIG_PACKAGE_usb-modeswitch=y CONFIG_PACKAGE_wget=y # CONFIG_OPENSSL_ENGINE_BUILTIN_AFALG is not set # CONFIG_OPENSSL_ENGINE_BUILTIN_DEVCRYPTO is not set @@ -105,4 +87,4 @@ CONFIG_DRIVER_11AC_SUPPORT=y CONFIG_DRIVER_11N_SUPPORT=y CONFIG_DRIVER_11W_SUPPORT=y -CONFIG_PACKAGE_luci-app-oled=y + From 713246f3571eedce4e55f4ab9cbd4e8f3541a1ee Mon Sep 17 00:00:00 2001 From: emorsl <52312851+chankenjio@users.noreply.github.com> Date: Sat, 14 Aug 2021 13:25:59 +0800 Subject: [PATCH 4/4] Update r2s.config.seed --- r2s.config.seed | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/r2s.config.seed b/r2s.config.seed index 83d154e794..721ba28e42 100644 --- a/r2s.config.seed +++ b/r2s.config.seed @@ -12,29 +12,19 @@ CONFIG_TARGET_ROOTFS_EXT4FS=y CONFIG_IB=y CONFIG_IB_STANDALONE=y -CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y -CONFIG_PACKAGE_ipv6helper=y CONFIG_PACKAGE_luci-app-argon-config=y CONFIG_PACKAGE_luci-app-arpbind=y CONFIG_PACKAGE_luci-app-cifsd=y CONFIG_PACKAGE_luci-app-cpufreq=y -CONFIG_PACKAGE_luci-app-ddns=y -CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-diskman=y CONFIG_DOCKER_OPTIONAL_FEATURES=y CONFIG_PACKAGE_luci-app-filetransfer=y -CONFIG_PACKAGE_luci-app-linkease=y CONFIG_PACKAGE_luci-app-netdata=y -CONFIG_PACKAGE_luci-app-passwall=y -CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-statistics=y -CONFIG_PACKAGE_luci-app-tencentddns=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y CONFIG_PACKAGE_luci-app-vlmcsd=y -CONFIG_PACKAGE_luci-app-vnstat=y -CONFIG_PACKAGE_luci-app-vsftpd=y CONFIG_PACKAGE_luci-app-vssr=y CONFIG_PACKAGE_luci-theme-argonv3=y CONFIG_PACKAGE_luci-theme-material=y