项目作者: mingxiaoyu

项目描述 :
高级语言: TypeScript
项目地址: git://github.com/mingxiaoyu/package-flippy-openwrt.git
创建时间: 2021-05-25T11:52:01Z
项目社区:https://github.com/mingxiaoyu/package-flippy-openwrt

开源协议:Apache License 2.0

下载


Using flippy script to package openwrt

English | 简体中文

unifreq
unifreq

Parameters

Inputs Type Description Value
types String The type of the drive (required) Default is s905d. Multi version compilation: s905d,s905x2.
openwrt-version String The openwrt version Default null
kernel-version String The kernel version Default is Latest. Latest is the latest of +o. latest+ is the latest of +
whoami String The name of build the openwrt Default is mingxiaoyu
out String The output path of the openwrt Default is /out
openwrt-path String The input path of the openwrt Default is null. openwrt-path or openwrt-url should have one.
openwrt-url String The url of the openwrt Default is null. openwrt-path or openwrt-url should have one.
sub-name String add the sub name in file: xxxx-xx-{sub-name}.img.gz Default is null

kernel-version check in flippy-packages
types: plus,beikeyun,l1pro,s905,s905d,s905x2,s905x3,s912,s922x.

OutPuts Type Description Value
status boolean The status of action true or false

Usage the aciton

v2.0 and main is the version of nodejs.The kernel-version’s value can set Laster+o.

  1. name: Package OpenWrt with flippy script
  2. # You may pin to the exact commit or the version.
  3. uses: mingxiaoyu/package-flippy-openwrt@main
  4. with:
  5. # The type of the drive
  6. types: # optional, default is s905d
  7. # The openwrt version
  8. openwrt-version: # optional
  9. # The kernel version
  10. kernel-version: # optional, Latest
  11. # The name of build the openwrt
  12. whoami: # optional, default is mingxiaoyu
  13. # The output path of the openwrt
  14. out: # optional, default is /out
  15. # The input path of the openwrt
  16. openwrt-path: # optional
  17. # The url of the openwrt
  18. openwrt-url: # optional
  19. # add the sub name in file: xxxx-xx-{sub-name}.img.gz
  20. sub-name: # optional

simple

  1. name: Package OpenWrt with flippy script
  2. # You may pin to the exact commit or the version.
  3. uses: mingxiaoyu/package-flippy-openwrt@main
  4. with:
  5. # The type of the drive
  6. types: # optional, default is s905d
  7. # The input path/ulr of the openwrt
  8. openwrt-path/openwrt-url: # optional

v1.0: kernel-version only support the +o.
After the 61 kernel, the Laster will set the default value is 5.4.xxx-flippy-61+o.

  1. name: Package OpenWrt with flippy script
  2. # You may pin to the exact commit or the version.
  3. uses: mingxiaoyu/package-flippy-openwrt@v1.0
  4. with:
  5. # The type of the drive
  6. types: # optional, default is s905d
  7. # The openwrt version
  8. openwrt-version: # optional
  9. # The kernel version
  10. kernel-version: # optional, Latest
  11. # The name of build the openwrt
  12. whoami: # optional, default is mingxiaoyu
  13. # The output path of the openwrt
  14. out: # optional, default is /out
  15. # The input path of the openwrt
  16. openwrt-path: # optional
  17. # The url of the openwrt
  18. openwrt-url: # optional
  19. # add the sub name in file: xxxx-xx-{sub-name}.img.gz
  20. sub-name: # optional