Skip to content

Package OpenWrt with flippy script

Actions
Use the flippy script package Armvirt as OpenWrt
v2.0
Latest
Star (6)

Tags

 (1)

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.

 name: Package OpenWrt with flippy script
  # You may pin to the exact commit or the version.
  uses: mingxiaoyu/package-flippy-openwrt@main
  with:
    # The type of the drive
    types: # optional, default is s905d
    # The openwrt version
    openwrt-version: # optional
    # The kernel version
    kernel-version: # optional, Latest
    # The name of build the openwrt
    whoami: # optional, default is mingxiaoyu
    # The output path of the openwrt
    out: # optional, default is /out
    # The input path of the openwrt
    openwrt-path: # optional
    # The url of the openwrt
    openwrt-url: # optional
    # add the sub name in file: xxxx-xx-{sub-name}.img.gz
    sub-name: # optional

simple

name: Package OpenWrt with flippy script
 # You may pin to the exact commit or the version.
 uses: mingxiaoyu/package-flippy-openwrt@main
 with:
   # The type of the drive
   types: # optional, default is s905d
   # The input path/ulr of the openwrt
   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.

 name: Package OpenWrt with flippy script
  # You may pin to the exact commit or the version.
  uses: mingxiaoyu/[email protected]
  with:
    # The type of the drive
    types: # optional, default is s905d
    # The openwrt version
    openwrt-version: # optional
    # The kernel version
    kernel-version: # optional, Latest
    # The name of build the openwrt
    whoami: # optional, default is mingxiaoyu
    # The output path of the openwrt
    out: # optional, default is /out
    # The input path of the openwrt
    openwrt-path: # optional
    # The url of the openwrt
    openwrt-url: # optional
    # add the sub name in file: xxxx-xx-{sub-name}.img.gz
    sub-name: # optional

Package OpenWrt with flippy script is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Use the flippy script package Armvirt as OpenWrt
v2.0
Latest

Tags

 (1)

Package OpenWrt with flippy script is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.