generated from P3TERX/Actions-OpenWrt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
isafe
committed
Oct 17, 2024
1 parent
840b8a0
commit 29de065
Showing
3 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,17 +64,17 @@ jobs: | |
git clone $REPO_URL -b $REPO_BRANCH openwrt | ||
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt | ||
cd openwrt | ||
git reset --hard 26f3634631244eedfbdfd61ea6cc3a2d7f5d896f | ||
#git reset --hard 26f3634631244eedfbdfd61ea6cc3a2d7f5d896f | ||
#git revert -n edbd8d2e9839357f3a4f0a06174d243f362b1544 ||: | ||
#git config --global user.email "[email protected]" | ||
#git config --global user.name "example" | ||
#git add -u | ||
#git commit -m "revert ipq807x: drop all xiaomi devices support" | ||
#git revert --continue | ||
- name: Revert ipq807x drop all xiaomi devices support | ||
#run: cp -rf $GITHUB_WORKSPACE/AX6/* openwrt/ | ||
run: cp -rf $GITHUB_WORKSPACE/AX6/generic.mk openwrt/target/linux/ipq807x/image/generic.mk | ||
#- name: Revert ipq807x drop all xiaomi devices support | ||
#run: cp -rf $GITHUB_WORKSPACE/AX6/* openwrt/ | ||
#run: cp -rf $GITHUB_WORKSPACE/AX6/generic.mk openwrt/target/linux/ipq807x/image/generic.mk | ||
|
||
- name: Load custom feeds | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
include $(TOPDIR)/rules.mk | ||
|
||
GO_VERSION_MAJOR_MINOR:=1.22 | ||
GO_VERSION_MAJOR_MINOR:=1.23 | ||
GO_VERSION_PATCH:=1 | ||
|
||
PKG_NAME:=golang | ||
|
@@ -20,7 +20,7 @@ GO_SOURCE_URLS:=https://dl.google.com/go/ \ | |
|
||
PKG_SOURCE:=go$(PKG_VERSION).src.tar.gz | ||
PKG_SOURCE_URL:=$(GO_SOURCE_URLS) | ||
PKG_HASH:=79c9b91d7f109515a25fc3ecdaad125d67e6bdb54f6d4d98580f46799caea321 | ||
PKG_HASH:=6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d | ||
|
||
PKG_MAINTAINER:=Jeffery To <[email protected]> | ||
PKG_LICENSE:=BSD-3-Clause | ||
|