问题1


Openwrt chaos_calmer 版本在Ubuntu18上编译问题汇总

问题2


Build dependency: Please install Git (git-core) >= 1.6.5
这是openwrt一个脚本的问题,用一个古老的命令来判断git的版本。

解决:
找到文件 openwrt/include/prereq-build.mk 的 git clone 2>&1 | grep – --recursive

改为 git version

相关文章:

  • 2021-09-24
  • 2022-03-01
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2021-08-11
  • 2022-01-13
猜你喜欢
  • 2021-09-16
  • 2021-09-30
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
相关资源
相似解决方案