mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5148] [Feature Request] 从0.66.0更新到0.67.0后,由于OpenWrt缺乏Node.js编译工具,不能编译WebUI,有没有可能换回原先的编译方式呢? #4026
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4026
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @laipeng668 on GitHub (Feb 1, 2026).
Original GitHub issue: https://github.com/fatedier/frp/issues/5148
Describe the feature request
0.66.0版本之前,在OpenWrt中只需要这样修改makefile文件,就可以正常构建frp。
239442f22f0.67.0版本之后,在OpenWrt中无法构建frp,应该是这个变更引起的。
5dd70ace6bDescribe alternatives you've considered
OpenWrt中可能缺失必要的工具链,大佬有时间的话,能够考虑做一下兼容?
Affected area
@laipeng668 commented on GitHub (Feb 1, 2026):
我修改了
makefile就可以正常编译了,但这样编译出来的二进制文件不包含WebUI。624cebdddf从0.67.0版本开始,由于默认不编译前端,但
OpenWrt缺乏Node.js编译工具,而且在OpenWrt上面添加Node.js依赖很困难,有没有可能换回原先的方式呢?@laipeng668 commented on GitHub (Feb 1, 2026):
既然
Releases直接生成了可用的二进制文件,我又重新修改了makefile,直接拷贝现成的文件,我自己测试暂时没什么异常。如果不方便使用原来编译方式的话就暂时这样吧,感谢您一直以来对
frp这个项目的付出!2759055d91@gmd20 commented on GitHub (Feb 11, 2026):
web ui 可以作为一个feature,做一个编译开关吧
@fatedier commented on GitHub (Feb 11, 2026):
可以,后面加
@laipeng668 commented on GitHub (Feb 11, 2026):
非常感谢!我已经到
OpenWrt提交PR了,有二进制的直接调用现成文件,没有二进制的则需要编译,但是没有WebUI。https://github.com/openwrt/packages/pull/28471
@github-actions[bot] commented on GitHub (Feb 26, 2026):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.