Skip to content

Commit 7568541

Browse files
authored
Merge branch 'ZqinKing:main' into main
2 parents 90abe3a + 44e56d1 commit 7568541

File tree

10 files changed

+232
-619
lines changed

10 files changed

+232
-619
lines changed

.github/workflows/build_wrt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
- jdcloud_ax6000_immwrt
1616
- jdcloud_ipq60xx_immwrt
1717
- jdcloud_ipq60xx_libwrt
18+
- linksys_mx4x00_immwrt
19+
- qihoo_360v6_immwrt
1820
- redmi_ax5_immwrt
1921
- redmi_ax6_immwrt
2022
- redmi_ax6_libwrt

.github/workflows/release_wrt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ on:
1515
- jdcloud_ax6000_immwrt
1616
- jdcloud_ipq60xx_immwrt
1717
- jdcloud_ipq60xx_libwrt
18+
- linksys_mx4x00_immwrt
1819
- n1_immwrt
20+
- qihoo_360v6_immwrt
1921
- redmi_ax5_immwrt
2022
- redmi_ax6_immwrt
2123
- redmi_ax6_libwrt

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ cd wrt_relese
2020
编译阿里云AP8220:
2121
./build.sh aliyun_ap8220_immwrt
2222

23+
编译领势MX4200v1、MX4200v2、MX4300:
24+
./build.sh linksys_mx4x00_immwrt
25+
26+
编译奇虎360v6:
27+
./build.sh qihoo_360v6_immwrt
28+
2329
编译红米AX5:
2430
./build.sh redmi_ax5_immwrt
2531

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
REPO_URL=https://github.com/VIKINGYFY/immortalwrt.git
2+
REPO_BRANCH=main
3+
BUILD_DIR=imm-nss

compilecfg/qihoo_360v6_immwrt.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
REPO_URL=https://github.com/VIKINGYFY/immortalwrt.git
2+
REPO_BRANCH=main
3+
BUILD_DIR=imm-nss

compilecfg/zn_m2_libwrt.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO_URL=https://github.com/LiBwrt/openwrt-6.x.git
2-
REPO_BRANCH=kernel-6.12
2+
REPO_BRANCH=k6.12-nss
33
BUILD_DIR=libwrt-k612
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
# TARGET config
2+
CONFIG_TARGET_qualcommax=y
3+
CONFIG_TARGET_qualcommax_ipq807x=y
4+
CONFIG_TARGET_MULTI_PROFILE=y
5+
CONFIG_TARGET_PER_DEVICE_ROOTFS=y
6+
CONFIG_TARGET_DEVICE_qualcommax_ipq807x_DEVICE_linksys_mx4200v1=y
7+
CONFIG_TARGET_DEVICE_PACKAGES_qualcommax_ipq807x_DEVICE_linksys_mx4200v1="ipq-wifi-linksys_mx4200"
8+
CONFIG_TARGET_DEVICE_qualcommax_ipq807x_DEVICE_linksys_mx4200v2=y
9+
CONFIG_TARGET_DEVICE_PACKAGES_qualcommax_ipq807x_DEVICE_linksys_mx4200v2="ipq-wifi-linksys_mx4200"
10+
CONFIG_TARGET_DEVICE_qualcommax_ipq807x_DEVICE_linksys_mx4300=y
11+
CONFIG_TARGET_DEVICE_PACKAGES_qualcommax_ipq807x_DEVICE_linksys_mx4300="ipq-wifi-linksys_mx4200"
12+
CONFIG_TARGET_ROOTFS_INITRAMFS=n
13+
14+
# Compile
15+
CONFIG_USE_APK=n
16+
CONFIG_DEVEL=y
17+
CONFIG_CCACHE=y
18+
19+
# BUSYBOX
20+
CONFIG_BUSYBOX_CUSTOM=y
21+
CONFIG_BUSYBOX_CONFIG_TELNET=y
22+
23+
# Proto
24+
CONFIG_PACKAGE_proto-bonding=y
25+
CONFIG_PACKAGE_luci-proto-quectel=y
26+
CONFIG_PACKAGE_luci-proto-wireguard=y
27+
CONFIG_PACKAGE_luci-proto-relay=y
28+
29+
# Kernel modules
30+
CONFIG_PACKAGE_kmod-fs-exfat=y
31+
CONFIG_PACKAGE_kmod-fs-ntfs3=y
32+
CONFIG_PACKAGE_kmod-fs-vfat=y
33+
CONFIG_PACKAGE_kmod-netlink-diag=y
34+
CONFIG_PACKAGE_kmod-inet-diag=y
35+
CONFIG_PACKAGE_kmod-tls=y
36+
CONFIG_PACKAGE_kmod-tun=y
37+
# USB Support
38+
CONFIG_PACKAGE_kmod-usb-acm=y
39+
CONFIG_PACKAGE_kmod-usb-ehci=y
40+
CONFIG_PACKAGE_kmod-usb-net-huawei-cdc-ncm=y
41+
CONFIG_PACKAGE_kmod-usb-net-ipheth=y
42+
CONFIG_PACKAGE_kmod-usb-net-rndis=y
43+
CONFIG_PACKAGE_kmod-usb-net-asix-ax88179=y
44+
CONFIG_PACKAGE_kmod-usb-net-rtl8152=y
45+
CONFIG_PACKAGE_kmod-usb-net-sierrawireless=y
46+
CONFIG_PACKAGE_kmod-usb-ohci=y
47+
CONFIG_PACKAGE_kmod-usb-serial-qualcomm=y
48+
CONFIG_PACKAGE_kmod-usb-storage=y
49+
CONFIG_PACKAGE_kmod-usb2=y
50+
51+
# Libraries
52+
CONFIG_PACKAGE_luci-lib-ipkg=y
53+
CONFIG_PACKAGE_libopenssl-legacy=y
54+
55+
# Package
56+
CONFIG_PACKAGE_easytier=y
57+
CONFIG_PACKAGE_htop=y
58+
CONFIG_PACKAGE_fuse-utils=y
59+
CONFIG_PACKAGE_openssh-sftp-server=y
60+
CONFIG_PACKAGE_tcpdump=y
61+
CONFIG_PACKAGE_sgdisk=y
62+
CONFIG_PACKAGE_openssl-util=y
63+
CONFIG_PACKAGE_resize2fs=y
64+
CONFIG_PACKAGE_qrencode=y
65+
CONFIG_PACKAGE_smartmontools-drivedb=y
66+
CONFIG_PACKAGE_usbutils=y
67+
CONFIG_PACKAGE_usbmuxd=y
68+
CONFIG_PACKAGE_mii-tool=y
69+
CONFIG_PACKAGE_default-settings=y
70+
CONFIG_PACKAGE_default-settings-chn=y
71+
# Coremark
72+
CONFIG_PACKAGE_coremark=y
73+
CONFIG_COREMARK_OPTIMIZE_O3=y
74+
CONFIG_COREMARK_ENABLE_MULTITHREADING=y
75+
CONFIG_COREMARK_NUMBER_OF_THREADS=6
76+
# iptables nft
77+
CONFIG_PACKAGE_iptables-nft=y
78+
CONFIG_PACKAGE_ip6tables-nft=y
79+
# mwan3 dependencies
80+
CONFIG_PACKAGE_iptables-mod-conntrack-extra=y
81+
82+
# Enable Luci App
83+
CONFIG_PACKAGE_luci-app-adguardhome=y
84+
CONFIG_PACKAGE_luci-app-adguardhome_INCLUDE_binary=n
85+
CONFIG_PACKAGE_luci-app-autoreboot=y
86+
CONFIG_PACKAGE_luci-app-diskman=y
87+
CONFIG_PACKAGE_luci-app-easytier=y
88+
CONFIG_PACKAGE_luci-app-istorex=y
89+
CONFIG_PACKAGE_luci-app-lucky=y
90+
CONFIG_PACKAGE_luci-app-mosdns=y
91+
CONFIG_PACKAGE_luci-app-oaf=y
92+
CONFIG_PACKAGE_luci-app-samba4=y
93+
CONFIG_PACKAGE_luci-app-smartdns=y
94+
CONFIG_PACKAGE_luci-app-sqm=y
95+
CONFIG_PACKAGE_luci-app-ttyd=y
96+
CONFIG_PACKAGE_luci-app-upnp=y
97+
CONFIG_PACKAGE_luci-app-vlmcsd=y
98+
CONFIG_PACKAGE_luci-app-wol=y

