kuoruan / luci-app-kcptun

LuCI support for kcptun
Apache License 2.0
316 stars 84 forks source link

make menuconfig的时候在LuCI里找不到luci-app-kcptun选项 #18

Closed ghost closed 7 years ago

ghost commented 7 years ago

在ledeV17.01源码编译,make menuconfig的时候在LuCI里找不到luci-app-kcptun选项。

kuoruan commented 7 years ago

你是按照我的编译说明的步骤做的吗?

ghost commented 7 years ago

是的,同时编译的软件还有其它十几个软件。

kuoruan commented 7 years ago

那你就只有找找你自己环境的问题了,通常删掉 tmp 文件夹就没问题的

ghost commented 7 years ago

其它十几个软件都能正常选择和编译

kuoruan commented 7 years ago

feeds/luci/applications/ 下面能看到包吗?

ghost commented 7 years ago

可以

ghost commented 7 years ago

源码也是全新下载的lede并git checkout到V17.01的

kuoruan commented 7 years ago
rm -rf tmp/

./scripts/feeds update -a
./scripts/feeds install -a

我一直是用 lede 的 master 分支编译的,源码不会有问题

ghost commented 7 years ago

我再试试,谢谢大神热心解答!

ghost commented 7 years ago

刚才又试了一遍,还是不行。并提示错误如下: ERROR: please fix feeds/yuan/luci/applications/luci-app-kcptun/Makefile - see logs/feeds/yuan/luci/applications/luci-app-kcptun/dump.txt for details Collecting package info: done

不知是否和我直接把软件源码下载到本地作为feeds源有关?

kuoruan commented 7 years ago

亲,你放的目录都错了,我再三确认了你的目录,结果还是错了

ghost commented 7 years ago

我是直接把软件源码下载到本地作为feeds源也就是把下载好的本地源添加到feeds.conf.default中,我一直以来都是这样做的,并且其它软件都能正常编译

kuoruan commented 7 years ago

你难道没看出来我的目录结构不一样么?我写的是原版的目录结构,需要放到原版目录下,不能通过第三方加载

ghost commented 7 years ago

~/lede/source$ ./scripts/feeds update -a Updating feed 'yuan' from '/home/xsm/wrt1900acs/yuan/feeds' ... Create index file './feeds/yuan.index' ERROR: please fix feeds/yuan/luci/applications/luci-app-kcptun/Makefile - see logs/feeds/yuan/luci/applications/luci-app-kcptun/dump.txt for details Collecting package info: done Updating feed 'package' from '/home/xsm/wrt1900acs/yuan/package' ... Create index file './feeds/package.index' Collecting package info: done

kuoruan commented 7 years ago

请按编译说明做: https://github.com/kuoruan/luci-app-kcptun#编译说明 此 Issue 关闭了。

ghost commented 7 years ago

所有的lede软件都是通过根目录中的feeds.conf.default下载的啊,我只是把我要的软件源码加入。

kuoruan commented 7 years ago

你就放到 lede 本来的 luci 目录下就行了,放其他任何位置都加载不上。

ghost commented 7 years ago

再次谢谢大神解答,同时也期待以后的版本可以兼容feeds.conf.default加载。

kuoruan commented 7 years ago

以后也不会兼容的,写成那种没有任何意义