Skip to content
New issue

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

MultiSD_Lite插件,勾选中也没有菜单界面 #157

Open
chnhhwz opened this issue Apr 2, 2024 · 1 comment
Open

MultiSD_Lite插件,勾选中也没有菜单界面 #157

chnhhwz opened this issue Apr 2, 2024 · 1 comment

Comments

@chnhhwz
Copy link

chnhhwz commented Apr 2, 2024

在本地和云编译都尝试过

.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

@chnhhwz
Copy link
Author

chnhhwz commented Apr 2, 2024

尝试更改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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant