forked from tete1030/openwrt-fastbuild-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.diff
158 lines (148 loc) · 5.23 KB
/
config.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# 编译x64固件:
CONFIG_TARGET_x86=y
CONFIG_TARGET_x86_64=y
CONFIG_TARGET_x86_64_Generic=y
CONFIG_MAKE_TOOLCHAIN=y
CONFIG_SDK=y
# 编译Virtualbox镜像以及镜像填充:
CONFIG_GRUB_IMAGES=y
# CONFIG_EFI_IMAGES is not set
CONFIG_GRUB_TITLE="OpenWrt"
CONFIG_TARGET_ROOTFS_INITRAMFS=y
CONFIG_TARGET_ROOTFS_TARGZ=y
CONFIG_TARGET_ROOTFS_SQUASHFS=y
CONFIG_VDI_IMAGES=y
# CONFIG_VMDK_IMAGES is not set
CONFIG_TARGET_IMAGES_PAD=y
CONFIG_TARGET_IMAGES_GZIP=y
# 设置固件大小:
CONFIG_TARGET_KERNEL_PARTSIZE=200
CONFIG_TARGET_ROOTFS_PARTSIZE=2048
# 多文件系统支持:
CONFIG_PACKAGE_kmod-fs-squashfs=y
# 无线驱动支持:
CONFIG_DEFAULT_kmod-ath10k=y
CONFIG_PACKAGE_ath10k-firmware-qca6174=y
# CONFIG_DEFAULT_ath10k-firmware-qca9888 is not set
# CONFIG_PACKAGE_ath10k-firmware-qca9888 is not set
# CONFIG_DEFAULT_ath10k-firmware-qca988x is not set
# CONFIG_PACKAGE_ath10k-firmware-qca988x is not set
# CONFIG_DEFAULT_ath10k-firmware-qca9984 is not set
# CONFIG_PACKAGE_ath10k-firmware-qca9984 is not set
# CONFIG_PACKAGE_ath9k-htc-firmware is not set
# CONFIG_PACKAGE_kmod-8139cp is not set
# CONFIG_PACKAGE_kmod-8139too is not set
# CONFIG_PACKAGE_kmod-ac97 is not set
# CONFIG_DEFAULT_kmod-ath5k is not set
# CONFIG_PACKAGE_kmod-ath5k is not set
# CONFIG_DEFAULT_kmod-ath9k is not set
# CONFIG_PACKAGE_kmod-ath9k is not set
# CONFIG_DEFAULT_kmod-ath9k-htc is not set
# CONFIG_PACKAGE_kmod-ath9k-htc is not set
# CONFIG_DEFAULT_brcmfmac-firmware-43602a1-pcie is not set
# CONFIG_PACKAGE_brcmfmac-firmware-43602a1-pcie is not set
# CONFIG_DEFAULT_kmod-bnx2 is not set
# CONFIG_PACKAGE_kmod-bnx2 is not set
# CONFIG_PACKAGE_bnx2-firmware is not set
# CONFIG_PACKAGE_kmod-r8125 is not set
# CONFIG_DEFAULT_kmod-r8169 is not set
# CONFIG_PACKAGE_kmod-r8169 is not set
# CONFIG_PACKAGE_r8169-firmware is not set
# CONFIG_PACKAGE_rt2800-pci-firmware is not set
# CONFIG_PACKAGE_rt2800-usb-firmware is not set
# CONFIG_PACKAGE_kmod-rt2800-pci is not set
# CONFIG_DEFAULT_kmod-rt2800-usb is not set
# CONFIG_PACKAGE_kmod-rt2800-usb is not set
# CONFIG_PACKAGE_kmod-rt2x00-lib is not set
# CONFIG_PACKAGE_kmod-usb-net is not set
# CONFIG_DEFAULT_kmod-usb-net-asix is not set
# CONFIG_DEFAULT_kmod-usb-net-asix-ax88179 is not set
# CONFIG_DEFAULT_kmod-usb-net-rtl8150 is not set
# CONFIG_PACKAGE_kmod-usb-net-rtl8150 is not set
# CONFIG_DEFAULT_kmod-usb-net-rtl8152 is not set
# CONFIG_PACKAGE_kmod-usb-net-rtl8152 is not set
# CONFIG_PACKAGE_kmod-usb-audio is not set
# CONFIG_PACKAGE_kmod-sound-core is not set
# CONFIG_AUDIO_SUPPORT is not set
# Aria2配置:
CONFIG_PACKAGE_aria2=y
CONFIG_ARIA2_OPENSSL=y
# CONFIG_ARIA2_GNUTLS is not set
# CONFIG_ARIA2_NOSSL is not set
# CONFIG_ARIA2_LIBXML2 is not set
# CONFIG_ARIA2_EXPAT is not set
CONFIG_ARIA2_NOXML=y
CONFIG_ARIA2_BITTORRENT=y
CONFIG_ARIA2_SFTP=y
CONFIG_ARIA2_ASYNC_DNS=y
CONFIG_ARIA2_COOKIE=y
CONFIG_ARIA2_WEBSOCKET=y
# dnsmasq:
CONFIG_PACKAGE_dnsmasq-full=y
CONFIG_PACKAGE_dnsmasq_full_dhcp=y
CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
CONFIG_PACKAGE_dnsmasq_full_dnssec=y
CONFIG_PACKAGE_dnsmasq_full_auth=y
CONFIG_PACKAGE_dnsmasq_full_ipset=y
CONFIG_PACKAGE_dnsmasq_full_conntrack=y
CONFIG_PACKAGE_dnsmasq_full_noid=y
# CONFIG_PACKAGE_dnsmasq_full_broken_rtc is not set
# samba4:
# CONFIG_PACKAGE_autosamba is not set
# CONFIG_DEFAULT_autosamba is not set
# CONFIG_PACKAGE_luci-app-samba is not set
# CONFIG_PACKAGE_samba36-server is not set
CONFIG_PACKAGE_luci-app-samba4=y
CONFIG_PACKAGE_samba4-libs=y
CONFIG_PACKAGE_samba4-server=y
# CONFIG_SAMBA4_SERVER_ACL is not set
# CONFIG_SAMBA4_SERVER_AD_DC is not set
CONFIG_SAMBA4_SERVER_AVAHI=y
CONFIG_SAMBA4_SERVER_VFS=y
CONFIG_SAMBA4_SERVER_QUOTAS=y
# CONFIG_SAMBA4_SERVER_VFSX is not set
# CONFIG_SAMBA4_SERVER_NETBIOS is not set
CONFIG_PACKAGE_samba4-utils=y
# 常用LuCI插件选择:
CONFIG_PACKAGE_luci-app-aria2=y
CONFIG_PACKAGE_luci-app-docker=y
CONFIG_PACKAGE_luci-app-frpc=y
CONFIG_PACKAGE_luci-app-minidlna=y
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Kcptun=y
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Socks=y
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray=y
CONFIG_PACKAGE_luci-app-ttyd=y
CONFIG_PACKAGE_luci-app-webadmin=y
CONFIG_PACKAGE_luci-app-wrtbwmon=y
CONFIG_PACKAGE_luci-app-smartinfo=y
CONFIG_PACKAGE_luci-app-serverchan=y
CONFIG_PACKAGE_luci-app-sqm=y
CONFIG_PACKAGE_luci-app-uhttpd=y
CONFIG_PACKAGE_luci-app-nlbwmon=y
CONFIG_PACKAGE_luci-app-vsftpd=y
CONFIG_PACKAGE_luci-app-adguardhome=y
# CONFIG_DEFAULT_luci-app-adbyby-plus is not set
# CONFIG_PACKAGE_luci-app-adbyby-plus is not set
# CONFIG_PACKAGE_luci-i18n-adbyby-plus-zh-cn is not set
# CONFIG_PACKAGE_adbyby is not set
# CONFIG_DEFAULT_luci-app-v2ray-server is not set
# CONFIG_PACKAGE_luci-app-v2ray-server is not set
# CONFIG_PACKAGE_luci-app-statistics is not set
# LuCI主题:
CONFIG_PACKAGE_luci-theme-argon=y
CONFIG_PACKAGE_luci-theme-rosy=y
CONFIG_PACKAGE_luci-theme-atmaterial=y
CONFIG_PACKAGE_luci-theme-purple=y
CONFIG_PACKAGE_luci-theme-darkmatter=y
# 常用软件包:
# CONFIG_DEFAULT_alsa-utils is not set
# CONFIG_PACKAGE_alsa-utils is not set
# CONFIG_PACKAGE_alsa-lib is not set
# CONFIG_PACKAGE_curl is not set
# CONFIG_PACKAGE_libcurl is not set
# CONFIG_PACKAGE_strongswan-mod-curl is not set
# CONFIG_PACKAGE_collectd is not set
CONFIG_PACKAGE_htop=y
CONFIG_PACKAGE_nano=y
CONFIG_PACKAGE_vsftpd-alt=y
CONFIG_VSFTPD_USE_UCI_SCRIPTS=y