Skip to content

Commit 64284cd

Browse files
committed
Update w1700k GH workflows
The recent changes done for w1700k seems to make unstable the device. In this PR, changes uses branch that includes: - updated firmware for rtl8261n https://github.com/balika011/realtek_phy_firmware/releases - disable offload for mt7996 when an7581 https://github.com/danpawlik/mt76/tree/remove-npu-mt7996 - remove interrupts openwrt/openwrt@787f893 Signed-off-by: Daniel Pawlik <pawlik.dan@gmail.com>
1 parent 045b160 commit 64284cd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/w1700k.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
REMOTE_REPOSITORY: danpawlik/openwrt
9-
REMOTE_BRANCH: w1700k
9+
REMOTE_BRANCH: w1700k-minimal-v3-my-mt76-no-interrupts
1010
RELEASE_PREFIX: airoha
1111

1212
jobs:
@@ -53,6 +53,9 @@ jobs:
5353
./scripts/feeds update -a
5454
./scripts/feeds install -a
5555
56+
# NOTE: something seems to be not right after
57+
# https://github.com/openwrt/openwrt/compare/4d653973de0eb6254d7c343de58de9b632b26ebe..37ebcb6c22ea8ef410d1dd9604ae8a77340fe32c
58+
# Include removed packages.
5659
- name: Configure firmware image
5760
run: |
5861
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/airoha/an7581/gemtek_w1700k > .config ;
@@ -61,6 +64,8 @@ jobs:
6164
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/mlo >> .config;
6265
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/optimize >> .config ;
6366
echo "CONFIG_PACKAGE_librespeed-go=y" >> .config
67+
echo "CONFIG_PACKAGE_kmod-phy-realtek=y" >> .config
68+
echo "CONFIG_PACKAGE_rtl8261n-firmware=y" >> .config
6469
6570
- name: Run defconfig
6671
run:

0 commit comments

Comments
 (0)