|
| 1 | +# 配置 |
| 2 | +CONFIG_MODULES=y |
| 3 | +CONFIG_HAVE_DOT_CONFIG=y |
| 4 | + |
| 5 | +# 机型选择 |
| 6 | +CONFIG_TARGET_x86=y |
| 7 | +CONFIG_TARGET_x86_64=y |
| 8 | +CONFIG_TARGET_x86_64_DEVICE_generic=y |
| 9 | + |
| 10 | +# 镜像设置 |
| 11 | +CONFIG_TARGET_ROOTFS_TARGZ=y |
| 12 | +CONFIG_TARGET_ROOTFS_EXT4FS=y |
| 13 | +CONFIG_TARGET_ROOTFS_SQUASHFS=y |
| 14 | +# CONFIG_GRUB_IMAGES is not set |
| 15 | +CONFIG_GRUB_EFI_IMAGES=y |
| 16 | +CONFIG_GRUB_TIMEOUT="0" |
| 17 | +CONFIG_QCOW2_IMAGES=y |
| 18 | +CONFIG_VMDK_IMAGES=y |
| 19 | +CONFIG_VHDX_IMAGES=y |
| 20 | +CONFIG_TARGET_IMAGES_GZIP=y |
| 21 | + |
| 22 | +# 设置分区大小 |
| 23 | +CONFIG_TARGET_KERNEL_PARTSIZE=32 |
| 24 | +CONFIG_TARGET_ROOTFS_PARTSIZE=760 |
| 25 | + |
| 26 | +# 额外包 |
| 27 | +CONFIG_PACKAGE_autocore=y |
| 28 | +CONFIG_PACKAGE_automount=y |
| 29 | +CONFIG_PACKAGE_autosamba=y |
| 30 | + |
| 31 | +# 插件选择 |
| 32 | +CONFIG_PACKAGE_luci-ssl-openssl=y |
| 33 | +CONFIG_PACKAGE_luci-app-adguardhome=y |
| 34 | +CONFIG_PACKAGE_luci-app-autoreboot=y |
| 35 | +CONFIG_PACKAGE_luci-app-daed=y |
| 36 | +CONFIG_PACKAGE_luci-app-ddns=y |
| 37 | +CONFIG_PACKAGE_luci-app-firewall=y |
| 38 | +CONFIG_PACKAGE_luci-app-frpc=y |
| 39 | +CONFIG_PACKAGE_luci-app-homeproxy=y |
| 40 | +CONFIG_PACKAGE_luci-app-mosdns=y |
| 41 | +CONFIG_PACKAGE_luci-app-openclash=y |
| 42 | +CONFIG_PACKAGE_luci-app-package-manager=y |
| 43 | +CONFIG_PACKAGE_luci-app-ramfree=y |
| 44 | +CONFIG_PACKAGE_luci-app-snmpd=y |
| 45 | +CONFIG_PACKAGE_luci-app-udpxy=y |
| 46 | +CONFIG_PACKAGE_luci-app-vlmcsd=y |
| 47 | +CONFIG_PACKAGE_luci-app-wol=y |
| 48 | +CONFIG_PACKAGE_luci-app-zerotier=y |
| 49 | + |
| 50 | +# 主题 |
| 51 | +CONFIG_PACKAGE_luci-theme-argon-jerrykuku=y |
| 52 | +CONFIG_PACKAGE_luci-theme-design=y |
| 53 | +CONFIG_PACKAGE_luci-theme-material=y |
| 54 | + |
| 55 | +# 协议 |
| 56 | +CONFIG_PACKAGE_luci-proto-bonding=y |
| 57 | + |
| 58 | +# 其他 |
| 59 | +CONFIG_PACKAGE_openssh-sftp-server=y |
| 60 | +CONFIG_PACKAGE_fdisk=y |
| 61 | +CONFIG_PACKAGE_open-vm-tools=y |
| 62 | +CONFIG_PACKAGE_ddns-scripts_aliyun=y |
| 63 | + |
| 64 | +# daed ebpf |
| 65 | +CONFIG_DEVEL=y |
| 66 | +CONFIG_KERNEL_DEBUG_INFO=y |
| 67 | +# CONFIG_KERNEL_DEBUG_INFO_REDUCED is not set |
| 68 | +CONFIG_KERNEL_DEBUG_INFO_BTF=y |
| 69 | +CONFIG_KERNEL_CGROUPS=y |
| 70 | +CONFIG_KERNEL_CGROUP_BPF=y |
| 71 | +CONFIG_KERNEL_BPF_EVENTS=y |
| 72 | +CONFIG_BPF_TOOLCHAIN_HOST=y |
| 73 | +CONFIG_KERNEL_XDP_SOCKETS=y |
| 74 | +CONFIG_PACKAGE_kmod-xdp-sockets-diag=y |
0 commit comments