Skip to content

Commit a61dcd6

Browse files
committed
build: Some cosmedic changes
1 parent f98861d commit a61dcd6

1 file changed

Lines changed: 23 additions & 16 deletions

File tree

.github/workflows/build-openwrt.yml

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
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+
####################################################################################
1521

1622
name: OpenWRT AutoBuild (T) (Linksys Devices)
1723
'on':
@@ -104,8 +110,9 @@ env:
104110
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
105111
BRANCH_STABLE: stable
106112
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
109116
DESTINATION_GITHUB_USERNAME: DevOpenWRT-Router
110117
DESTINATION_REPOSITORY_NAME: Linksys_OpenWRT_Releases
111118
USER_EMAIL: github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)