合并重复内容到 Configs/Common
This commit is contained in:
parent
d302a3e80b
commit
9ae4bad812
|
@ -22,8 +22,20 @@ 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-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_iperf3=y
|
||||
CONFIG_PACKAGE_ppp-mod-pppol2tp=y
|
||||
CONFIG_PACKAGE_ppp-mod-pptp=y
|
||||
CONFIG_PACKAGE_wget-ssl=y
|
||||
|
|
|
@ -2,14 +2,6 @@ CONFIG_TARGET_ramips=y
|
|||
CONFIG_TARGET_ramips_mt7621=y
|
||||
CONFIG_TARGET_ramips_mt7621_DEVICE_d-team_newifi-d2=y
|
||||
|
||||
# IPv6 支持
|
||||
CONFIG_IPV6=y
|
||||
CONFIG_KERNEL_IPV6=y
|
||||
CONFIG_PACKAGE_ipv6helper=y
|
||||
CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
|
||||
CONFIG_PACKAGE_6rd=y
|
||||
CONFIG_PACKAGE_6to4=y
|
||||
|
||||
# Wireless 驱动程序(开源)
|
||||
CONFIG_PACKAGE_kmod-mt76=y
|
||||
|
||||
|
@ -22,6 +14,7 @@ CONFIG_PACKAGE_kmod-mt76=y
|
|||
# USB 相关
|
||||
CONFIG_PACKAGE_automount=y
|
||||
CONFIG_PACKAGE_e2fsprogs=y
|
||||
CONFIG_PACKAGE_smartmontools=y
|
||||
CONFIG_PACKAGE_luci-app-usb3disable=y
|
||||
CONFIG_PACKAGE_luci-app-hd-idle=y
|
||||
CONFIG_PACKAGE_luci-app-usb-printer=y
|
||||
|
@ -65,8 +58,6 @@ 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
|
||||
|
||||
# Other Appliciations
|
||||
CONFIG_PACKAGE_wpad=y
|
||||
CONFIG_PACKAGE_iperf3=y
|
||||
|
|
|
@ -71,11 +71,7 @@ CONFIG_PACKAGE_luci-app-vsftpd=y
|
|||
CONFIG_PACKAGE_luci-app-wrtbwmon=y
|
||||
CONFIG_PACKAGE_luci-app-webadmin=y
|
||||
CONFIG_PACKAGE_luci-app-zerotier=y
|
||||
CONFIG_PACKAGE_luci-ssl-openssl=y
|
||||
|
||||
CONFIG_PACKAGE_6in4=y
|
||||
CONFIG_PACKAGE_6rd=y
|
||||
CONFIG_PACKAGE_6to4=y
|
||||
CONFIG_PACKAGE_autosamba=y
|
||||
CONFIG_PACKAGE_bind-dig=y
|
||||
CONFIG_PACKAGE_curl=y
|
||||
|
@ -94,8 +90,6 @@ CONFIG_PACKAGE_git-http=y
|
|||
CONFIG_PACKAGE_gzip=y
|
||||
CONFIG_PACKAGE_httping=y
|
||||
CONFIG_PACKAGE_hdparm=y
|
||||
CONFIG_PACKAGE_iperf3=y
|
||||
CONFIG_PACKAGE_ipv6helper=y
|
||||
CONFIG_PACKAGE_libudev-fbsd=y
|
||||
CONFIG_PACKAGE_open-vm-tools=y
|
||||
CONFIG_PACKAGE_pciutils=y
|
||||
|
|
|
@ -2,17 +2,10 @@ CONFIG_TARGET_ramips=y
|
|||
CONFIG_TARGET_ramips_mt7621=y
|
||||
CONFIG_TARGET_ramips_mt7621_DEVICE_xiaoyu_xy-c5=y
|
||||
|
||||
# IPv6 支持
|
||||
CONFIG_IPV6=y
|
||||
CONFIG_KERNEL_IPV6=y
|
||||
CONFIG_PACKAGE_ipv6helper=y
|
||||
CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
|
||||
CONFIG_PACKAGE_6rd=y
|
||||
CONFIG_PACKAGE_6to4=y
|
||||
|
||||
# USB 相关
|
||||
CONFIG_PACKAGE_automount=y
|
||||
CONFIG_PACKAGE_e2fsprogs=y
|
||||
CONFIG_PACKAGE_smartmontools=y
|
||||
CONFIG_PACKAGE_luci-app-hd-idle=y
|
||||
CONFIG_PACKAGE_luci-app-usb-printer=y
|
||||
|
||||
|
@ -56,6 +49,3 @@ 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_iperf3=y
|
||||
|
|
Loading…
Reference in New Issue