Skip to content

基于flippy的38+o和49+o打包Phicomm N1的openwrt

License

Notifications You must be signed in to change notification settings

dqyhonghu/N1imagebuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Openwrt img

基于flippy的38+o和49+o打包Phicomm N1的openwrt

N1的openwrt来自我自己的另一个项目N1Openwrt

如何使用

  1. fork项目
  2. 上传38+o(Armbian_20.02.0_Aml-s9xxx_buster_5.4.50-flippy-38+o.img.xz)和39+0(Armbian_20.10_Aml-s9xxx_buster_5.4.77-flippy-49+o.img.xz)的flippy的Armbian底包到Google云盘
  3. 创建分享链接。大概格式:https://docs.google.com/uc?export=download&id=xxxxxxxxxx. 然后在 Secrets中新建FLIPPY_38_FILEID 和 FLIPPY_49_FILEID,值分别为38+o和49+o分享链接中id后面的xxxxxxx
  4. 修改n1img.yml文件
curl -L -c cookies.txt 'https://docs.google.com/uc?export=download&id='$OPENWRT_ID  |  sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1/p' > confirm.txt
curl -L -b cookies.txt -o openwrt-armvirt-64-default-rootfs.tar.gz  'https://docs.google.com/uc?export=download&id='$OPENWRT_ID'&confirm='$(<confirm.txt) 
  1. 点击Actions -> Workflows -> Run workflow -> Run workflow

感激

About

基于flippy的38+o和49+o打包Phicomm N1的openwrt

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 58.7%
  • HTML 32.8%
  • Perl 5.3%
  • Batchfile 2.2%
  • Python 0.6%
  • P4 0.2%
  • Roff 0.2%