forked from VIKINGYFY/OpenWRT-CI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f61c50c
commit f606ef9
Showing
1 changed file
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
#参数调整 | ||
CONFIG_DEVEL=y | ||
CONFIG_CCACHE=y | ||
CONFIG_TARGET_MULTI_PROFILE=y | ||
CONFIG_TARGET_PER_DEVICE_ROOTFS=y | ||
#CONFIG_TARGET_KERNEL_PARTSIZE=128 | ||
#CONFIG_TARGET_ROOTFS_PARTSIZE=1024 | ||
#CONFIG_TARGET_ROOTFS_EXT4FS=n | ||
#内核调整 | ||
CONFIG_PACKAGE_kmod-fuse=y | ||
CONFIG_PACKAGE_kmod-tun=y | ||
CONFIG_PACKAGE_kmod-wireguard=y | ||
CONFIG_PACKAGE_kmod-mtd-rw=y | ||
#CONFIG_PACKAGE_kmod-usb2=y | ||
#CONFIG_PACKAGE_kmod-usb3=y | ||
#CONFIG_PACKAGE_kmod-usb-core=y | ||
#CONFIG_PACKAGE_kmod-usb-ehci=y | ||
#CONFIG_PACKAGE_kmod-usb-ohci=y | ||
#CONFIG_PACKAGE_kmod-usb-uhci=y | ||
#CONFIG_PACKAGE_kmod-usb-net=y | ||
#CONFIG_PACKAGE_kmod-usb-net-cdc-eem=y | ||
#CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y | ||
#CONFIG_PACKAGE_kmod-usb-net-cdc-mbim=y | ||
#CONFIG_PACKAGE_kmod-usb-net-cdc-ncm=y | ||
#CONFIG_PACKAGE_kmod-usb-net-cdc-subset=y | ||
#CONFIG_PACKAGE_kmod-usb-net-huawei-cdc-ncm=y | ||
#CONFIG_PACKAGE_kmod-usb-net-ipheth=y | ||
#CONFIG_PACKAGE_kmod-usb-net-qmi-wwan=y | ||
#CONFIG_PACKAGE_kmod-usb-net-qmi-wwan-fibocom=y | ||
#CONFIG_PACKAGE_kmod-usb-net-qmi-wwan-quectel=y | ||
#CONFIG_PACKAGE_kmod-usb-net-rndis=y | ||
#CONFIG_PACKAGE_kmod-usb-net-rtl8150=y | ||
#CONFIG_PACKAGE_kmod-usb-net-rtl8152=y | ||
#CONFIG_PACKAGE_kmod-usb-storage=y | ||
#CONFIG_PACKAGE_kmod-usb-storage-extras=y | ||
#CONFIG_PACKAGE_kmod-usb-storage-uas=y | ||
#CONFIG_PACKAGE_kmod-nft-socket=y | ||
#组件调整 | ||
CONFIG_PACKAGE_autocore=y | ||
CONFIG_PACKAGE_automount=y | ||
CONFIG_PACKAGE_block-mount=y | ||
CONFIG_PACKAGE_cpufreq=y | ||
CONFIG_PACKAGE_htop=y | ||
CONFIG_PACKAGE_iperf3=y | ||
CONFIG_PACKAGE_ipv6helper=y | ||
CONFIG_PACKAGE_cfdisk=y | ||
CONFIG_PACKAGE_cgdisk=y | ||
CONFIG_PACKAGE_fdisk=y | ||
CONFIG_PACKAGE_gdisk=y | ||
CONFIG_PACKAGE_sfdisk=y | ||
CONFIG_PACKAGE_sgdisk=y | ||
CONFIG_PACKAGE_ip-full=y | ||
CONFIG_PACKAGE_ip6tables=y | ||
CONFIG_PACKAGE_ip6tables-extra=y | ||
CONFIG_PACKAGE_ip6tables-mod-nat=y | ||
CONFIG_PACKAGE_luci-base=y | ||
CONFIG_PACKAGE_luci-compat=y | ||
CONFIG_PACKAGE_luci-lib-base=y | ||
CONFIG_PACKAGE_luci-lib-ipkg=y | ||
CONFIG_PACKAGE_luci-lua-runtime=y | ||
CONFIG_PACKAGE_wpad-openssl=y | ||
#科学插件调整 | ||
CONFIG_PACKAGE_luci-app-homeproxy=y | ||
#增加插件 | ||
CONFIG_PACKAGE_luci-app-upnp=y | ||
#CONFIG_PACKAGE_luci-app-samba4=y | ||
#CONFIG_PACKAGE_luci-app-diskman=y | ||
#CONFIG_PACKAGE_luci-app-wolplus=y | ||
#CONFIG_PACKAGE_luci-app-tailscale=y | ||
#CONFIG_PACKAGE_luci-app-autoreboot=y | ||
#CONFIG_PACKAGE_luci-app-advancedplus=y | ||
#CONFIG_PACKAGE_luci-theme-kucat=y | ||
#删除插件 | ||
CONFIG_PACKAGE_luci-app-wol=n | ||
CONFIG_PACKAGE_luci-app-ddns=n | ||
CONFIG_PACKAGE_luci-app-vlmcsd=n | ||
CONFIG_PACKAGE_luci-app-xlnetacc=n | ||
CONFIG_PACKAGE_luci-app-zerotier=n | ||
CONFIG_PACKAGE_luci-app-wireguard=n | ||
CONFIG_PACKAGE_luci-app-ipsec-vpnd=n | ||
CONFIG_PACKAGE_luci-app-adbyby-plus=n | ||
CONFIG_PACKAGE_luci-app-filetransfer=n | ||
CONFIG_PACKAGE_luci-app-unblockmusic=n | ||
CONFIG_PACKAGE_luci-app-accesscontrol=n | ||
CONFIG_PACKAGE_luci-app-fileassistant=n |