Skip to content

Commit

Permalink
改回默认编译3.4内核的源码
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshengB committed Feb 5, 2022
1 parent 0d2fc15 commit a464419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-padavan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pkg-config zlib1g-dev libgmp3-dev libmpc-dev libmpfr-dev libncurses5-dev libltdl-dev wget
- name: Clone source code
env:
KERNEL: 4.4
KERNEL: 3.4
run: |
if [ $KERNEL = "4.4" ] ; then
git clone --depth=1 https://github.com/MeIsReallyBa/padavan-4.4.git /opt/rt-n56u
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Build Firmware
env:
TNAME: K2P
KERNEL: 4.4
KERNEL: 3.4
run: |
cd /opt/rt-n56u/trunk
if [ ! -f configs/templates/$TNAME.config ] ; then
Expand Down

0 comments on commit a464419

Please sign in to comment.