我是靠谱客的博主 超级玉米,这篇文章主要介绍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最新代码内容请搜索靠谱客的其他文章。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部