Skip to content

Commit

Permalink
Update build-padavan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pawaluodiyang authored Sep 24, 2024
1 parent 3c4c1b5 commit cba77a9
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 @@ -44,7 +44,7 @@ jobs:
mkdir -p /opt/images/
- name: Build Firmware
env:
TNAME: K2P_nano
TNAME: K2P
KERNEL: 4.4
run: |
cd /opt/rt-n56u/trunk
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
echo "CONFIG_FIRMWARE_INCLUDE_SCUTCLIENT=n" >> .config #SCUTCLIENT
echo "CONFIG_FIRMWARE_INCLUDE_SHADOWSOCKS=n" >> .config #SS plus+
echo "CONFIG_FIRMWARE_INCLUDE_SSOBFS=n" >> .config # simple-obfs混淆插件
echo "CONFIG_FIRMWARE_INCLUDE_ADBYBY=n" >> .config #adbyby plus+
echo "CONFIG_FIRMWARE_INCLUDE_ADBYBY=y" >> .config #adbyby plus+
echo "CONFIG_FIRMWARE_INCLUDE_DNSFORWARDER=n" >> .config #DNSFORWARDER
echo "CONFIG_FIRMWARE_INCLUDE_SRELAY=n" >> .config #可以不集成
echo "CONFIG_FIRMWARE_INCLUDE_XRAY=n" >> .config #集成xray执行文件 ~4.5M
Expand Down

0 comments on commit cba77a9

Please sign in to comment.