1 parent 0d2fc15 commit a464419Copy full SHA for a464419
1 file changed
.github/workflows/build-padavan.yml
@@ -32,7 +32,7 @@ jobs:
32
pkg-config zlib1g-dev libgmp3-dev libmpc-dev libmpfr-dev libncurses5-dev libltdl-dev wget
33
- name: Clone source code
34
env:
35
- KERNEL: 4.4
+ KERNEL: 3.4
36
run: |
37
if [ $KERNEL = "4.4" ] ; then
38
git clone --depth=1 https://github.com/MeIsReallyBa/padavan-4.4.git /opt/rt-n56u
@@ -45,7 +45,7 @@ jobs:
45
- name: Build Firmware
46
47
TNAME: K2P
48
49
50
cd /opt/rt-n56u/trunk
51
if [ ! -f configs/templates/$TNAME.config ] ; then
0 commit comments