garypang13 4 years ago
parent
commit
892bd11ce3

+ 3 - 3
.github/workflows/Openwrt-AutoBuild.yml

@@ -61,11 +61,11 @@ jobs:
 
     - name: Trigger Packages Update
       run: |
-        gitdate=$(curl -s "https://api.github.com/repos/garypang13/openwrt-packages/actions/runs" | jq -r '.workflow_runs[0].updated_at')
+        gitdate=$(curl -s "https://api.github.com/repos/kiddin9/openwrt-packages/actions/runs" | jq -r '.workflow_runs[0].updated_at')
         gitdate=$(date -d "$gitdate" +%s)
         now=$(date -d "$(date '+%Y-%m-%d %H:%M:%S')" +%s)
         if [[ $(expr $gitdate + 300) < $now ]]; then
-          curl -X POST https://api.github.com/repos/garypang13/openwrt-packages/dispatches \
+          curl -X POST https://api.github.com/repos/kiddin9/openwrt-packages/dispatches \
             -H "Accept: application/vnd.github.everest-preview+json" \
             -H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
           --data '{"event_type": "update"}'
@@ -159,7 +159,7 @@ jobs:
         sed -i '$i uci commit network' openwrt/package/*/*/default-settings/files/uci.defaults
               
     - name: SSH connection to Actions
-      uses: garypang13/debugger-action@master
+      uses: kiddin9/debugger-action@master
       if: contains(github.event.action, 'ssh')
 
     - name: Download package

+ 20 - 20
README.md

@@ -2,19 +2,19 @@
 [1]: https://img.shields.io/badge/license-GPLV2-brightgreen.svg
 [2]: /LICENSE
 [3]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
