多项关于 .config 的调整,具体参见 commit 详情
1. 新增 usb 网络设备驱动: kmod-usb-net-asix、cdc-ncm、hso、huawei-cdc-ncm、ipheth、kalmia、kaweth 2. 新增 ddns 脚本: ddns-scripts_freedns_42_pl、godaddy.com-v1、nsupdate、route53-v1 3. 新增软件包 iperf3 4. 移除软件包 luci-app-frpc、frpc
This commit is contained in:
parent
fe8267c328
commit
5b1bcc333f
|
@ -3,21 +3,28 @@ CONFIG_TARGET_ramips_mt7621=y
|
|||
CONFIG_TARGET_ramips_mt7621_DEVICE_d-team_newifi-d2=y
|
||||
CONFIG_IPV6=y
|
||||
CONFIG_KERNEL_IPV6=y
|
||||
CONFIG_PACKAGE_luci-app-accesscontrol=n
|
||||
CONFIG_PACKAGE_luci-app-arpbind=n
|
||||
CONFIG_PACKAGE_luci-app-mtwifi=n
|
||||
CONFIG_PACKAGE_luci-app-rclone_INCLUDE_fuse-utils=n
|
||||
CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng=n
|
||||
CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui=n
|
||||
CONFIG_PACKAGE_mt_wifi=n
|
||||
CONFIG_PACKAGE_kmod-mt7603e=n
|
||||
CONFIG_PACKAGE_kmod-mt76x2e=n
|
||||
# CONFIG_PACKAGE_luci-app-accesscontrol is not set
|
||||
# CONFIG_PACKAGE_luci-app-arpbind is not set
|
||||
# CONFIG_PACKAGE_luci-app-mtwifi 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_mt_wifi is not set
|
||||
# CONFIG_PACKAGE_kmod-mt7603e is not set
|
||||
# CONFIG_PACKAGE_kmod-mt76x2e is not set
|
||||
CONFIG_BUILD_PATENTED=y
|
||||
CONFIG_PACKAGE_kmod-mt76=y
|
||||
CONFIG_PACKAGE_kmod-tun=y
|
||||
CONFIG_PACKAGE_kmod-usb-net=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-rndis=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-asix=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-cdc-ncm=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-hso=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-huawei-cdc-ncm=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-ipheth=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-kalmia=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-kaweth=y
|
||||
CONFIG_PACKAGE_kmod-usb-net-rndis=y
|
||||
CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
|
||||
CONFIG_PACKAGE_automount=y
|
||||
CONFIG_PACKAGE_ipv6helper=y
|
||||
|
@ -29,7 +36,7 @@ CONFIG_PACKAGE_luci-app-argon-config=y
|
|||
CONFIG_PACKAGE_luci-app-autoupdate=y
|
||||
CONFIG_PACKAGE_luci-app-aria2=y
|
||||
CONFIG_PACKAGE_luci-app-ddns=y
|
||||
CONFIG_PACKAGE_luci-app-frpc=y
|
||||
# CONFIG_PACKAGE_luci-app-frpc is not set
|
||||
CONFIG_PACKAGE_luci-app-hd-idle=y
|
||||
CONFIG_PACKAGE_luci-app-mwan3=y
|
||||
CONFIG_PACKAGE_luci-app-openclash=y
|
||||
|
@ -39,9 +46,11 @@ CONFIG_PACKAGE_luci-app-smartdns=y
|
|||
CONFIG_PACKAGE_luci-app-ssr-plus=y
|
||||
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Trojan=y
|
||||
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray is not set
|
||||
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Server=y
|
||||
CONFIG_PACKAGE_luci-app-serverchan=y
|
||||
CONFIG_PACKAGE_luci-app-socat=y
|
||||
CONFIG_SOCAT_SSL=y
|
||||
CONFIG_PACKAGE_luci-app-syncdial=y
|
||||
CONFIG_PACKAGE_luci-app-ttyd=y
|
||||
CONFIG_PACKAGE_luci-app-unblockmusic=y
|
||||
|
@ -55,9 +64,14 @@ CONFIG_PACKAGE_6to4=y
|
|||
CONFIG_PACKAGE_ariang=y
|
||||
CONFIG_PACKAGE_curl=y
|
||||
CONFIG_PACKAGE_ddns-scripts_aliyun=y
|
||||
CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y
|
||||
CONFIG_PACKAGE_ddns-scripts_dnspod=y
|
||||
CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y
|
||||
CONFIG_PACKAGE_ddns-scripts_freedns_42_pl=y
|
||||
CONFIG_PACKAGE_ddns-scripts_godaddy.com-v1=y
|
||||
CONFIG_PACKAGE_ddns-scripts_no-ip_com=y
|
||||
CONFIG_PACKAGE_ddns-scripts_nsupdate=y
|
||||
CONFIG_PACKAGE_ddns-scripts_route53-v1=y
|
||||
CONFIG_PACKAGE_iperf3=y
|
||||
CONFIG_PACKAGE_usbutils=y
|
||||
CONFIG_PACKAGE_libudev-fbsd=y
|
||||
CONFIG_PACKAGE_wpad=y
|
||||
|
|
Loading…
Reference in New Issue