Skip to content

Commit a464419

Browse files
authored
改回默认编译3.4内核的源码
1 parent 0d2fc15 commit a464419

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-padavan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pkg-config zlib1g-dev libgmp3-dev libmpc-dev libmpfr-dev libncurses5-dev libltdl-dev wget
3333
- name: Clone source code
3434
env:
35-
KERNEL: 4.4
35+
KERNEL: 3.4
3636
run: |
3737
if [ $KERNEL = "4.4" ] ; then
3838
git clone --depth=1 https://github.com/MeIsReallyBa/padavan-4.4.git /opt/rt-n56u
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build Firmware
4646
env:
4747
TNAME: K2P
48-
KERNEL: 4.4
48+
KERNEL: 3.4
4949
run: |
5050
cd /opt/rt-n56u/trunk
5151
if [ ! -f configs/templates/$TNAME.config ] ; then

0 commit comments

Comments
 (0)