-[4]: https://github.com/garypang13/OpenWrt_x86-r2s-r4s-Rpi/pulls
+[4]: https://github.com/kiddin9/OpenWrt_x86-r2s-r4s/pulls
 [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg
-[6]: https://github.com/garypang13/OpenWrt_x86-r2s-r4s-Rpi/issues/new
+[6]: https://github.com/kiddin9/OpenWrt_x86-r2s-r4s/issues/new
 [7]: https://img.shields.io/github/v/release/hyird/Action-Openwrt
-[8]: https://github.com/garypang13/OpenWrt_x86-r2s-r4s-Rpi/releases
+[8]: https://github.com/kiddin9/OpenWrt_x86-r2s-r4s/releases
 [10]: https://img.shields.io/badge/Contact-telegram-blue
 [11]: https://t.me/opwrts
-[12]: https://github.com/garypang13/OpenWrt_x86-r2s-r4s-Rpi/actions/workflows/Openwrt-AutoBuild.yml/badge.svg
-[13]: https://github.com/garypang13/OpenWrt_x86-r2s-r4s-Rpi/actions
+[12]: https://github.com/kiddin9/OpenWrt_x86-r2s-r4s/actions/workflows/Openwrt-AutoBuild.yml/badge.svg
+[13]: https://github.com/kiddin9/OpenWrt_x86-r2s-r4s/actions
 
 [![license][1]][2]
-[![GitHub Stars](https://img.shields.io/github/stars/garypang13/OpenWrt_x86-r2s-r4s-Rpi.svg?style=flat-square&label=Stars)](https://github.com/garypang13/OpenWrt_x86-r2s-r4s-Rpi-Nginx/stargazers)
-[![GitHub Forks](https://img.shields.io/github/forks/garypang13/OpenWrt_x86-r2s-r4s-Rpi.svg?style=flat-square&label=Forks)](https://github.com/garypang13/OpenWrt_x86-r2s-r4s-Rpi-Nginx/fork)
+[![GitHub Stars](https://img.shields.io/github/stars/kiddin9/OpenWrt_x86-r2s-r4s.svg?style=flat-square&label=Stars)](https://github.com/kiddin9/OpenWrt_x86-r2s-r4s/stargazers)
+[![GitHub Forks](https://img.shields.io/github/forks/kiddin9/OpenWrt_x86-r2s-r4s.svg?style=flat-square&label=Forks)](https://github.com/kiddin9/OpenWrt_x86-r2s-r4s/fork)
 [![PRs Welcome][3]][4]
 [![Issue Welcome][5]][6]
 [![AutoBuild][12]][13]
@@ -55,7 +55,7 @@
 
 云编译需要 [在此](https://github.com/settings/tokens) 创建个token,然后在此仓库Settings->Secrets中添加个名字为REPO_TOKEN的Secret,填入token值,否者无法触发编译
 
-在仓库Settings->Secrets中分别添加 PPPOE_USERNAME, PPPOE_PASSWD 可设置默认拨号账号密码.有 [安全隐患](https://github.com/garypang13/OpenWrt_x86-r2s-r4s-Rpi/issues/23)
+在仓库Settings->Secrets中分别添加 PPPOE_USERNAME, PPPOE_PASSWD 可设置默认拨号账号密码.有 [安全隐患](https://github.com/kiddin9/OpenWrt_x86-r2s-r4s/issues/23)
 
 Secrets中添加 SCKEY 可通过[Server酱](http://sc.ftqq.com) 推送编译结果到微信
 
@@ -93,13 +93,13 @@ diy云编译教程: [Read the details in my blog (in Chinese) | 中文教程](ht
  首次编译:
 ```
 screen -S openwrt
-wget -O compile.sh https://raw.githubusercontent.com/garypang13/OpenWrt/master/onekey/compile.sh && bash compile.sh
+wget -O compile.sh https://raw.githubusercontent.com/kiddin9/OpenWrt_x86-r2s-r4s/master/onekey/compile.sh && bash compile.sh
 ```
 
  二次编译:
 ```
 screen -S openwrt
-wget -O recompile.sh https://raw.githubusercontent.com/garypang13/OpenWrt/master/onekey/recompile.sh && bash recompile.sh
+wget -O recompile.sh https://raw.githubusercontent.com/kiddin9/OpenWrt_x86-r2s-r4s/master/onekey/recompile.sh && bash recompile.sh
 ```
 
 Build OpenWrt using GitHub Actions
@@ -107,7 +107,7 @@ Build OpenWrt using GitHub Actions
 ### Usage
 
 - Sign up for [GitHub Actions](https://github.com/features/actions/signup)
-- Fork [this GitHub repository](https://github.com/garypang13/OpenWrt)
+- Fork [this GitHub repository](https://github.com/kiddin9/OpenWrt)
 - click the `Star` button, and the build will starts automatically.Progress can be viewed on the Actions page.
 - When the build is complete, click the `Artifacts` button in the upper right corner of the Actions page to download the binaries.
 
@@ -116,7 +116,7 @@ Build OpenWrt using GitHub Actions
 - [Lean's OpenWrt](https://github.com/coolsnowwolf/lede)
 - [CTCGFW's Team](https://github.com/immortalwrt/immortalwrt)
 - [Lienol](https://github.com/Lienol/openwrt)
-- [P3TERX](https://github.com/P3TERX/OpenWrt_x86-r2s-r4s-Rpi/blob/master/LICENSE)
+- [P3TERX](https://github.com/P3TERX/OpenWrt_x86-r2s-r4s/blob/master/LICENSE)
 - [upload-release-action](https://github.com/svenstaro/upload-release-action)
 - [Microsoft](https://www.microsoft.com)
 - [Microsoft Azure](https://azure.microsoft.com)
@@ -127,13 +127,13 @@ Build OpenWrt using GitHub Actions
 - [csexton/debugger-action](https://github.com/csexton/debugger-action)
 - [Cisco](https://www.cisco.com/)
 
-![](https://github.com/garypang13/luci-theme-edge/raw/master/Screenshots/1.png)
-![](https://github.com/garypang13/luci-theme-edge/raw/master/Screenshots/2.png)
-![](https://github.com/garypang13/luci-theme-edge/raw/master/Screenshots/3.png)
-![](https://github.com/garypang13/luci-theme-edge/raw/master/Screenshots/8.png)
-![](https://github.com/garypang13/luci-theme-edge/raw/master/Screenshots/4.png)
-![](https://github.com/garypang13/luci-theme-edge/raw/master/Screenshots/5.png)
+![](https://github.com/kiddin9/luci-theme-edge/raw/master/Screenshots/1.png)
+![](https://github.com/kiddin9/luci-theme-edge/raw/master/Screenshots/2.png)
+![](https://github.com/kiddin9/luci-theme-edge/raw/master/Screenshots/3.png)
+![](https://github.com/kiddin9/luci-theme-edge/raw/master/Screenshots/8.png)
+![](https://github.com/kiddin9/luci-theme-edge/raw/master/Screenshots/4.png)
+![](https://github.com/kiddin9/luci-theme-edge/raw/master/Screenshots/5.png)
 <br/>
 <br />
-<img src="https://github.com/garypang13/luci-theme-edge/raw/master/Screenshots/6.png" width="550" />
-![](https://github.com/garypang13/luci-theme-edge/raw/master/Screenshots/7.png)
+<img src="https://github.com/kiddin9/luci-theme-edge/raw/master/Screenshots/6.png" width="550" />
+![](https://github.com/kiddin9/luci-theme-edge/raw/master/Screenshots/7.png)

+ 1 - 1
devices/common/diy.sh

@@ -51,7 +51,7 @@ for ipk in $(find package/feeds/custom/* -maxdepth 0); do
 done
 sed -i 's/$(VERSION) &&/$(VERSION) ;/g' include/download.mk
 date=`date +%m.%d.%Y`
-sed -i "s/DISTRIB_DESCRIPTION.*/DISTRIB_DESCRIPTION='%D %V %C by GaryPang'/g" package/base-files/files/etc/openwrt_release
+sed -i "s/DISTRIB_DESCRIPTION.*/DISTRIB_DESCRIPTION=\"%D %V %C by Kiddin'\"/g" package/base-files/files/etc/openwrt_release
 sed -i "s/# REVISION:=x/REVISION:= $date/g" include/version.mk
 sed -i '$a cgi-timeout = 300' package/feeds/packages/uwsgi/files-luci-support/luci-webui.ini
 

+ 1 - 1
devices/common/feeds.conf

@@ -2,4 +2,4 @@ src-git packages https://git.openwrt.org/feed/packages.git;openwrt-21.02
 src-git luci https://git.openwrt.org/project/luci.git;openwrt-21.02
 src-git routing https://git.openwrt.org/feed/routing.git;openwrt-21.02
 src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-21.02
-src-git custom https://github.com/garypang13/openwrt-packages.git
+src-git custom https://github.com/kiddin9/openwrt-packages.git

+ 1 - 1
devices/common/patches/boot.patch

@@ -1,5 +1,5 @@
 From 907f48ac0b93e9a26e80d8bee1f0d89df1236687 Mon Sep 17 00:00:00 2001
-From: garypang13 <48883331+garypang13@users.noreply.github.com>
+From: kiddin9 <48883331+kiddin9@users.noreply.github.com>
 Date: Sat, 28 Nov 2020 16:46:37 +0800
 Subject: [PATCH] Update boot
 

+ 1 - 1
devices/common/patches/opkg.patch

@@ -1,5 +1,5 @@
 From 955488467c8f86aa1994d9a9cccd9dfe7922e459 Mon Sep 17 00:00:00 2001
-From: garypang13 <48883331+garypang13@users.noreply.github.com>
+From: kiddin9 <48883331+kiddin9@users.noreply.github.com>
 Date: Tue, 27 Oct 2020 13:48:23 +0800
 Subject: [PATCH] Update opkg.js
 

+ 2 - 2
onekey/compile.sh

@@ -1,7 +1,7 @@
 #/bin/bash
 echo
 echo
-echo "本脚本仅适用于在Ubuntu环境下编译 https://github.com/garypang13/Actions-OpenWrt"
+echo "本脚本仅适用于在Ubuntu环境下编译 https://github.com/kiddin9/OpenWrt_x86-r2s-r4s"
 echo
 echo
 sleep 2s
@@ -85,7 +85,7 @@ done
 
 
 git clone -b openwrt-21.02 --depth 1 https://github.com/openwrt/openwrt
-svn export https://github.com/garypang13/OpenWrt/trunk/devices openwrt/devices
+svn export https://github.com/kiddin9/OpenWrt_x86-r2s-r4s/trunk/devices openwrt/devices
 
 cd openwrt
 

+ 2 - 2
onekey/recompile.sh

@@ -1,7 +1,7 @@
 #/bin/bash
 echo
 echo
-echo "本脚本仅适用于在Ubuntu环境下编译 https://github.com/garypang13/Actions-OpenWrt"
+echo "本脚本仅适用于在Ubuntu环境下编译 https://github.com/kiddin9/OpenWrt_x86-r2s-r4s"
 echo
 echo
 
@@ -19,7 +19,7 @@ echo
 clear
 
 rm -Rf openwrt/common openwrt/files openwrt/devices
-svn export https://github.com/garypang13/OpenWrt/trunk/devices openwrt/devices
+svn export https://github.com/kiddin9/OpenWrt_x86-r2s-r4s/trunk/devices openwrt/devices
 cd openwrt
 
 git checkout .