deconfig/qihoo_360v6_immwrt.config

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# TARGET config
2+
CONFIG_TARGET_qualcommax=y
3+
CONFIG_TARGET_qualcommax_ipq60xx=y
4+
CONFIG_TARGET_MULTI_PROFILE=y
5+
CONFIG_TARGET_PER_DEVICE_ROOTFS=y
6+
CONFIG_TARGET_DEVICE_qualcommax_ipq60xx_DEVICE_qihoo_360v6=y
7+
CONFIG_TARGET_DEVICE_PACKAGES_qualcommax_ipq60xx_DEVICE_qihoo_360v6="ipq-wifi-qihoo_360v6"
8+
CONFIG_TARGET_ROOTFS_INITRAMFS=n
9+
10+
# Compile
11+
CONFIG_USE_APK=n
12+
CONFIG_DEVEL=y
13+
CONFIG_CCACHE=y
14+
15+
# BUSYBOX
16+
CONFIG_BUSYBOX_CUSTOM=y
17+
CONFIG_BUSYBOX_CONFIG_TELNET=y
18+
19+
# Proto
20+
CONFIG_PACKAGE_proto-bonding=y
21+
CONFIG_PACKAGE_luci-proto-quectel=y
22+
CONFIG_PACKAGE_luci-proto-wireguard=y
23+
CONFIG_PACKAGE_luci-proto-relay=y
24+
25+
# Kernel modules
26+
CONFIG_PACKAGE_kmod-fs-exfat=y
27+
CONFIG_PACKAGE_kmod-fs-ntfs3=y
28+
CONFIG_PACKAGE_kmod-fs-vfat=y
29+
CONFIG_PACKAGE_kmod-netlink-diag=y
30+
CONFIG_PACKAGE_kmod-inet-diag=y
31+
CONFIG_PACKAGE_kmod-tls=y
32+
CONFIG_PACKAGE_kmod-tun=y
33+
# USB Support
34+
CONFIG_PACKAGE_kmod-usb-acm=y
35+
CONFIG_PACKAGE_kmod-usb-ehci=y
36+
CONFIG_PACKAGE_kmod-usb-net-huawei-cdc-ncm=y
37+
CONFIG_PACKAGE_kmod-usb-net-ipheth=y
38+
CONFIG_PACKAGE_kmod-usb-net-rndis=y
39+
CONFIG_PACKAGE_kmod-usb-net-asix-ax88179=y
40+
CONFIG_PACKAGE_kmod-usb-net-rtl8152=y
41+
CONFIG_PACKAGE_kmod-usb-net-sierrawireless=y
42+
CONFIG_PACKAGE_kmod-usb-ohci=y
43+
CONFIG_PACKAGE_kmod-usb-serial-qualcomm=y
44+
CONFIG_PACKAGE_kmod-usb-storage=y
45+
CONFIG_PACKAGE_kmod-usb2=y
46+
47+
# Libraries
48+
CONFIG_PACKAGE_luci-lib-ipkg=y
49+
CONFIG_PACKAGE_libopenssl-legacy=y
50+
51+
# Package
52+
CONFIG_PACKAGE_easytier=y
53+
CONFIG_PACKAGE_htop=y
54+
CONFIG_PACKAGE_fuse-utils=y
55+
CONFIG_PACKAGE_openssh-sftp-server=y
56+
CONFIG_PACKAGE_tcpdump=y
57+
CONFIG_PACKAGE_sgdisk=y
58+
CONFIG_PACKAGE_openssl-util=y
59+
CONFIG_PACKAGE_resize2fs=y
60+
CONFIG_PACKAGE_qrencode=y
61+
CONFIG_PACKAGE_smartmontools-drivedb=y
62+
CONFIG_PACKAGE_usbutils=y
63+
CONFIG_PACKAGE_usbmuxd=y
64+
CONFIG_PACKAGE_mii-tool=y
65+
CONFIG_PACKAGE_default-settings=y
66+
CONFIG_PACKAGE_default-settings-chn=y
67+
# Coremark
68+
CONFIG_PACKAGE_coremark=y
69+
CONFIG_COREMARK_OPTIMIZE_O3=y
70+
CONFIG_COREMARK_ENABLE_MULTITHREADING=y
71+
CONFIG_COREMARK_NUMBER_OF_THREADS=6
72+
# iptables nft
73+
CONFIG_PACKAGE_iptables-nft=y
74+
CONFIG_PACKAGE_ip6tables-nft=y
75+
# mwan3 dependencies
76+
CONFIG_PACKAGE_iptables-mod-conntrack-extra=y
77+
78+
# Enable Luci App
79+
CONFIG_PACKAGE_luci-app-adguardhome=y
80+
CONFIG_PACKAGE_luci-app-adguardhome_INCLUDE_binary=n
81+
CONFIG_PACKAGE_luci-app-autoreboot=y
82+
CONFIG_PACKAGE_luci-app-diskman=y
83+
CONFIG_PACKAGE_luci-app-easytier=y
84+
CONFIG_PACKAGE_luci-app-istorex=y
85+
CONFIG_PACKAGE_luci-app-lucky=y
86+
CONFIG_PACKAGE_luci-app-mosdns=y
87+
CONFIG_PACKAGE_luci-app-oaf=y
88+
CONFIG_PACKAGE_luci-app-samba4=y
89+
CONFIG_PACKAGE_luci-app-smartdns=y
90+
CONFIG_PACKAGE_luci-app-sqm=y
91+
CONFIG_PACKAGE_luci-app-ttyd=y
92+
CONFIG_PACKAGE_luci-app-upnp=y
93+
CONFIG_PACKAGE_luci-app-vlmcsd=y
94+
CONFIG_PACKAGE_luci-app-wol=y

0 commit comments

Comments
 (0)