From 21b5ebc5314d1d0b5c421b6c81bc6096e4c66314 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Tue, 16 Nov 2021 20:20:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configs/Common | 62 ++--------------------- Configs/asus_rt-acrh17 | 59 ++++++++++++++++++++++ Configs/d-team_newifi-d2 | 59 ++++++++++++++++++++++ Configs/lenovo_newifi-d1 | 5 -- Configs/lenovo_newifi-y1 | 5 -- Configs/p2w_r619ac-128m | 72 ++++++++++++++++++++++----- Configs/redmi_ax6 | 5 -- Configs/x86_64 | 79 ++++++++++++++++++++++++------ Configs/xiaomi_redmi-router-ac2100 | 72 +++++++++++++++++++++++++-- Configs/xiaoyu_xy-c5 | 62 +++++++++++++++++++++++ 10 files changed, 377 insertions(+), 103 deletions(-) delete mode 100755 Configs/lenovo_newifi-d1 delete mode 100755 Configs/lenovo_newifi-y1 delete mode 100755 Configs/redmi_ax6 diff --git a/Configs/Common b/Configs/Common index fe5b2fc..fd7764d 100755 --- a/Configs/Common +++ b/Configs/Common @@ -1,61 +1,5 @@ -# 此文件为通用 config 文件,将在编译开始前追加到 .config 的文件的最后 -# 用于控制所有设备的默认配置,如果不需要删除此文件即可 - -# CONFIG_SIGNATURE_CHECK is not set -# CONFIG_SIGNED_PACKAGES is not set - -CONFIG_PACKAGE_luci-theme-argon=y -CONFIG_PACKAGE_luci-app-argon-config=y -CONFIG_PACKAGE_luci-app-adbyby-plus=y -CONFIG_PACKAGE_luci-app-adguardhome=y -CONFIG_PACKAGE_luci-app-autoupdate=y -CONFIG_PACKAGE_luci-app-ddns=y -CONFIG_PACKAGE_ddns-scripts_aliyun=y -CONFIG_PACKAGE_ddns-scripts_dnspod=y -CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y -CONFIG_PACKAGE_ddns-scripts_no-ip_com=y -CONFIG_PACKAGE_luci-app-eqos=y -CONFIG_PACKAGE_luci-app-iperf3-server=y -# CONFIG_PACKAGE_luci-app-jd-dailybonus is not set -# CONFIG_PACKAGE_luci-app-rclone is not set -# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_fuse-utils is not set -# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng is not set -# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui is not set -CONFIG_PACKAGE_luci-app-onliner=y -CONFIG_PACKAGE_luci-app-ssr-plus=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Client=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Server=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Client=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Server=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y -CONFIG_PACKAGE_luci-app-smartdns=y -CONFIG_PACKAGE_luci-app-serverchan=y -CONFIG_PACKAGE_luci-app-socat=y -CONFIG_SOCAT_SSL=y -CONFIG_PACKAGE_luci-app-unblockmusic=y -CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go=y -# CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_NodeJS is not set -CONFIG_PACKAGE_luci-ssl-openssl=y - -# IPv6 支持 -CONFIG_IPV6=y -CONFIG_KERNEL_IPV6=y -CONFIG_PACKAGE_ipv6helper=y -CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y -CONFIG_PACKAGE_6in4=y -CONFIG_PACKAGE_6rd=y -CONFIG_PACKAGE_6to4=y # 其他软件包 -CONFIG_PACKAGE_bash=y -CONFIG_PACKAGE_curl=y -CONFIG_PACKAGE_htop=y -CONFIG_PACKAGE_iperf3=y -CONFIG_PACKAGE_ipt2socks=y -CONFIG_PACKAGE_ppp-mod-pptp=y -CONFIG_PACKAGE_ppp-mod-pppol2tp=y -CONFIG_PACKAGE_wget-ssl=y -CONFIG_PACKAGE_xray-geodata=y -CONFIG_PACKAGE_xz=y -CONFIG_PACKAGE_xz-utils=y -CONFIG_PACKAGE_xl2tpd=y + + + diff --git a/Configs/asus_rt-acrh17 b/Configs/asus_rt-acrh17 index ce835aa..0dfcd1b 100755 --- a/Configs/asus_rt-acrh17 +++ b/Configs/asus_rt-acrh17 @@ -1,6 +1,18 @@ CONFIG_TARGET_ipq40xx=y CONFIG_TARGET_ipq40xx_DEVICE_asus_rt-acrh17=y +# CONFIG_SIGNATURE_CHECK is not set +# CONFIG_SIGNED_PACKAGES is not set + +# IPv6 支持 +CONFIG_IPV6=y +CONFIG_KERNEL_IPV6=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y +CONFIG_PACKAGE_6in4=y +CONFIG_PACKAGE_6rd=y +CONFIG_PACKAGE_6to4=y + # USB 相关 CONFIG_PACKAGE_automount=y CONFIG_PACKAGE_e2fsprogs=y @@ -28,22 +40,69 @@ CONFIG_PACKAGE_luci-app-vsftpd=y # LUCI Appliciations CONFIG_PACKAGE_luci-app-accesscontrol=y +CONFIG_PACKAGE_luci-app-argon-config=y +CONFIG_PACKAGE_luci-app-adbyby-plus=y +CONFIG_PACKAGE_luci-app-adguardhome=y +CONFIG_PACKAGE_luci-app-autoupdate=y CONFIG_PACKAGE_luci-app-aria2=y +CONFIG_PACKAGE_luci-app-ddns=y +CONFIG_PACKAGE_ddns-scripts_aliyun=y +CONFIG_PACKAGE_ddns-scripts_dnspod=y +CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y +CONFIG_PACKAGE_ddns-scripts_no-ip_com=y +CONFIG_PACKAGE_luci-app-eqos=y CONFIG_PACKAGE_luci-app-filetransfer=y +CONFIG_PACKAGE_luci-app-iperf3-server=y +# CONFIG_PACKAGE_luci-app-jd-dailybonus is not set CONFIG_PACKAGE_luci-app-mwan3=y CONFIG_PACKAGE_luci-app-mwan3helper=y CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-onliner=y +# CONFIG_PACKAGE_luci-app-rclone is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_fuse-utils is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui is not set +CONFIG_PACKAGE_luci-app-ssr-plus=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Client=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Server=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Client=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Server=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y CONFIG_PACKAGE_luci-app-sqm=y CONFIG_PACKAGE_luci-app-syncdial=y +CONFIG_PACKAGE_luci-app-smartdns=y +CONFIG_PACKAGE_luci-app-serverchan=y +CONFIG_PACKAGE_luci-app-socat=y +CONFIG_SOCAT_SSL=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-upnp=y +CONFIG_PACKAGE_luci-app-unblockmusic=y +CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go=y +# CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_NodeJS is not set CONFIG_PACKAGE_luci-app-webadmin=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-app-wireguard=y CONFIG_PACKAGE_luci-app-zerotier=y +CONFIG_PACKAGE_luci-ssl-openssl=y + +# 主题包 +CONFIG_PACKAGE_luci-theme-argon=y + # Other Appliciations +CONFIG_PACKAGE_bash=y +CONFIG_PACKAGE_curl=y +CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_iperf3=y +CONFIG_PACKAGE_ipt2socks=y +CONFIG_PACKAGE_ppp-mod-pptp=y +CONFIG_PACKAGE_ppp-mod-pppol2tp=y CONFIG_PACKAGE_wpad-openssl=y +CONFIG_PACKAGE_wget-ssl=y +CONFIG_PACKAGE_xray-geodata=y +CONFIG_PACKAGE_xz=y +CONFIG_PACKAGE_xz-utils=y +CONFIG_PACKAGE_xl2tpd=y diff --git a/Configs/d-team_newifi-d2 b/Configs/d-team_newifi-d2 index 248eb75..4167d9a 100755 --- a/Configs/d-team_newifi-d2 +++ b/Configs/d-team_newifi-d2 @@ -2,6 +2,18 @@ CONFIG_TARGET_ramips=y CONFIG_TARGET_ramips_mt7621=y CONFIG_TARGET_ramips_mt7621_DEVICE_d-team_newifi-d2=y +# CONFIG_SIGNATURE_CHECK is not set +# CONFIG_SIGNED_PACKAGES is not set + +# IPv6 支持 +CONFIG_IPV6=y +CONFIG_KERNEL_IPV6=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y +CONFIG_PACKAGE_6in4=y +CONFIG_PACKAGE_6rd=y +CONFIG_PACKAGE_6to4=y + # Wireless 驱动程序(开源) CONFIG_PACKAGE_kmod-mt76=y @@ -38,17 +50,44 @@ CONFIG_PACKAGE_luci-app-vsftpd=y # LUCI Appliciations CONFIG_PACKAGE_luci-app-accesscontrol=y +CONFIG_PACKAGE_luci-app-argon-config=y +CONFIG_PACKAGE_luci-app-adbyby-plus=y +CONFIG_PACKAGE_luci-app-adguardhome=y +CONFIG_PACKAGE_luci-app-autoupdate=y CONFIG_PACKAGE_luci-app-aria2=y +CONFIG_PACKAGE_luci-app-ddns=y +CONFIG_PACKAGE_ddns-scripts_aliyun=y +CONFIG_PACKAGE_ddns-scripts_dnspod=y +CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y +CONFIG_PACKAGE_ddns-scripts_no-ip_com=y +CONFIG_PACKAGE_luci-app-eqos=y CONFIG_PACKAGE_luci-app-easymesh=y CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-ipsec-vpnd=y +CONFIG_PACKAGE_luci-app-iperf3-server=y +# CONFIG_PACKAGE_luci-app-jd-dailybonus is not set CONFIG_PACKAGE_luci-app-mwan3=y CONFIG_PACKAGE_luci-app-mwan3helper=y CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-onliner=y +# CONFIG_PACKAGE_luci-app-rclone is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_fuse-utils is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui is not set +CONFIG_PACKAGE_luci-app-ssr-plus=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Client=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Server=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Client=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Server=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y CONFIG_PACKAGE_luci-app-sqm=y CONFIG_PACKAGE_luci-app-syncdial=y +CONFIG_PACKAGE_luci-app-smartdns=y +CONFIG_PACKAGE_luci-app-serverchan=y +CONFIG_PACKAGE_luci-app-socat=y +CONFIG_SOCAT_SSL=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y @@ -56,10 +95,30 @@ CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y # CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_SHORTCUT_FE is not set CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-upnp=y +CONFIG_PACKAGE_luci-app-unblockmusic=y +CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go=y +# CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_NodeJS is not set CONFIG_PACKAGE_luci-app-webadmin=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-app-wireguard=y CONFIG_PACKAGE_luci-app-zerotier=y +CONFIG_PACKAGE_luci-ssl-openssl=y + +# 主题包 +CONFIG_PACKAGE_luci-theme-argon=y + # Other Appliciations +CONFIG_PACKAGE_bash=y +CONFIG_PACKAGE_curl=y +CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_iperf3=y +CONFIG_PACKAGE_ipt2socks=y +CONFIG_PACKAGE_ppp-mod-pptp=y +CONFIG_PACKAGE_ppp-mod-pppol2tp=y CONFIG_PACKAGE_wpad-openssl=y +CONFIG_PACKAGE_wget-ssl=y +CONFIG_PACKAGE_xray-geodata=y +CONFIG_PACKAGE_xz=y +CONFIG_PACKAGE_xz-utils=y +CONFIG_PACKAGE_xl2tpd=y diff --git a/Configs/lenovo_newifi-d1 b/Configs/lenovo_newifi-d1 deleted file mode 100755 index 8b99ce0..0000000 --- a/Configs/lenovo_newifi-d1 +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG_TARGET_ramips=y -CONFIG_TARGET_ramips_mt7621=y -CONFIG_TARGET_ramips_mt7621_DEVICE_lenovo_newifi-d1=y - -## TEST \ No newline at end of file diff --git a/Configs/lenovo_newifi-y1 b/Configs/lenovo_newifi-y1 deleted file mode 100755 index 1b4b4c6..0000000 --- a/Configs/lenovo_newifi-y1 +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG_TARGET_ramips=y -CONFIG_TARGET_ramips_mt7620=y -CONFIG_TARGET_ramips_mt7620_DEVICE_lenovo_newifi-y1=y - -## TEST \ No newline at end of file diff --git a/Configs/p2w_r619ac-128m b/Configs/p2w_r619ac-128m index b99205c..2d2ac03 100644 --- a/Configs/p2w_r619ac-128m +++ b/Configs/p2w_r619ac-128m @@ -1,16 +1,22 @@ CONFIG_TARGET_ipq40xx=y CONFIG_TARGET_ipq40xx_DEVICE_p2w_r619ac-128m=y +# CONFIG_SIGNATURE_CHECK is not set +# CONFIG_SIGNED_PACKAGES is not set + +# IPv6 支持 +CONFIG_IPV6=y +CONFIG_KERNEL_IPV6=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y +CONFIG_PACKAGE_6in4=y +CONFIG_PACKAGE_6rd=y +CONFIG_PACKAGE_6to4=y + +# 内核模块 CONFIG_PACKAGE_kmod-fs-cifs=y CONFIG_PACKAGE_kmod-fs-nfs-v3=y CONFIG_PACKAGE_kmod-fs-nfs-v4=y -CONFIG_PACKAGE_kmod-usb-net=y -CONFIG_PACKAGE_kmod-usb-net-rndis=y -CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y -CONFIG_PACKAGE_kmod-usb-net-ipheth=y -CONFIG_PACKAGE_kmod-usb-net-kaweth=y -CONFIG_PACKAGE_kmod-usb2=y -CONFIG_PACKAGE_kmod-usb3=y # USB 相关 CONFIG_PACKAGE_automount=y @@ -39,12 +45,24 @@ CONFIG_PACKAGE_luci-app-vsftpd=y # LUCI Appliciations CONFIG_PACKAGE_luci-app-accesscontrol=y +CONFIG_PACKAGE_luci-app-argon-config=y +CONFIG_PACKAGE_luci-app-adbyby-plus=y +CONFIG_PACKAGE_luci-app-adguardhome=y +CONFIG_PACKAGE_luci-app-autoupdate=y CONFIG_PACKAGE_luci-app-aria2=y CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y CONFIG_PACKAGE_luci-app-cifs-mount=y +CONFIG_PACKAGE_luci-app-ddns=y +CONFIG_PACKAGE_ddns-scripts_aliyun=y +CONFIG_PACKAGE_ddns-scripts_dnspod=y +CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y +CONFIG_PACKAGE_ddns-scripts_no-ip_com=y +CONFIG_PACKAGE_luci-app-eqos=y CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-ipsec-vpnd=y +CONFIG_PACKAGE_luci-app-iperf3-server=y +# CONFIG_PACKAGE_luci-app-jd-dailybonus is not set CONFIG_PACKAGE_luci-app-mwan3=y CONFIG_PACKAGE_luci-app-mwan3helper=y CONFIG_PACKAGE_luci-app-netdata=y @@ -52,27 +70,59 @@ CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-nfs=y CONFIG_PACKAGE_luci-app-npc=y CONFIG_PACKAGE_luci-app-openclash=y -CONFIG_PACKAGE_luci-app-pptp-server=y +CONFIG_PACKAGE_luci-app-onliner=y +# CONFIG_PACKAGE_luci-app-rclone is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_fuse-utils is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui is not set +CONFIG_PACKAGE_luci-app-ssr-plus=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Client=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Server=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Client=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Server=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y CONFIG_PACKAGE_luci-app-softethervpn=y CONFIG_PACKAGE_luci-app-sqm=y CONFIG_PACKAGE_luci-app-syncdial=y +CONFIG_PACKAGE_luci-app-smartdns=y +CONFIG_PACKAGE_luci-app-serverchan=y +CONFIG_PACKAGE_luci-app-socat=y +CONFIG_SOCAT_SSL=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-upnp=y +CONFIG_PACKAGE_luci-app-unblockmusic=y +CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go=y +# CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_NodeJS is not set CONFIG_PACKAGE_luci-app-webadmin=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-app-wireguard=y CONFIG_PACKAGE_luci-app-zerotier=y +CONFIG_PACKAGE_luci-ssl-openssl=y + +# 主题包 +CONFIG_PACKAGE_luci-theme-argon=y + # Other Appliciations +CONFIG_PACKAGE_bash=y +CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_cfdisk=y +CONFIG_PACKAGE_exfat-mkfs=y CONFIG_PACKAGE_hdparm=y +CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_iperf3=y +CONFIG_PACKAGE_ipt2socks=y CONFIG_PACKAGE_net-snmp=y CONFIG_PACKAGE_nfs-utils=y -CONFIG_PACKAGE_e2fsprogs=y -CONFIG_PACKAGE_exfat-mkfs=y -CONFIG_PACKAGE_smartmontools=y +CONFIG_PACKAGE_ppp-mod-pptp=y +CONFIG_PACKAGE_ppp-mod-pppol2tp=y CONFIG_PACKAGE_screen=y CONFIG_PACKAGE_usbutils=y CONFIG_PACKAGE_wpad-openssl=y +CONFIG_PACKAGE_wget-ssl=y +CONFIG_PACKAGE_xray-geodata=y +CONFIG_PACKAGE_xz=y +CONFIG_PACKAGE_xz-utils=y +CONFIG_PACKAGE_xl2tpd=y diff --git a/Configs/redmi_ax6 b/Configs/redmi_ax6 deleted file mode 100755 index 7cd80a1..0000000 --- a/Configs/redmi_ax6 +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG_TARGET_ipq807x=y -CONFIG_TARGET_ipq807x_generic=y -CONFIG_TARGET_ipq807x_generic_DEVICE_redmi_ax6=y - -## TEST \ No newline at end of file diff --git a/Configs/x86_64 b/Configs/x86_64 index cff09c2..d21926d 100755 --- a/Configs/x86_64 +++ b/Configs/x86_64 @@ -11,13 +11,24 @@ CONFIG_TARGET_ROOTFS_PARTSIZE=480 # CONFIG_GRUB_CONSOLE is not set CONFIG_TARGET_IMAGES_GZIP=y -CONFIG_PACKAGE_kmod-rtl8821ae=y -CONFIG_PACKAGE_kmod-rtl8821cu=y -CONFIG_PACKAGE_kmod-rtl8xxxu=y +# CONFIG_SIGNATURE_CHECK is not set +# CONFIG_SIGNED_PACKAGES is not set +# IPv6 支持 +CONFIG_IPV6=y +CONFIG_KERNEL_IPV6=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y +CONFIG_PACKAGE_6in4=y +CONFIG_PACKAGE_6rd=y +CONFIG_PACKAGE_6to4=y + +# 内核模块 CONFIG_PACKAGE_kmod-fs-cifs=y CONFIG_PACKAGE_kmod-fs-nfs-v3=y CONFIG_PACKAGE_kmod-fs-nfs-v4=y + +# USB 相关 CONFIG_PACKAGE_kmod-usb-net=y CONFIG_PACKAGE_kmod-usb-net-rndis=y CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y @@ -27,15 +38,26 @@ CONFIG_PACKAGE_kmod-usb-ehci=y CONFIG_PACKAGE_kmod-usb-uhci=y CONFIG_PACKAGE_kmod-usb-ohci=y CONFIG_PACKAGE_kmod-usb-ohci-pci=y -CONFIG_PACKAGE_kmod-usb2=y -CONFIG_PACKAGE_kmod-usb3=y +## USB Wireless 驱动程序 +CONFIG_PACKAGE_kmod-rtl8821ae=y +CONFIG_PACKAGE_kmod-rtl8821cu=y +CONFIG_PACKAGE_kmod-rtl8xxxu=y + +# LUCI Appliciations +CONFIG_PACKAGE_luci-app-argon-config=y +CONFIG_PACKAGE_luci-app-adbyby-plus=y +CONFIG_PACKAGE_luci-app-adguardhome=y +CONFIG_PACKAGE_luci-app-autoupdate=y CONFIG_PACKAGE_luci-app-aria2=y -CONFIG_PACKAGE_luci-app-arpbind=y CONFIG_PACKAGE_luci-app-airplay2=y CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y -# CONFIG_PACKAGE_luci-app-baidupcs-web is not set CONFIG_PACKAGE_luci-app-cifs-mount=y +CONFIG_PACKAGE_luci-app-ddns=y +CONFIG_PACKAGE_ddns-scripts_aliyun=y +CONFIG_PACKAGE_ddns-scripts_dnspod=y +CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y +CONFIG_PACKAGE_ddns-scripts_no-ip_com=y CONFIG_PACKAGE_luci-app-diskman=y CONFIG_PACKAGE_luci-app-diskman_INCLUDE_btrfs_progs=y CONFIG_PACKAGE_luci-app-diskman_INCLUDE_kmod_md_linear=y @@ -48,10 +70,20 @@ CONFIG_DOCKER_NET_MACVLAN=y CONFIG_DOCKER_OPTIONAL_FEATURES=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 +CONFIG_PACKAGE_luci-app-iperf3-server=y +# CONFIG_PACKAGE_luci-app-jd-dailybonus is not set CONFIG_PACKAGE_luci-app-netdata=y CONFIG_PACKAGE_luci-app-nfs=y CONFIG_PACKAGE_luci-app-npc=y +CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-onliner=y +CONFIG_PACKAGE_luci-app-passwall=y +CONFIG_PACKAGE_luci-app-pptp-server=y +CONFIG_PACKAGE_luci-app-qbittorrent=y +# CONFIG_PACKAGE_luci-app-rclone is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_fuse-utils is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui is not set CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Client=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Server=y @@ -61,13 +93,13 @@ CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Simple_Obfs=y CONFIG_PACKAGE_luci-app-samba=y CONFIG_PACKAGE_luci-app-sqm=y CONFIG_PACKAGE_luci-app-shutdown=y -CONFIG_PACKAGE_luci-app-openclash=y -CONFIG_PACKAGE_luci-app-passwall=y -CONFIG_PACKAGE_luci-app-pptp-server=y -CONFIG_PACKAGE_luci-app-qbittorrent=y CONFIG_PACKAGE_luci-app-ssrserver-python=y CONFIG_PACKAGE_luci-app-softethervpn=y CONFIG_PACKAGE_luci-app-syncdial=y +CONFIG_PACKAGE_luci-app-smartdns=y +CONFIG_PACKAGE_luci-app-serverchan=y +CONFIG_PACKAGE_luci-app-socat=y +CONFIG_SOCAT_SSL=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y # CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_SHORTCUT_FE_DRV is not set @@ -76,19 +108,28 @@ CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-usb-printer=y # CONFIG_PACKAGE_luci-app-uugamebooster is not set +CONFIG_PACKAGE_luci-app-unblockmusic=y +CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go=y +CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_NodeJS=y # CONFIG_PACKAGE_luci-app-v2ray-server is not set -CONFIG_PACKAGE_luci-app-vsftpd=y # CONFIG_PACKAGE_luci-app-xlnetacc is not set CONFIG_PACKAGE_luci-app-wrtbwmon=y CONFIG_PACKAGE_luci-app-wireguard=y CONFIG_PACKAGE_luci-app-webadmin=y CONFIG_PACKAGE_luci-app-zerotier=y +CONFIG_PACKAGE_luci-ssl-openssl=y + +# 主题包 +CONFIG_PACKAGE_luci-theme-argon=y CONFIG_PACKAGE_luci-theme-netgear=y +# Appliciations CONFIG_PACKAGE_adb=y CONFIG_PACKAGE_autosamba=y CONFIG_PACKAGE_bind-dig=y +CONFIG_PACKAGE_bash=y +CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_cfdisk=y CONFIG_PACKAGE_cifsmount=y CONFIG_PACKAGE_diffutils=y @@ -105,6 +146,9 @@ CONFIG_PACKAGE_git=y CONFIG_PACKAGE_git-http=y CONFIG_PACKAGE_httping=y CONFIG_PACKAGE_hdparm=y +CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_iperf3=y +CONFIG_PACKAGE_ipt2socks=y CONFIG_PACKAGE_libudev-fbsd=y CONFIG_PACKAGE_net-snmp=y CONFIG_PACKAGE_nfs-utils=y @@ -112,6 +156,8 @@ CONFIG_PACKAGE_ntfs3=y CONFIG_PACKAGE_ntfs3-mount=y CONFIG_PACKAGE_npc=y CONFIG_PACKAGE_nps=y +CONFIG_PACKAGE_ppp-mod-pptp=y +CONFIG_PACKAGE_ppp-mod-pppol2tp=y CONFIG_PACKAGE_pciutils=y CONFIG_PACKAGE_patch=y CONFIG_PACKAGE_smartmontools=y @@ -119,4 +165,9 @@ CONFIG_PACKAGE_screen=y CONFIG_PACKAGE_tcpping=y CONFIG_PACKAGE_usbutils=y CONFIG_PACKAGE_upx=y - +CONFIG_PACKAGE_wpad-openssl=y +CONFIG_PACKAGE_wget-ssl=y +CONFIG_PACKAGE_xray-geodata=y +CONFIG_PACKAGE_xz=y +CONFIG_PACKAGE_xz-utils=y +CONFIG_PACKAGE_xl2tpd=y diff --git a/Configs/xiaomi_redmi-router-ac2100 b/Configs/xiaomi_redmi-router-ac2100 index 9569b62..88a31b4 100755 --- a/Configs/xiaomi_redmi-router-ac2100 +++ b/Configs/xiaomi_redmi-router-ac2100 @@ -2,13 +2,28 @@ CONFIG_TARGET_ramips=y CONFIG_TARGET_ramips_mt7621=y CONFIG_TARGET_ramips_mt7621_DEVICE_xiaomi_redmi-router-ac2100=y +# CONFIG_SIGNATURE_CHECK is not set +# CONFIG_SIGNED_PACKAGES is not set + +# IPv6 支持 +CONFIG_IPV6=y +CONFIG_KERNEL_IPV6=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y +CONFIG_PACKAGE_6in4=y +CONFIG_PACKAGE_6rd=y +CONFIG_PACKAGE_6to4=y + +# 内核模块 CONFIG_PACKAGE_kmod-fs-cifs=y CONFIG_PACKAGE_kmod-fs-nfs-v3=y CONFIG_PACKAGE_kmod-fs-nfs-v4=y -# Wireless 驱动程序 +# Wireless 驱动程序(开源) CONFIG_PACKAGE_kmod-mt7603=y CONFIG_PACKAGE_kmod-mt7615e=y + +# Wireless 驱动程序(闭源) # CONFIG_PACKAGE_kmod-mt7603e is not set # CONFIG_PACKAGE_kmod-mt7615d is not set # CONFIG_PACKAGE_luci-app-mtwifi is not set @@ -16,22 +31,51 @@ CONFIG_PACKAGE_kmod-mt7615e=y # LUCI Appliciations CONFIG_PACKAGE_luci-app-accesscontrol=y -CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y +CONFIG_PACKAGE_luci-app-argon-config=y +CONFIG_PACKAGE_luci-app-adbyby-plus=y +CONFIG_PACKAGE_luci-app-adguardhome=y +CONFIG_PACKAGE_luci-app-autoupdate=y # CONFIG_PACKAGE_luci-app-aria2 is not set +CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y CONFIG_PACKAGE_luci-app-cifs-mount=y +CONFIG_PACKAGE_luci-app-ddns=y +CONFIG_PACKAGE_ddns-scripts_aliyun=y +CONFIG_PACKAGE_ddns-scripts_dnspod=y +CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y +CONFIG_PACKAGE_ddns-scripts_no-ip_com=y +CONFIG_PACKAGE_luci-app-eqos=y CONFIG_PACKAGE_luci-app-easymesh=y CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-ipsec-vpnd=y +CONFIG_PACKAGE_luci-app-iperf3-server=y +# CONFIG_PACKAGE_luci-app-jd-dailybonus is not set CONFIG_PACKAGE_luci-app-mwan3=y CONFIG_PACKAGE_luci-app-mwan3helper=y +CONFIG_PACKAGE_luci-app-netdata=y CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-nfs=y CONFIG_PACKAGE_luci-app-npc=y -CONFIG_PACKAGE_luci-app-pptp-server=y +CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-onliner=y +# CONFIG_PACKAGE_luci-app-rclone is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_fuse-utils is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui is not set +CONFIG_PACKAGE_luci-app-ssr-plus=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Client=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Server=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Client=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Server=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y # CONFIG_PACKAGE_luci-app-samba is not set +CONFIG_PACKAGE_luci-app-softethervpn=y CONFIG_PACKAGE_luci-app-sqm=y CONFIG_PACKAGE_luci-app-syncdial=y +CONFIG_PACKAGE_luci-app-smartdns=y +CONFIG_PACKAGE_luci-app-serverchan=y +CONFIG_PACKAGE_luci-app-socat=y +CONFIG_SOCAT_SSL=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y @@ -39,13 +83,33 @@ CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y # CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_SHORTCUT_FE is not set CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-upnp=y -CONFIG_PACKAGE_luci-app-vsftpd=y +CONFIG_PACKAGE_luci-app-unblockmusic=y +CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go=y +# CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_NodeJS is not set CONFIG_PACKAGE_luci-app-webadmin=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-app-wireguard=y CONFIG_PACKAGE_luci-app-zerotier=y +CONFIG_PACKAGE_luci-ssl-openssl=y + +# 主题包 +CONFIG_PACKAGE_luci-theme-argon=y + # Other Appliciations +CONFIG_PACKAGE_bash=y +CONFIG_PACKAGE_curl=y +CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_iperf3=y +CONFIG_PACKAGE_ipt2socks=y CONFIG_PACKAGE_net-snmp=y CONFIG_PACKAGE_nfs-utils=y +CONFIG_PACKAGE_ppp-mod-pptp=y +CONFIG_PACKAGE_ppp-mod-pppol2tp=y +CONFIG_PACKAGE_screen=y CONFIG_PACKAGE_wpad-openssl=y +CONFIG_PACKAGE_wget-ssl=y +CONFIG_PACKAGE_xray-geodata=y +CONFIG_PACKAGE_xz=y +CONFIG_PACKAGE_xz-utils=y +CONFIG_PACKAGE_xl2tpd=y diff --git a/Configs/xiaoyu_xy-c5 b/Configs/xiaoyu_xy-c5 index 855e7a5..d783b42 100755 --- a/Configs/xiaoyu_xy-c5 +++ b/Configs/xiaoyu_xy-c5 @@ -2,6 +2,18 @@ CONFIG_TARGET_ramips=y CONFIG_TARGET_ramips_mt7621=y CONFIG_TARGET_ramips_mt7621_DEVICE_xiaoyu_xy-c5=y +# CONFIG_SIGNATURE_CHECK is not set +# CONFIG_SIGNED_PACKAGES is not set + +# IPv6 支持 +CONFIG_IPV6=y +CONFIG_KERNEL_IPV6=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y +CONFIG_PACKAGE_6in4=y +CONFIG_PACKAGE_6rd=y +CONFIG_PACKAGE_6to4=y + # USB 相关 CONFIG_PACKAGE_automount=y CONFIG_PACKAGE_e2fsprogs=y @@ -28,16 +40,43 @@ CONFIG_PACKAGE_luci-app-vsftpd=y # LUCI Appliciations CONFIG_PACKAGE_luci-app-accesscontrol=y +CONFIG_PACKAGE_luci-app-argon-config=y +CONFIG_PACKAGE_luci-app-adbyby-plus=y +CONFIG_PACKAGE_luci-app-adguardhome=y +CONFIG_PACKAGE_luci-app-autoupdate=y CONFIG_PACKAGE_luci-app-aria2=y +CONFIG_PACKAGE_luci-app-ddns=y +CONFIG_PACKAGE_ddns-scripts_aliyun=y +CONFIG_PACKAGE_ddns-scripts_dnspod=y +CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y +CONFIG_PACKAGE_ddns-scripts_no-ip_com=y +CONFIG_PACKAGE_luci-app-eqos=y CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-ipsec-vpnd=y +CONFIG_PACKAGE_luci-app-iperf3-server=y +# CONFIG_PACKAGE_luci-app-jd-dailybonus is not set CONFIG_PACKAGE_luci-app-mwan3=y CONFIG_PACKAGE_luci-app-mwan3helper=y CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-onliner=y +# CONFIG_PACKAGE_luci-app-rclone is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_fuse-utils is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng is not set +# CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui is not set +CONFIG_PACKAGE_luci-app-ssr-plus=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Client=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Server=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Client=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Server=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y CONFIG_PACKAGE_luci-app-sqm=y CONFIG_PACKAGE_luci-app-syncdial=y +CONFIG_PACKAGE_luci-app-smartdns=y +CONFIG_PACKAGE_luci-app-serverchan=y +CONFIG_PACKAGE_luci-app-socat=y +CONFIG_SOCAT_SSL=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y @@ -45,7 +84,30 @@ CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y # CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_SHORTCUT_FE is not set CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-upnp=y +CONFIG_PACKAGE_luci-app-unblockmusic=y +CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_Go=y +# CONFIG_PACKAGE_luci-app-unblockmusic_INCLUDE_UnblockNeteaseMusic_NodeJS is not set CONFIG_PACKAGE_luci-app-webadmin=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-app-wireguard=y CONFIG_PACKAGE_luci-app-zerotier=y + +CONFIG_PACKAGE_luci-ssl-openssl=y + +# 主题包 +CONFIG_PACKAGE_luci-theme-argon=y + +# Other Appliciations +CONFIG_PACKAGE_bash=y +CONFIG_PACKAGE_curl=y +CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_iperf3=y +CONFIG_PACKAGE_ipt2socks=y +CONFIG_PACKAGE_ppp-mod-pptp=y +CONFIG_PACKAGE_ppp-mod-pppol2tp=y +CONFIG_PACKAGE_wpad-openssl=y +CONFIG_PACKAGE_wget-ssl=y +CONFIG_PACKAGE_xray-geodata=y +CONFIG_PACKAGE_xz=y +CONFIG_PACKAGE_xz-utils=y +CONFIG_PACKAGE_xl2tpd=y