We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在本地和云编译都尝试过
.config文件中搜索MSD_lite相关设置如下:
CONFIG_PACKAGE_luci-app-msd_lite=y CONFIG_PACKAGE_luci-i18n-msd_lite-zh-cn=y
CONFIG_PACKAGE_msd_lite=y
The text was updated successfully, but these errors were encountered:
尝试更改CONFIG_PACKAGE_luci-i18n-msd_lite-zh_Hans is not set为yes,编译后也没有med-lite的菜单
暂时通过抄ximiTech的代码解决:
在执行./scripts/feeds update -a命令前拉取ximiTech的luci-app-msd_lite cd package/lean git clone https://github.com/ximiTech/luci-app-msd_lite.git
执行./scripts/feeds install -a命令后拉取ximiTech的msd_lite rm -rf feeds/packages/net/msd_lite git clone https://github.com/ximiTech/msd_lite.git feeds/packages/net/msd_lite
Sorry, something went wrong.
No branches or pull requests
在本地和云编译都尝试过
.config文件中搜索MSD_lite相关设置如下:
CONFIG_PACKAGE_luci-app-msd_lite=y
CONFIG_PACKAGE_luci-i18n-msd_lite-zh-cn=y
CONFIG_PACKAGE_luci-i18n-msd_lite-zh_Hans is not set
CONFIG_PACKAGE_msd_lite=y
The text was updated successfully, but these errors were encountered: