|
|
楼主 |
发表于 2021-3-22 13:59
|
显示全部楼层
昨天我编译忘了加kmod-usb-printer,今天修改了下.config文件,其他都没动,重新编译,不知道为何会报错.
请问你知道是什么原因吗
在调整脚本阶段报错
Home: /home/runner/work/build-openwrt/build-openwrt/openwrt
PATH1: /home/runner/work/build-openwrt/build-openwrt/openwrt/build/Lede_wndr4300_v1
artifact: /home/runner/work/build-openwrt/build-openwrt/openwrt/bin/Firmware
Cloning into '/home/runner/work/build-openwrt/build-openwrt/build/common'...
fatal: could not read Username for 'https://github.com': No such device or address
Error: Process completed with exit code 128.
昨天
CONFIG_TARGET_ar71xx=y
CONFIG_TARGET_ar71xx_nand=y
CONFIG_TARGET_ar71xx_nand_DEVICE_WNDR4300V1=y
今天
CONFIG_TARGET_ar71xx=y
CONFIG_TARGET_ar71xx_nand=y
CONFIG_TARGET_ar71xx_nand_DEVICE_WNDR4300V1=y
CONFIG_PACKAGE_luci-app-usb-printer=m
CONFIG_PACKAGE_luci-i18n-usb-printer-zh-cn=m
CONFIG_PACKAGE_kmod-usb-printer=m
CONFIG_PACKAGE_ddnsto is not set
|
|