File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
JDCloud-AX6000-Baili-immortalwrt Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ jobs:
73
73
74
74
# all of these default to true, but feel free to set to
75
75
# "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
81
81
82
82
- name : 下载固件源码
83
83
working-directory : /workdir
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ CONFIG_PACKAGE_tailscale=y
44
44
CONFIG_PACKAGE_luci-proto-wireguard=y
45
45
CONFIG_PACKAGE_qrencode=y
46
46
CONFIG_PACKAGE_coremark=y
47
+ CONFIG_PACKAGE_autocore=y
48
+ CONFIG_PACKAGE_iperf3=y
47
49
CONFIG_PACKAGE_vim=y
48
50
CONFIG_PACKAGE_nano=y
49
51
CONFIG_PACKAGE_zsh=y
@@ -56,6 +58,7 @@ CONFIG_PACKAGE_kmod-ikconfig=y
56
58
CONFIG_PACKAGE_kmod-nf-ipvs=y
57
59
CONFIG_PACKAGE_kmod-veth=y
58
60
## 针对eMMC加的一些文件系统和工具
61
+ CONFIG_PACKAGE_automount=y
59
62
CONFIG_PACKAGE_kmod-fs-ext4=y
60
63
CONFIG_PACKAGE_kmod-fs-f2fs=y
61
64
CONFIG_PACKAGE_e2fsprogs=y
@@ -74,6 +77,7 @@ CONFIG_PACKAGE_ethtool=y
74
77
CONFIG_PACKAGE_htop=y
75
78
CONFIG_PACKAGE_ip-bridge=y
76
79
CONFIG_PACKAGE_ip6tables-extra=y
80
+ CONFIG_PACKAGE_ip6tables-mod-nat=y
77
81
CONFIG_PACKAGE_ipset=y
78
82
CONFIG_PACKAGE_iptables-mod-conntrack-extra=y
79
83
CONFIG_PACKAGE_iptables-mod-extra=y
You can’t perform that action at this time.
0 commit comments