luci-app-smartdns luci 19.07 in JavaScript - #13
Open
tty228 wants to merge 3 commits into
Open
Conversation
Author
pymumu
reviewed
Mar 14, 2020
| endef | ||
|
|
||
| include ../../luci.mk | ||
| include $(TOPDIR)/feeds/luci/luci.mk |
Owner
There was a problem hiding this comment.
19.07用的就是../../的形式,$(TOPDIR)这种是lede的好像。
所以,这里保持../../
Author
There was a problem hiding this comment.
额,我编译19.07的时候,手动放到 package 文件夹的源码,用 include ../../luci.mk 的形式会报错,大概是因为没有 ./scripts/feeds install -a 安装
pymumu
force-pushed
the
master
branch
2 times, most recently
from
April 4, 2020 04:32
628d570 to
df1a79b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

将旧版本 luci 代码和新版本代码分为两个分支
并将新代码更新至最新版的 JavaScript 版本
The old version Luci code and the new version code are divided into two branches,
And update the new code to the latest version of JavaScript