hanwckf / immortalwrt-mt798x

An Immortalwrt variant for mediatek mt798x routers.
Other
1.12k stars 595 forks source link

使用make manuconfig添加一些luci插件后报错 #222

Open 2000PJL opened 9 months ago

2000PJL commented 9 months ago

Describe the bug

hello hanwckf, 你好,我这边使用make manuconfig添加一些luci插件后报错,错误信息如下: pengjl@Ubuntu-lubancat:~/openwrt/RAX3000M/immortalwrt-mt798x$ make manuconfig make[2]: Entering directory '/home/pengjl/openwrt/RAX3000M/immortalwrt-mt798x' make[3]: Entering directory '/home/pengjl/openwrt/RAX3000M/immortalwrt-mt798x/scripts/config' set -e; mkdir -p ./; trap "rm -f ./.mconf-cfg.tmp" EXIT; { /bin/sh mconf-cfg.sh; } > ./.mconf-cfg.tmp; if [ ! -r mconf-cfg ] || ! cmp -s mconf-cfg ./.mconf-cfg.tmp; then true ' UPD mconf-cfg'; mv -f ./.mconf-cfg.tmp mconf-cfg; fi make[3]: Leaving directory '/home/pengjl/openwrt/RAX3000M/immortalwrt-mt798x/scripts/config' make[3]: Entering directory '/home/pengjl/openwrt/RAX3000M/immortalwrt-mt798x' make[3]: Leaving directory '/home/pengjl/openwrt/RAX3000M/immortalwrt-mt798x'

End of the configuration. Execute 'make' to start the build or try 'make help'.

make[2]: Leaving directory '/home/pengjl/openwrt/RAX3000M/immortalwrt-mt798x' time: target/linux/prereq#0.07#0.06#0.13 make[1] manuconfig make -r manuconfig: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on make: *** [/home/pengjl/openwrt/RAX3000M/immortalwrt-mt798x/include/toplevel.mk:230: manuconfig] Error 1

我选择的设备是RAX3000M,CPU是MTK7981请问有什么解决办法吗?需要我上传toplevel.mk吗?

ImmortalWrt version

openwrt-21.02

ImmortalWrt target/subtarget

openwrt-21.02

Device

openwrt-21.02

Image kind

Official downloaded image

Steps to reproduce

No response

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

No response

Terms

hxlls commented 9 months ago

make manuconfig是什么鬼

oenhu commented 9 months ago

correct: make menuconfig

Vinke2 commented 9 months ago

我编译nfs也是这个地方报错,直接放弃了

2000PJL commented 9 months ago

好的,谢谢,还没发现,但是openwrt里面的v2rayA插件报错,这个链接404了

oenhu commented 9 months ago

好的,谢谢,还没发现,但是openwrt里面的v2rayA插件报错,这个链接404了

Google那个下载失败的文件名,找同名文件下载,放到dl目录中