Skip to content

Commit 7f916f4

Browse files
committed
update JDCloud-AX6000-Baili-immortalwrt
1 parent 9eeaead commit 7f916f4

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/JDCloud-AX6000-Baili-immortalwrt.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373

7474
# all of these default to true, but feel free to set to
7575
# "false" if necessary for your workflow
76-
android: false
77-
dotnet: false
78-
haskell: false
79-
large-packages: false
80-
swap-storage: false
76+
android: true
77+
dotnet: true
78+
haskell: true
79+
large-packages: true
80+
swap-storage: true
8181

8282
- name: 下载固件源码
8383
working-directory: /workdir

JDCloud-AX6000-Baili-immortalwrt/immortalwrt.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ CONFIG_PACKAGE_tailscale=y
4444
CONFIG_PACKAGE_luci-proto-wireguard=y
4545
CONFIG_PACKAGE_qrencode=y
4646
CONFIG_PACKAGE_coremark=y
47+
CONFIG_PACKAGE_autocore=y
48+
CONFIG_PACKAGE_iperf3=y
4749
CONFIG_PACKAGE_vim=y
4850
CONFIG_PACKAGE_nano=y
4951
CONFIG_PACKAGE_zsh=y
@@ -56,6 +58,7 @@ CONFIG_PACKAGE_kmod-ikconfig=y
5658
CONFIG_PACKAGE_kmod-nf-ipvs=y
5759
CONFIG_PACKAGE_kmod-veth=y
5860
## 针对eMMC加的一些文件系统和工具
61+
CONFIG_PACKAGE_automount=y
5962
CONFIG_PACKAGE_kmod-fs-ext4=y
6063
CONFIG_PACKAGE_kmod-fs-f2fs=y
6164
CONFIG_PACKAGE_e2fsprogs=y
@@ -74,6 +77,7 @@ CONFIG_PACKAGE_ethtool=y
7477
CONFIG_PACKAGE_htop=y
7578
CONFIG_PACKAGE_ip-bridge=y
7679
CONFIG_PACKAGE_ip6tables-extra=y
80+
CONFIG_PACKAGE_ip6tables-mod-nat=y
7781
CONFIG_PACKAGE_ipset=y
7882
CONFIG_PACKAGE_iptables-mod-conntrack-extra=y
7983
CONFIG_PACKAGE_iptables-mod-extra=y

0 commit comments

Comments
 (0)