From c09d6f64b8afcb5a4c70c8d9c1466f0405f34fcc Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Mon, 22 Nov 2021 16:10:51 +0800 Subject: [PATCH 01/34] local CONFIG_TARGET_ramips=y CONFIG_TARGET_ramips_mt7621=y CONFIG_TARGET_ramips_mt7621_DEVICE_d-team_newifi-d2=y CONFIG_TARGET_IMAGES_GZIP=y CONFIG_PACKAGE_kmod-mt7603=y CONFIG_PACKAGE_kmod-mt76x2=y CONFIG_PACKAGE_hostapd-common=y CONFIG_PACKAGE_wpad-openssl=y CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y CONFIG_PACKAGE_ipv6helper=y CONFIG_PACKAGE_kmod-usb3=y CONFIG_PACKAGE_kmod-usb-storage=y CONFIG_PACKAGE_kmod-usb-storage-extras=y CONFIG_PACKAGE_kmod-fs-ext4=y CONFIG_PACKAGE_kmod-fs-ntfs=y CONFIG_PACKAGE_luci-app-samba=y CONFIG_PACKAGE_luci-app-vsftpd=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-zerotier=y CONFIG_PACKAGE_luci-app-ddns=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-app-upnp=y CONFIG_PACKAGE_luci-app-accesscontrol=y CONFIG_PACKAGE_luci-app-arpbind=y CONFIG_PACKAGE_luci-app-autoreboot=y CONFIG_PACKAGE_luci-app-diskman_INCLUDE_btrfs_progs=y CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk=y CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-firewall=y CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-ramfree=y CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui=y CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y CONFIG_PACKAGE_luci-app-vlmcsd=y CONFIG_PACKAGE_luci-theme-bootstrap=y CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y CONFIG_PACKAGE_htop=y CONFIG_PACKAGE_automount=y CONFIG_PACKAGE_openssh-sftp-server=y CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y CONFIG_PACKAGE_luci-app-baidupcs-web=y CONFIG_PACKAGE_luci-app-diskman=y CONFIG_PACKAGE_luci-app-docker=y CONFIG_PACKAGE_luci-app-familycloud=y CONFIG_PACKAGE_luci-app-nps=y CONFIG_PACKAGE_luci-app-kodexplorer=y CONFIG_PACKAGE_luci-app-cifsd=y CONFIG_PACKAGE_luci-app-hd-idle=y CONFIG_PACKAGE_luci-app-samba4=y CONFIG_PACKAGE_luci-app-go-aliyundrive-webdav=y CONFIG_PACKAGE_luci-app-ntpc=y CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-webadmin=y CONFIG_PACKAGE_luci-app-openclash=y CONFIG_PACKAGE_openssh-server=y CONFIG_PACKAGE_openssh-client-utils=y CONFIG_PACKAGE_iperf=y CONFIG_PACKAGE_iperf3=y CONFIG_PACKAGE_tcpdump=y --- .config | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/.config b/.config index 05b98070..8b137891 100644 --- a/.config +++ b/.config @@ -1,37 +1 @@ -CONFIG_TARGET_ramips=y -CONFIG_TARGET_ramips_mt7621=y -CONFIG_TARGET_ramips_mt7621_DEVICE_d-team_newifi-d2=y -CONFIG_TARGET_IMAGES_GZIP=y -CONFIG_PACKAGE_wpad-openssl=y -CONFIG_PACKAGE_luci-app-frpc=y -CONFIG_PACKAGE_luci-app-zerotier=y -CONFIG_PACKAGE_luci-app-wol=y -CONFIG_PACKAGE_luci-app-upnp=y -CONFIG_PACKAGE_luci-app-arpbind=y -CONFIG_PACKAGE_luci-app-firewall=y -CONFIG_PACKAGE_luci-app-nlbwmon=y -CONFIG_PACKAGE_luci-app-ramfree=y -CONFIG_PACKAGE_luci-app-turboacc=y -CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y -CONFIG_PACKAGE_luci-app-vlmcsd=y -CONFIG_PACKAGE_luci-theme-bootstrap=y -CONFIG_PACKAGE_luci-app-ssr-plus=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y -CONFIG_PACKAGE_htop=y -CONFIG_PACKAGE_openssh-sftp-server=y -CONFIG_PACKAGE_kmod-mt7603e=y -CONFIG_PACKAGE_kmod-mt76x2e=y -CONFIG_PACKAGE_luci-app-filetransfer=y -CONFIG_PACKAGE_iperf3=y -CONFIG_PACKAGE_tcpdump=y -CONFIG_PACKAGE_luci-app-mtwifi=y -CONFIG_PACKAGE_kmod-crypto-hash=y -CONFIG_PACKAGE_kmod-crypto-null=y -CONFIG_PACKAGE_kmod-crypto-aead=y -CONFIG_PACKAGE_kmod-crypto-manager=y -CONFIG_PACKAGE_kmod-crypto-authenc=y -# CONFIG_PACKAGE_luci-app-accesscontrol is not set -# CONFIG_PACKAGE_luci-app-unblockmusic is not set -# CONFIG_PACKAGE_luci-app-ddns is not set -# CONFIG_PACKAGE_luci-app-filetransfer is not set -# CONFIG_PACKAGE_luci-app-vsftpd=y is not set + From 57270bb2cc196c803ccaaab12e8b418aea0e4cc3 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Mon, 22 Nov 2021 16:18:45 +0800 Subject: [PATCH 02/34] Create makefile.yml --- .github/workflows/makefile.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/makefile.yml diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 00000000..14252608 --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,27 @@ +name: Makefile CI + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: configure + run: ./configure + + - name: Install dependencies + run: make + + - name: Run check + run: make check + + - name: Run distcheck + run: make distcheck From fe832bdd1d429b78cac1e8bee245e9ced9fdd744 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Mon, 22 Nov 2021 21:14:32 +0800 Subject: [PATCH 03/34] Update .config --- .config | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 1 deletion(-) diff --git a/.config b/.config index 8b137891..b7662700 100644 --- a/.config +++ b/.config @@ -1 +1,85 @@ - +CONFIG_TARGET_ramips=y +CONFIG_TARGET_ramips_mt7621=y +CONFIG_TARGET_ramips_mt7621_DEVICE_d-team_newifi-d2=y +CONFIG_TARGET_IMAGES_GZIP=y +CONFIG_PACKAGE_kmod-mt7603=y +CONFIG_PACKAGE_kmod-mt76x2=y +CONFIG_PACKAGE_hostapd-common=y +CONFIG_PACKAGE_wpad-openssl=y +CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_kmod-usb3=y +CONFIG_PACKAGE_kmod-usb-storage=y +CONFIG_PACKAGE_kmod-usb-storage-extras=y +CONFIG_PACKAGE_kmod-fs-ext4=y +CONFIG_PACKAGE_kmod-fs-ntfs=y +CONFIG_PACKAGE_luci-app-samba=y +CONFIG_PACKAGE_luci-app-vsftpd=y +CONFIG_PACKAGE_luci-app-frpc=y +CONFIG_PACKAGE_luci-app-zerotier=y +CONFIG_PACKAGE_luci-app-ddns=y +CONFIG_PACKAGE_luci-app-wol=y +CONFIG_PACKAGE_luci-app-upnp=y +CONFIG_PACKAGE_luci-app-unblockmusic=y +CONFIG_PACKAGE_luci-app-jd-dailybonus=y +CONFIG_PACKAGE_luci-app-accesscontrol=y +CONFIG_PACKAGE_luci-app-arpbind=y +CONFIG_PACKAGE_luci-app-autoreboot=y +CONFIG_PACKAGE_luci-app-diskman_INCLUDE_btrfs_progs=y +CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk=y +CONFIG_PACKAGE_luci-app-filetransfer=y +CONFIG_PACKAGE_luci-app-firewall=y +CONFIG_PACKAGE_luci-app-nlbwmon=y +CONFIG_PACKAGE_luci-app-ramfree=y +CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui=y +CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng=y +CONFIG_PACKAGE_luci-app-ttyd=y +CONFIG_PACKAGE_luci-app-turboacc=y +CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y +CONFIG_PACKAGE_luci-app-vlmcsd=y +CONFIG_PACKAGE_luci-theme-bootstrap=y +CONFIG_PACKAGE_luci-app-ssr-plus=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y +CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_automount=y +CONFIG_PACKAGE_openssh-sftp-server=y +CONFIG_PACKAGE_luci-app-samba4=y +CONFIG_PACKAGE_luci-app-cifs-mount=y +CONFIG_PACKAGE_luci-app-cifsd=y +CONFIG_PACKAGE_luci-app-kodexplorer=y +CONFIG_PACKAGE_luci-app-hd-idle=y +CONFIG_PACKAGE_luci-app-frps=y +CONFIG_PACKAGE_luci-app-advanced-reboot=y +CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y +CONFIG_PACKAGE_luci-app-attendedsysupgrade=y +CONFIG_PACKAGE_luci-app-baidupcs-web=y +CONFIG_PACKAGE_luci-app-commands=y +CONFIG_PACKAGE_luci-app-diskman=y +CONFIG_PACKAGE_luci-app-docker=y +CONFIG_PACKAGE_luci-app-familycloud=y +CONFIG_PACKAGE_luci-app-go-aliyundrive-webdav=y +CONFIG_PACKAGE_luci-app-https-dns-proxy=y +CONFIG_PACKAGE_luci-app-nfs=y +CONFIG_PACKAGE_luci-app-nps=y +CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_BBR_CCA=y +CONFIG_PACKAGE_luci-app-udpxy=y +CONFIG_PACKAGE_luci-app-uhttpd=y +CONFIG_PACKAGE_luci-app-usb-printer=y +CONFIG_PACKAGE_luci-app-webadmin=y +CONFIG_PACKAGE_luci-app-wifischedule=y +CONFIG_PACKAGE_luci-theme-material=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Trojan=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray_Plugin=y +CONFIG_PACKAGE_tcpdump=y +CONFIG_PACKAGE_openssh-sftp-client=y +CONFIG_PACKAGE_openssh-sftp-avahi-service=y +CONFIG_PACKAGE_openssh-server=y +CONFIG_PACKAGE_openssh-server-pam=y +CONFIG_PACKAGE_openssh-moduli=y +CONFIG_PACKAGE_openssh-client=y +CONFIG_PACKAGE_luci-app-privoxy=y +CONFIG_PACKAGE_luci-app-ntpc=y +CONFIG_PACKAGE_luci-app-noddos=y +CONFIG_PACKAGE_luci-app-minidlna=y +CONFIG_PACKAGE_luci-app-dawn=y +CONFIG_PACKAGE_luci-app-netdata=y From eefe0c17657b83e198cdcad6324590edc5b9a6ad Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Tue, 23 Nov 2021 09:06:46 +0800 Subject: [PATCH 04/34] Revert "Update .config" (#3) --- .config | 86 +-------------------------------------------------------- 1 file changed, 1 insertion(+), 85 deletions(-) diff --git a/.config b/.config index b7662700..8b137891 100644 --- a/.config +++ b/.config @@ -1,85 +1 @@ -CONFIG_TARGET_ramips=y -CONFIG_TARGET_ramips_mt7621=y -CONFIG_TARGET_ramips_mt7621_DEVICE_d-team_newifi-d2=y -CONFIG_TARGET_IMAGES_GZIP=y -CONFIG_PACKAGE_kmod-mt7603=y -CONFIG_PACKAGE_kmod-mt76x2=y -CONFIG_PACKAGE_hostapd-common=y -CONFIG_PACKAGE_wpad-openssl=y -CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y -CONFIG_PACKAGE_ipv6helper=y -CONFIG_PACKAGE_kmod-usb3=y -CONFIG_PACKAGE_kmod-usb-storage=y -CONFIG_PACKAGE_kmod-usb-storage-extras=y -CONFIG_PACKAGE_kmod-fs-ext4=y -CONFIG_PACKAGE_kmod-fs-ntfs=y -CONFIG_PACKAGE_luci-app-samba=y -CONFIG_PACKAGE_luci-app-vsftpd=y -CONFIG_PACKAGE_luci-app-frpc=y -CONFIG_PACKAGE_luci-app-zerotier=y -CONFIG_PACKAGE_luci-app-ddns=y -CONFIG_PACKAGE_luci-app-wol=y -CONFIG_PACKAGE_luci-app-upnp=y -CONFIG_PACKAGE_luci-app-unblockmusic=y -CONFIG_PACKAGE_luci-app-jd-dailybonus=y -CONFIG_PACKAGE_luci-app-accesscontrol=y -CONFIG_PACKAGE_luci-app-arpbind=y -CONFIG_PACKAGE_luci-app-autoreboot=y -CONFIG_PACKAGE_luci-app-diskman_INCLUDE_btrfs_progs=y -CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk=y -CONFIG_PACKAGE_luci-app-filetransfer=y -CONFIG_PACKAGE_luci-app-firewall=y -CONFIG_PACKAGE_luci-app-nlbwmon=y -CONFIG_PACKAGE_luci-app-ramfree=y -CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui=y -CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng=y -CONFIG_PACKAGE_luci-app-ttyd=y -CONFIG_PACKAGE_luci-app-turboacc=y -CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y -CONFIG_PACKAGE_luci-app-vlmcsd=y -CONFIG_PACKAGE_luci-theme-bootstrap=y -CONFIG_PACKAGE_luci-app-ssr-plus=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y -CONFIG_PACKAGE_htop=y -CONFIG_PACKAGE_automount=y -CONFIG_PACKAGE_openssh-sftp-server=y -CONFIG_PACKAGE_luci-app-samba4=y -CONFIG_PACKAGE_luci-app-cifs-mount=y -CONFIG_PACKAGE_luci-app-cifsd=y -CONFIG_PACKAGE_luci-app-kodexplorer=y -CONFIG_PACKAGE_luci-app-hd-idle=y -CONFIG_PACKAGE_luci-app-frps=y -CONFIG_PACKAGE_luci-app-advanced-reboot=y -CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y -CONFIG_PACKAGE_luci-app-attendedsysupgrade=y -CONFIG_PACKAGE_luci-app-baidupcs-web=y -CONFIG_PACKAGE_luci-app-commands=y -CONFIG_PACKAGE_luci-app-diskman=y -CONFIG_PACKAGE_luci-app-docker=y -CONFIG_PACKAGE_luci-app-familycloud=y -CONFIG_PACKAGE_luci-app-go-aliyundrive-webdav=y -CONFIG_PACKAGE_luci-app-https-dns-proxy=y -CONFIG_PACKAGE_luci-app-nfs=y -CONFIG_PACKAGE_luci-app-nps=y -CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_BBR_CCA=y -CONFIG_PACKAGE_luci-app-udpxy=y -CONFIG_PACKAGE_luci-app-uhttpd=y -CONFIG_PACKAGE_luci-app-usb-printer=y -CONFIG_PACKAGE_luci-app-webadmin=y -CONFIG_PACKAGE_luci-app-wifischedule=y -CONFIG_PACKAGE_luci-theme-material=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Trojan=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray_Plugin=y -CONFIG_PACKAGE_tcpdump=y -CONFIG_PACKAGE_openssh-sftp-client=y -CONFIG_PACKAGE_openssh-sftp-avahi-service=y -CONFIG_PACKAGE_openssh-server=y -CONFIG_PACKAGE_openssh-server-pam=y -CONFIG_PACKAGE_openssh-moduli=y -CONFIG_PACKAGE_openssh-client=y -CONFIG_PACKAGE_luci-app-privoxy=y -CONFIG_PACKAGE_luci-app-ntpc=y -CONFIG_PACKAGE_luci-app-noddos=y -CONFIG_PACKAGE_luci-app-minidlna=y -CONFIG_PACKAGE_luci-app-dawn=y -CONFIG_PACKAGE_luci-app-netdata=y + From 8f99f9acb821fd4ba5aaf4c8e1ac2205e5e59d95 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Tue, 23 Nov 2021 09:58:07 +0800 Subject: [PATCH 05/34] Delete .config --- .config | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .config diff --git a/.config b/.config deleted file mode 100644 index 8b137891..00000000 --- a/.config +++ /dev/null @@ -1 +0,0 @@ - From eefe23cb0d82ba709e709231534b3d6d6cdb023a Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Tue, 23 Nov 2021 10:09:37 +0800 Subject: [PATCH 06/34] Create update --- update | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 update diff --git a/update b/update new file mode 100644 index 00000000..7cefedb9 --- /dev/null +++ b/update @@ -0,0 +1,59 @@ +CONFIG_TARGET_ramips=y +CONFIG_TARGET_ramips_mt7621=y +CONFIG_TARGET_ramips_mt7621_DEVICE_d-team_newifi-d2=y +CONFIG_TARGET_IMAGES_GZIP=y +CONFIG_PACKAGE_kmod-mt7603=y +CONFIG_PACKAGE_kmod-mt76x2=y +CONFIG_PACKAGE_hostapd-common=y +CONFIG_PACKAGE_wpad-openssl=y +CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_kmod-usb3=y +CONFIG_PACKAGE_kmod-usb-storage=y +CONFIG_PACKAGE_kmod-usb-storage-extras=y +CONFIG_PACKAGE_kmod-fs-ext4=y +CONFIG_PACKAGE_kmod-fs-ntfs=y +CONFIG_PACKAGE_luci-app-samba=y +CONFIG_PACKAGE_luci-app-vsftpd=y +CONFIG_PACKAGE_luci-app-frpc=y +CONFIG_PACKAGE_luci-app-ddns=y +CONFIG_PACKAGE_luci-app-wol=y +CONFIG_PACKAGE_luci-app-upnp=y +CONFIG_PACKAGE_luci-app-accesscontrol=y +CONFIG_PACKAGE_luci-app-arpbind=y +CONFIG_PACKAGE_luci-app-autoreboot=y +CONFIG_PACKAGE_luci-app-diskman_INCLUDE_btrfs_progs=y +CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk=y +CONFIG_PACKAGE_luci-app-filetransfer=y +CONFIG_PACKAGE_luci-app-firewall=y +CONFIG_PACKAGE_luci-app-nlbwmon=y +CONFIG_PACKAGE_luci-app-ramfree=y +CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui=y +CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng=y +CONFIG_PACKAGE_luci-app-ttyd=y +CONFIG_PACKAGE_luci-app-turboacc=y +CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y +CONFIG_PACKAGE_luci-app-vlmcsd=y +CONFIG_PACKAGE_luci-theme-bootstrap=y +CONFIG_PACKAGE_luci-app-ssr-plus=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y +CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_automount=y +CONFIG_PACKAGE_openssh-sftp-server=y +CONFIG_PACKAGE_luci-app-kodexplorer=y +CONFIG_PACKAGE_luci-app-cifs-mount=y +CONFIG_PACKAGE_luci-app-advanced-reboot=y +CONFIG_PACKAGE_luci-app-baidupcs-web=y +CONFIG_PACKAGE_luci-app-diskman=y +CONFIG_PACKAGE_luci-app-docker=y +CONFIG_PACKAGE_luci-app-familycloud=y +CONFIG_PACKAGE_luci-app-haproxy-tcp=y +CONFIG_PACKAGE_luci-app-lxc=y +CONFIG_PACKAGE_luci-app-nps=y +CONFIG_PACKAGE_luci-app-uhttpd=y +CONFIG_PACKAGE_luci-app-webadmin=y +CONFIG_PACKAGE_tcpdump=y +CONFIG_PACKAGE_luci-app-go-aliyundrive-webdav=y +CONFIG_PACKAGE_luci-app-attendedsysupgrade=y +CONFIG_PACKAGE_luci-app-hd-idle=y +CONFIG_PACKAGE_luci-app-samba4=y From c7a1e6f0774e07a6647e3ce114f1f7ec35482be2 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Tue, 23 Nov 2021 19:02:10 +0800 Subject: [PATCH 07/34] Update and rename update to .config --- update => .config | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) rename update => .config (80%) diff --git a/update b/.config similarity index 80% rename from update rename to .config index 7cefedb9..85c18513 100644 --- a/update +++ b/.config @@ -16,9 +16,12 @@ CONFIG_PACKAGE_kmod-fs-ntfs=y CONFIG_PACKAGE_luci-app-samba=y CONFIG_PACKAGE_luci-app-vsftpd=y CONFIG_PACKAGE_luci-app-frpc=y +CONFIG_PACKAGE_luci-app-zerotier=y CONFIG_PACKAGE_luci-app-ddns=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-app-upnp=y +CONFIG_PACKAGE_luci-app-unblockmusic=y +CONFIG_PACKAGE_luci-app-jd-dailybonus=y CONFIG_PACKAGE_luci-app-accesscontrol=y CONFIG_PACKAGE_luci-app-arpbind=y CONFIG_PACKAGE_luci-app-autoreboot=y @@ -41,19 +44,12 @@ CONFIG_PACKAGE_htop=y CONFIG_PACKAGE_automount=y CONFIG_PACKAGE_openssh-sftp-server=y CONFIG_PACKAGE_luci-app-kodexplorer=y -CONFIG_PACKAGE_luci-app-cifs-mount=y -CONFIG_PACKAGE_luci-app-advanced-reboot=y CONFIG_PACKAGE_luci-app-baidupcs-web=y CONFIG_PACKAGE_luci-app-diskman=y CONFIG_PACKAGE_luci-app-docker=y CONFIG_PACKAGE_luci-app-familycloud=y -CONFIG_PACKAGE_luci-app-haproxy-tcp=y -CONFIG_PACKAGE_luci-app-lxc=y +CONFIG_PACKAGE_luci-app-nfs=y +CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_BBR_CCA=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Trojan=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray_Plugin=y CONFIG_PACKAGE_luci-app-nps=y -CONFIG_PACKAGE_luci-app-uhttpd=y -CONFIG_PACKAGE_luci-app-webadmin=y -CONFIG_PACKAGE_tcpdump=y -CONFIG_PACKAGE_luci-app-go-aliyundrive-webdav=y -CONFIG_PACKAGE_luci-app-attendedsysupgrade=y -CONFIG_PACKAGE_luci-app-hd-idle=y -CONFIG_PACKAGE_luci-app-samba4=y From 6bf3e38db54dcd77c3229a714b99623274ad9760 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Wed, 24 Nov 2021 04:32:39 +0800 Subject: [PATCH 08/34] Create blank.yml --- .github/workflows/blank.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From bca38a839108cf838dba03cad8e9a569c8b98b0b Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Fri, 26 Nov 2021 16:27:09 +0800 Subject: [PATCH 09/34] Delete .github/workflows directory --- .github/workflows/blank.yml | 36 --------------- .github/workflows/makefile.yml | 27 ------------ .github/workflows/openwrt.yml | 80 ---------------------------------- 3 files changed, 143 deletions(-) delete mode 100644 .github/workflows/blank.yml delete mode 100644 .github/workflows/makefile.yml delete mode 100644 .github/workflows/openwrt.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml deleted file mode 100644 index 30a4bc10..00000000 --- a/.github/workflows/blank.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml deleted file mode 100644 index 14252608..00000000 --- a/.github/workflows/makefile.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Makefile CI - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: configure - run: ./configure - - - name: Install dependencies - run: make - - - name: Run check - run: make check - - - name: Run distcheck - run: make distcheck diff --git a/.github/workflows/openwrt.yml b/.github/workflows/openwrt.yml deleted file mode 100644 index aa18b919..00000000 --- a/.github/workflows/openwrt.yml +++ /dev/null @@ -1,80 +0,0 @@ -# -# This is free software, lisence use MIT. -# -# Copyright (C) 2019 P3TERX -# Copyright (C) 2020 KFERMercer -# -# -# - -name: OpenWrt - -on: - push: - branches: - - master - schedule: - - cron: 0 2 * * * - watch: - types: started - -jobs: - build: - runs-on: ubuntu-latest - if: github.event.repository.owner.id == github.event.sender.id - - steps: - - name: Checkout - uses: actions/checkout@master - - - name: Initialization environment - env: - DEBIAN_FRONTEND: noninteractive - run: | - sudo -E apt-get -yqq update - sudo -E apt-get -yqq install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib - sudo -E apt-get -y autoremove --purge - sudo -E apt-get clean - - name: Download lede - run: | - git clone https://github.com/coolsnowwolf/lede - cp .config ./lede/.config - mv ./lede/* ./ - - name: Install Helloword - run: | - echo "src-git helloworld https://github.com/fw876/helloworld" >> ./feeds.conf.default - - name: Install OpenClash - run: | - mkdir package/luci-app-openclash - cd package/luci-app-openclash - git init - git remote add -f origin https://github.com/vernesong/OpenClash.git - git config core.sparsecheckout true - echo "luci-app-openclash" >> .git/info/sparse-checkout - git pull --depth 1 origin master - git branch --set-upstream-to=origin/master master - pushd luci-app-openclash/tools/po2lmo - make && sudo make install - popd - - name: Update feeds - run: | - ./scripts/feeds update -a - ./scripts/feeds install -a - - name: Costom configure file - run: | - make defconfig - - name: Download package source code - run: | - make download -j8 - find dl -size -1024c -exec ls -l {} \; - find dl -size -1024c -exec rm -f {} \; - - name: Compile firmware - run: | - echo -e "$(nproc) thread build." - make -j$(nproc) V=s - - name : Upload artifact - uses: actions/upload-artifact@master - with: - name: OpenWrt_firmware - path: bin/targets/ - From 0d7425fff186ae5bafad0ba98554eec62c52e92f Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sun, 28 Nov 2021 10:38:55 +0800 Subject: [PATCH 10/34] Create blank.yml --- .github/workflows/blank.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 70863f05986adf59da80504bd4137a8d8dc1f05f Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sun, 28 Nov 2021 17:36:41 +0800 Subject: [PATCH 11/34] Create O.yml --- .../O.yml" | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ".github/\345\267\245\344\275\234\346\265\201\347\250\213/O.yml" diff --git "a/.github/\345\267\245\344\275\234\346\265\201\347\250\213/O.yml" "b/.github/\345\267\245\344\275\234\346\265\201\347\250\213/O.yml" new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ "b/.github/\345\267\245\344\275\234\346\265\201\347\250\213/O.yml" @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From e89264cb4c5e342d6faf24a1da7a4e0d03a2e757 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sun, 28 Nov 2021 17:42:02 +0800 Subject: [PATCH 12/34] Create greetings.yml --- .github/workflows/greetings.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 00000000..ee1cb116 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,16 @@ +name: Greetings + +on: [pull_request, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: 'Message that will be displayed on users first issue' + pr-message: 'Message that will be displayed on users first pull request' From af2eeddf00b74456db61ee343b9472e2e06f130c Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sun, 28 Nov 2021 23:11:56 +0800 Subject: [PATCH 13/34] Create main.yml --- .github/workflows/main.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 76e298b17e95fc2d196739e30b2d51111064377c Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Mon, 29 Nov 2021 08:01:34 +0800 Subject: [PATCH 14/34] Create go.yml --- .github/workflows/go.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/go.yml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml new file mode 100644 index 00000000..f869ba30 --- /dev/null +++ b/.github/workflows/go.yml @@ -0,0 +1,25 @@ +name: Go + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: 1.17 + + - name: Build + run: go build -v ./... + + - name: Test + run: go test -v ./... From 6b0968ff1d6fb6e8a36d30b9271b6c8ed61575a6 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Mon, 29 Nov 2021 09:00:25 +0800 Subject: [PATCH 15/34] Delete greetings.yml --- .github/workflows/greetings.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index ee1cb116..00000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Greetings - -on: [pull_request, issues] - -jobs: - greeting: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Message that will be displayed on users first issue' - pr-message: 'Message that will be displayed on users first pull request' From e28c4db604c9a7ac3726fb5b9815e298f575c975 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Mon, 29 Nov 2021 09:00:36 +0800 Subject: [PATCH 16/34] Delete go.yml --- .github/workflows/go.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/go.yml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml deleted file mode 100644 index f869ba30..00000000 --- a/.github/workflows/go.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Go - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.17 - - - name: Build - run: go build -v ./... - - - name: Test - run: go test -v ./... From cdcda76c78f70e96198f2c23c63b780b19051182 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Mon, 29 Nov 2021 09:01:00 +0800 Subject: [PATCH 17/34] Delete blank.yml --- .github/workflows/blank.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml deleted file mode 100644 index 30a4bc10..00000000 --- a/.github/workflows/blank.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. From 2edb7c058023b29e94828c858eef4cb5ffd2c4cc Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Mon, 29 Nov 2021 09:03:51 +0800 Subject: [PATCH 18/34] Delete O.yml --- .../O.yml" | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 ".github/\345\267\245\344\275\234\346\265\201\347\250\213/O.yml" diff --git "a/.github/\345\267\245\344\275\234\346\265\201\347\250\213/O.yml" "b/.github/\345\267\245\344\275\234\346\265\201\347\250\213/O.yml" deleted file mode 100644 index 30a4bc10..00000000 --- "a/.github/\345\267\245\344\275\234\346\265\201\347\250\213/O.yml" +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. From 03d4f2a44eac231588e73ff230029cb4d742b348 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Mon, 29 Nov 2021 09:07:25 +0800 Subject: [PATCH 19/34] openwrt - name: Download a Build Artifact uses: actions/download-artifact@v2.0.10 with: # Artifact name name: # optional # Destination path path: # optional - name: Cache uses: actions/cache@v2.1.7 with: # A list of files, directories, and wildcard patterns to cache and restore path: # An explicit key for restoring and saving the cache key: # An ordered list of keys to use for restoring the cache if no cache hit occurred for key restore-keys: # optional # The chunk size used to split up large files during upload, in bytes upload-chunk-size: # optional --- .../opemwrt.yml" | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ".github/\345\267\245\344\275\234\346\265\201\347\250\213/opemwrt.yml" diff --git "a/.github/\345\267\245\344\275\234\346\265\201\347\250\213/opemwrt.yml" "b/.github/\345\267\245\344\275\234\346\265\201\347\250\213/opemwrt.yml" new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ "b/.github/\345\267\245\344\275\234\346\265\201\347\250\213/opemwrt.yml" @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From c77722814fff0529d7abd7d8f52ad83f74f4902d Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Mon, 29 Nov 2021 09:08:59 +0800 Subject: [PATCH 20/34] Create makefile.yml --- .github/workflows/makefile.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/makefile.yml diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 00000000..14252608 --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,27 @@ +name: Makefile CI + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: configure + run: ./configure + + - name: Install dependencies + run: make + + - name: Run check + run: make check + + - name: Run distcheck + run: make distcheck From ee998ee2ffb3588c1d153c35222d82949e0a119f Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Wed, 8 Dec 2021 15:43:34 +0800 Subject: [PATCH 21/34] Update .config --- .config | 52 +++++++++++++++++++++------------------------------- 1 file changed, 21 insertions(+), 31 deletions(-) diff --git a/.config b/.config index 85c18513..5e5012b2 100644 --- a/.config +++ b/.config @@ -2,38 +2,15 @@ CONFIG_TARGET_ramips=y CONFIG_TARGET_ramips_mt7621=y CONFIG_TARGET_ramips_mt7621_DEVICE_d-team_newifi-d2=y CONFIG_TARGET_IMAGES_GZIP=y -CONFIG_PACKAGE_kmod-mt7603=y -CONFIG_PACKAGE_kmod-mt76x2=y -CONFIG_PACKAGE_hostapd-common=y CONFIG_PACKAGE_wpad-openssl=y -CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y -CONFIG_PACKAGE_ipv6helper=y -CONFIG_PACKAGE_kmod-usb3=y -CONFIG_PACKAGE_kmod-usb-storage=y -CONFIG_PACKAGE_kmod-usb-storage-extras=y -CONFIG_PACKAGE_kmod-fs-ext4=y -CONFIG_PACKAGE_kmod-fs-ntfs=y -CONFIG_PACKAGE_luci-app-samba=y -CONFIG_PACKAGE_luci-app-vsftpd=y CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-zerotier=y -CONFIG_PACKAGE_luci-app-ddns=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-app-upnp=y -CONFIG_PACKAGE_luci-app-unblockmusic=y -CONFIG_PACKAGE_luci-app-jd-dailybonus=y -CONFIG_PACKAGE_luci-app-accesscontrol=y CONFIG_PACKAGE_luci-app-arpbind=y -CONFIG_PACKAGE_luci-app-autoreboot=y -CONFIG_PACKAGE_luci-app-diskman_INCLUDE_btrfs_progs=y -CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk=y -CONFIG_PACKAGE_luci-app-filetransfer=y CONFIG_PACKAGE_luci-app-firewall=y CONFIG_PACKAGE_luci-app-nlbwmon=y CONFIG_PACKAGE_luci-app-ramfree=y -CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-webui=y -CONFIG_PACKAGE_luci-app-rclone_INCLUDE_rclone-ng=y -CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-app-turboacc=y CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y CONFIG_PACKAGE_luci-app-vlmcsd=y @@ -41,15 +18,28 @@ CONFIG_PACKAGE_luci-theme-bootstrap=y CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y CONFIG_PACKAGE_htop=y -CONFIG_PACKAGE_automount=y CONFIG_PACKAGE_openssh-sftp-server=y +CONFIG_PACKAGE_kmod-mt7603e=y +CONFIG_PACKAGE_kmod-mt76x2e=y +CONFIG_PACKAGE_luci-app-filetransfer=y +CONFIG_PACKAGE_iperf3=y +CONFIG_PACKAGE_tcpdump=y +CONFIG_PACKAGE_luci-app-mtwifi=y +CONFIG_PACKAGE_kmod-crypto-hash=y +CONFIG_PACKAGE_kmod-crypto-null=y +CONFIG_PACKAGE_kmod-crypto-aead=y +CONFIG_PACKAGE_kmod-crypto-manager=y +CONFIG_PACKAGE_kmod-crypto-authenc=y CONFIG_PACKAGE_luci-app-kodexplorer=y -CONFIG_PACKAGE_luci-app-baidupcs-web=y -CONFIG_PACKAGE_luci-app-diskman=y +CONFIG_PACKAGE_kmod-fs-ntfs=y +CONFIG_PACKAGE_luci-app-samba=y CONFIG_PACKAGE_luci-app-docker=y -CONFIG_PACKAGE_luci-app-familycloud=y -CONFIG_PACKAGE_luci-app-nfs=y -CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_BBR_CCA=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Trojan=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray_Plugin=y CONFIG_PACKAGE_luci-app-nps=y +CONFIG_PACKAGE_luci-app-uhttpd=y +CONFIG_PACKAGE_luci-app-diskman_INCLUDE_btrfs_progs=y +CONFIG_PACKAGE_luci-app-diskman_INCLUDE_lsblk=y +CONFIG_PACKAGE_luci-app-attendedsysupgrade=y +CONFIG_PACKAGE_luci-app-vsftpd=y +# CONFIG_PACKAGE_luci-app-accesscontrol is not set +# CONFIG_PACKAGE_luci-app-unblockmusic is not set +# CONFIG_PACKAGE_luci-app-ddns is not set From 97c3f00896384c6301c47f276117cda64f22d719 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Wed, 8 Dec 2021 15:48:51 +0800 Subject: [PATCH 22/34] Create blank.yml --- .github/workflows/blank.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 8dfd1192836112c7f9f835d639d8e52a6d0e633e Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sat, 18 Dec 2021 02:49:56 +0800 Subject: [PATCH 23/34] Create openwrt.yml --- .github/workflows/openwrt.yml | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/openwrt.yml diff --git a/.github/workflows/openwrt.yml b/.github/workflows/openwrt.yml new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ b/.github/workflows/openwrt.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 5baa02326d76ca6f5eeff609061632d021b37429 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sat, 18 Dec 2021 02:53:19 +0800 Subject: [PATCH 24/34] Create stale.yml --- .github/workflows/stale.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 00000000..15c37fed --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,27 @@ +# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. +# +# You can adjust the behavior by modifying this file. +# For more information, see: +# https://github.com/actions/stale +name: Mark stale issues and pull requests + +on: + schedule: + - cron: '32 7 * * *' + +jobs: + stale: + + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + + steps: + - uses: actions/stale@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: 'Stale issue message' + stale-pr-message: 'Stale pull request message' + stale-issue-label: 'no-issue-activity' + stale-pr-label: 'no-pr-activity' From 2de9e5b80fccd6cdd2264879417f82d3c6fd885d Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sat, 18 Dec 2021 02:55:54 +0800 Subject: [PATCH 25/34] Create openwrt.yml --- openwrt.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 openwrt.yml diff --git a/openwrt.yml b/openwrt.yml new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ b/openwrt.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 00197fab059564b5c0a256102d187d4cb5d64980 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sat, 18 Dec 2021 02:57:03 +0800 Subject: [PATCH 26/34] Create .blank.yml --- .github/workflows/.blank.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/.blank.yml diff --git a/.github/workflows/.blank.yml b/.github/workflows/.blank.yml new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ b/.github/workflows/.blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From ab52894ebe69aa02f633c3dd5b4b2c683d141f6b Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sat, 18 Dec 2021 03:34:35 +0800 Subject: [PATCH 27/34] Create 1blank.yml --- .github/workflows/1blank.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/1blank.yml diff --git a/.github/workflows/1blank.yml b/.github/workflows/1blank.yml new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ b/.github/workflows/1blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 47b2b914eb210ea21510d8824623d705fa4e0009 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sat, 18 Dec 2021 03:36:16 +0800 Subject: [PATCH 28/34] Create 1main.yml (#9) --- .github/workflows/1main.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/1main.yml diff --git a/.github/workflows/1main.yml b/.github/workflows/1main.yml new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ b/.github/workflows/1main.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 830547415dca793d49a30f27551284b4b5e77f4c Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sat, 18 Dec 2021 23:39:39 +0800 Subject: [PATCH 29/34] Create manual.yml --- .github/workflows/manual.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/manual.yml diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml new file mode 100644 index 00000000..47f24e11 --- /dev/null +++ b/.github/workflows/manual.yml @@ -0,0 +1,30 @@ +# This is a basic workflow that is manually triggered + +name: Manual workflow + +# Controls when the action will run. Workflow runs when manually triggered using the UI +# or API. +on: + workflow_dispatch: + # Inputs the workflow accepts. + inputs: + name: + # Friendly description to be shown in the UI instead of 'name' + description: 'Person to greet' + # Default value if no value is explicitly provided + default: 'World' + # Input has to be provided for the workflow to run + required: true + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "greet" + greet: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Runs a single command using the runners shell + - name: Send greeting + run: echo "Hello ${{ github.event.inputs.name }}" From 02535d33071f2690cf8e545458e4e2a39fcf43a2 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sat, 18 Dec 2021 23:45:24 +0800 Subject: [PATCH 30/34] Create 0blank.yml --- .github/workflows/0blank.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/0blank.yml diff --git a/.github/workflows/0blank.yml b/.github/workflows/0blank.yml new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ b/.github/workflows/0blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From ca0512dfa1639e32dbc286cc68a11966bd3a12cb Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sat, 18 Dec 2021 23:48:15 +0800 Subject: [PATCH 31/34] Create go.yml --- .github/workflows/go.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/go.yml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml new file mode 100644 index 00000000..f869ba30 --- /dev/null +++ b/.github/workflows/go.yml @@ -0,0 +1,25 @@ +name: Go + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: 1.17 + + - name: Build + run: go build -v ./... + + - name: Test + run: go test -v ./... From a3af81dd6fb68afd9086abfb6c71588128244106 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sat, 18 Dec 2021 23:57:41 +0800 Subject: [PATCH 32/34] Create main.yml1 --- .github/workflows/main.yml1 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/main.yml1 diff --git a/.github/workflows/main.yml1 b/.github/workflows/main.yml1 new file mode 100644 index 00000000..30a4bc10 --- /dev/null +++ b/.github/workflows/main.yml1 @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From e7d7a3242d6b627264fa7740258d394ee43dbe8e Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sun, 19 Dec 2021 00:33:26 +0800 Subject: [PATCH 33/34] Delete openwrt.yml --- openwrt.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 openwrt.yml diff --git a/openwrt.yml b/openwrt.yml deleted file mode 100644 index 30a4bc10..00000000 --- a/openwrt.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. From 0d1cc4abfd619de719b5ba68a43574626c7c56c2 Mon Sep 17 00:00:00 2001 From: xiao2958749 <94781594+xiao2958749@users.noreply.github.com> Date: Sun, 19 Dec 2021 00:34:58 +0800 Subject: [PATCH 34/34] Delete .github/workflows directory --- .github/workflows/.blank.yml | 36 ---------------------------------- .github/workflows/0blank.yml | 36 ---------------------------------- .github/workflows/1blank.yml | 36 ---------------------------------- .github/workflows/1main.yml | 36 ---------------------------------- .github/workflows/blank.yml | 36 ---------------------------------- .github/workflows/go.yml | 25 ----------------------- .github/workflows/main.yml | 36 ---------------------------------- .github/workflows/main.yml1 | 36 ---------------------------------- .github/workflows/makefile.yml | 27 ------------------------- .github/workflows/manual.yml | 30 ---------------------------- .github/workflows/openwrt.yml | 36 ---------------------------------- .github/workflows/stale.yml | 27 ------------------------- 12 files changed, 397 deletions(-) delete mode 100644 .github/workflows/.blank.yml delete mode 100644 .github/workflows/0blank.yml delete mode 100644 .github/workflows/1blank.yml delete mode 100644 .github/workflows/1main.yml delete mode 100644 .github/workflows/blank.yml delete mode 100644 .github/workflows/go.yml delete mode 100644 .github/workflows/main.yml delete mode 100644 .github/workflows/main.yml1 delete mode 100644 .github/workflows/makefile.yml delete mode 100644 .github/workflows/manual.yml delete mode 100644 .github/workflows/openwrt.yml delete mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/.blank.yml b/.github/workflows/.blank.yml deleted file mode 100644 index 30a4bc10..00000000 --- a/.github/workflows/.blank.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. diff --git a/.github/workflows/0blank.yml b/.github/workflows/0blank.yml deleted file mode 100644 index 30a4bc10..00000000 --- a/.github/workflows/0blank.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. diff --git a/.github/workflows/1blank.yml b/.github/workflows/1blank.yml deleted file mode 100644 index 30a4bc10..00000000 --- a/.github/workflows/1blank.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. diff --git a/.github/workflows/1main.yml b/.github/workflows/1main.yml deleted file mode 100644 index 30a4bc10..00000000 --- a/.github/workflows/1main.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml deleted file mode 100644 index 30a4bc10..00000000 --- a/.github/workflows/blank.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml deleted file mode 100644 index f869ba30..00000000 --- a/.github/workflows/go.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Go - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.17 - - - name: Build - run: go build -v ./... - - - name: Test - run: go test -v ./... diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 30a4bc10..00000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. diff --git a/.github/workflows/main.yml1 b/.github/workflows/main.yml1 deleted file mode 100644 index 30a4bc10..00000000 --- a/.github/workflows/main.yml1 +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml deleted file mode 100644 index 14252608..00000000 --- a/.github/workflows/makefile.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Makefile CI - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: configure - run: ./configure - - - name: Install dependencies - run: make - - - name: Run check - run: make check - - - name: Run distcheck - run: make distcheck diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml deleted file mode 100644 index 47f24e11..00000000 --- a/.github/workflows/manual.yml +++ /dev/null @@ -1,30 +0,0 @@ -# This is a basic workflow that is manually triggered - -name: Manual workflow - -# Controls when the action will run. Workflow runs when manually triggered using the UI -# or API. -on: - workflow_dispatch: - # Inputs the workflow accepts. - inputs: - name: - # Friendly description to be shown in the UI instead of 'name' - description: 'Person to greet' - # Default value if no value is explicitly provided - default: 'World' - # Input has to be provided for the workflow to run - required: true - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "greet" - greet: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Runs a single command using the runners shell - - name: Send greeting - run: echo "Hello ${{ github.event.inputs.name }}" diff --git a/.github/workflows/openwrt.yml b/.github/workflows/openwrt.yml deleted file mode 100644 index 30a4bc10..00000000 --- a/.github/workflows/openwrt.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index 15c37fed..00000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,27 +0,0 @@ -# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. -# -# You can adjust the behavior by modifying this file. -# For more information, see: -# https://github.com/actions/stale -name: Mark stale issues and pull requests - -on: - schedule: - - cron: '32 7 * * *' - -jobs: - stale: - - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - - steps: - - uses: actions/stale@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Stale issue message' - stale-pr-message: 'Stale pull request message' - stale-issue-label: 'no-issue-activity' - stale-pr-label: 'no-pr-activity'