|
1 | | -################################################################################ |
2 | | -# Copyright (c) 2019-2020 P3TERX <https://p3terx.com> # |
3 | | -# # |
4 | | -# Updated: 04/04/2022 Eliminater74 # |
5 | | -# # |
6 | | -# This is free software, licensed under the MIT License. # |
7 | | -# See /LICENSE for more information. # |
8 | | -# # |
9 | | -# https://github.com/P3TERX/Actions-OpenWrt # |
10 | | -# Description: Build OpenWrt using GitHub Actions # |
11 | | -# # |
12 | | -################################################################################ |
13 | | -# MAIN BUILD CONTROL SECTION: DO NOT RUN THIS ACTION DIRECT, USE Builds: # |
14 | | -################################################################################ |
| 1 | +#################################################################################### |
| 2 | +# Copyright (c) 2019-2020 P3TERX <https://p3terx.com> # |
| 3 | +# # |
| 4 | +# Copyright (C) 2021-2022 Eliminater74 # |
| 5 | +# # |
| 6 | +# Updated: 08/20/2022 Eliminater74 # |
| 7 | +# # |
| 8 | +# This is free software, licensed under the MIT License. # |
| 9 | +# See /LICENSE for more information. # |
| 10 | +# # |
| 11 | +# https://github.com/P3TERX/Actions-OpenWrt # |
| 12 | +# Description: Build OpenWrt using GitHub Actions # |
| 13 | +# # |
| 14 | +#################################################################################### |
| 15 | +# WARNING: Not Intended to Be Ran Direct, Use The wrtMulti Workflow # |
| 16 | +# [-----------------------------------------------------------------] # |
| 17 | +# [ This is the Main Control Workflow ] # |
| 18 | +# [WARNING] [WARNING] [WARNING] [WARNING] [WARNING] [WARNING] [WARNING] [WARNING] # |
| 19 | +# DO NOT EDIT BELOW THIS, UNLESS YOU KNOW WHAT YOU ARE DOING!! # |
| 20 | +#################################################################################### |
15 | 21 |
|
16 | 22 | name: OpenWRT AutoBuild (T) (Linksys Devices) |
17 | 23 | 'on': |
|
104 | 110 | DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} |
105 | 111 | BRANCH_STABLE: stable |
106 | 112 | BRANCH_BETA: beta |
107 | | - SOURCE_DIRECTORY_A: openwrt/bin/packages/arm_cortex-a9_vfpv3-d16 |
108 | | - SOURCE_DIRECTORY_B: openwrt/bin/targets/mvebu/cortexa9/kmods/$KMOD_DIR |
| 113 | + ### --------------------------- ### |
| 114 | + # SOURCE_DIRECTORY_A: openwrt/bin/packages/$PKG_ARCH |
| 115 | + # SOURCE_DIRECTORY_B: $BIN_DIR/kmods/$KMOD_DIR |
109 | 116 | DESTINATION_GITHUB_USERNAME: DevOpenWRT-Router |
110 | 117 | DESTINATION_REPOSITORY_NAME: Linksys_OpenWRT_Releases |
111 | 118 | USER_EMAIL: github-actions[bot]@users.noreply.github.com |
|
0 commit comments