|
发表于 2023-5-22 12:24:27
|
显示全部楼层
本帖最后由 tefiszx 于 2023-5-22 12:25 编辑
无论是进入sdk,运行./scripts/feeds/update -a 还是运行 make sdk/feeds/update 。都出现以下错误提示- ERROR: please fix feeds/glbuilder/luci-app-autoreboot/Makefile - see logs/feeds/glbuilder/luci-app-autoreboot/dump.txt for details
复制代码 查看 logs/feeds/glbuilder/luci-app-autoreboot/dump.txt ,出错内容如下
- Makefile:16: /home/rohk/openwrt/glbuilder/build_dir/sdk-mt3000-4.2.2/feeds/luci/luci.mk: No such file or directory
- make[4]: *** No rule to make target '/home/rohk/openwrt/glbuilder/build_dir/sdk-mt3000-4.2.2/feeds/luci/luci.mk'. Stop.
复制代码 查看luci-app-autoreboot的Makefile,内容如下
- # Copyright (C) 2016 Openwrt.org
- #
- # This is free software, licensed under the Apache License, Version 2.0 .
- #
- include $(TOPDIR)/rules.mk
- LUCI_TITLE:=LuCI support for Scheduled Reboot
- LUCI_DEPENDS:=+luci
- LUCI_PKGARCH:=all
- PKG_NAME:=luci-app-autoreboot
- PKG_VERSION:=1.0
- PKG_RELEASE:=8
- include $(TOPDIR)/feeds/luci/luci.mk
- # call BuildPackage - OpenWrt buildroot signature
复制代码 同时加入的另外几个第三方软件,编译的时候也出现类似的错误。主要都是luci.mk和golang-package.mk无法定位
|
|