Create .config

This commit is contained in:
lgs2007m 2023-01-09 19:00:52 +08:00 committed by GitHub
parent 097d96ab84
commit e514e13912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,42 @@
## 目标设备
CONFIG_TARGET_mediatek=y
CONFIG_TARGET_mediatek_filogic=y
CONFIG_TARGET_mediatek_filogic_DEVICE_xiaomi_redmi-router-ax6000=y
# CONFIG_TARGET_mediatek_filogic_DEVICE_xiaomi_redmi-router-ax6000-stock is not set
## 主题
CONFIG_PACKAGE_luci=y
CONFIG_PACKAGE_luci-compat=y
CONFIG_PACKAGE_luci-lib-ipkg=y
CONFIG_LUCI_LANG_zh_Hans=y
CONFIG_PACKAGE_luci-theme-bootstrap=y
## LuCI->Applications
## TTYD终端
CONFIG_PACKAGE_luci-app-ttyd=y
## 安装包
CONFIG_PACKAGE_luci-app-opkg=y
## 文件传输
CONFIG_PACKAGE_luci-app-filetransfer=y
## 防火墙
CONFIG_PACKAGE_luci-app-firewall=y
## KMS服务器
CONFIG_PACKAGE_luci-app-vlmcsd=y
## upnp
CONFIG_PACKAGE_luci-app-upnp=y
## 动态DNS
CONFIG_PACKAGE_luci-app-ddns=y
## Network->IP Addresses and Names
CONFIG_PACKAGE_ddns-scripts=y
CONFIG_PACKAGE_ddns-scripts_cloudflare=y
CONFIG_PACKAGE_ddns-scripts_dnspod=y
## Administration
CONFIG_PACKAGE_htop=y
## Utilities
CONFIG_PACKAGE_coremark=y
## Utilities->Shells
CONFIG_PACKAGE_bash=y
CONFIG_PACKAGE_vim-full=y
CONFIG_PACKAGE_zsh=y