我是靠谱客的博主 超级玉米,最近开发中收集的这篇文章主要介绍openwrt:提交patch到openwrt操作说明github上clone最新代码 设置自己邮箱(第一次提交需要设置)修改文件,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

github上clone最新代码

 git clone https://github.com/openwrt/openwrt.git


设置自己邮箱(第一次提交需要设置)

     git config --global sendmail.smtpuser       xxx.163.com
     git config --global sendmail.smtpserver smtp.googlemail.com
     git config --global sendmail.smtpencryption tls
     git config --global sendmail.smtpserverport 587
     git config --global sendmail.confirm auto    

修改文件

    target/linux/ar71xx/base-files/etc/board.d/01_leds
    target/linux/ar71xx/base-files/etc/board.d/02_network
    target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
    target/linux/ar71xx/base-files/lib/ar71xx.sh
    target/linux/ar71xx/base-files/lib/upgrade/platform.sh
    target/linux/ar71xx/config-4.14
    target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt
    target/linux/ar71xx/files/arch/mips/ath79/Makefile
    target/li

最后

以上就是超级玉米为你收集整理的openwrt:提交patch到openwrt操作说明github上clone最新代码 设置自己邮箱(第一次提交需要设置)修改文件的全部内容,希望文章能够帮你解决openwrt:提交patch到openwrt操作说明github上clone最新代码 设置自己邮箱(第一次提交需要设置)修改文件所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(55)

评论列表共有 0 条评论

立即
投稿
返回
顶部