Commit Graph

1981 Commits

Author SHA1 Message Date
lean
9ae4851e10 autocore: fix arm eth port seq 2022-07-14 15:08:46 +08:00
Tianling Shen
8b24921ba0
igb-intel: fix typo error (#9751)
`CONFLICT` -> `CONFLICTS`.

Fixes: 471976c7d9 ("igb-intel: mark conflict with kmod-igb")

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-07-14 00:16:15 +08:00
lean
7d04525dda igb-intel: using KERNEL_MAKE compile 2022-07-13 23:44:49 +08:00
Tianling Shen
471976c7d9
igb-intel: mark conflict with kmod-igb (#9750)
Fixes: #9742

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-07-13 23:37:03 +08:00
Beginner
4497dbb9b5
r8168: fix typo error (#9734)
Switched to use KERNEL_MAKE while at it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-07-11 00:46:35 +08:00
lean
ae8709dce7 igb-intel: add igb oot version from Intel to support 82575/82576/82580/I350/I354/I210/I211 2022-07-10 18:13:31 +08:00
lean
f350b11ff2 fs: fix ntfs3 in kernel 5.18 2022-07-10 17:51:38 +08:00
lean
a6893cf1b8 shortcut-fe: disable sfe ecm autoload 2022-07-09 00:49:45 +08:00
lean
3490ed59c0 shortcut-fe: fix unload sfe ecm 2022-07-08 23:00:40 +08:00
lean
4865875187 r8168: add kernel 5.18 support 2022-07-08 20:28:09 +08:00
lean
71124f92a6 r8125: add kernel 5.18 support 2022-07-08 19:51:58 +08:00
lean
519e147e76 kernel: add linux 5.18 support for x86/x64 2022-07-08 19:21:32 +08:00
lean
82118ca885 ramips: add Mediatek EIP93 Crypto driver for MT7621 2022-07-08 11:07:52 +08:00
lean
40ef30cf91 Version Update to R22.7.7 2022-07-07 17:49:44 +08:00
Beginner
d366b58c3f
n2n: fix setup route (#9703)
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-07-06 20:59:44 +08:00
Beginner
886a9fd300
n2n_v2: upgrade to v3 (#9675)
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

Co-authored-by: He Cheng <57560866+hecheng337@users.noreply.github.com>
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-07-01 01:22:41 +08:00
nanchuci
1c4829d56a
ramips: add mt7615_dbdc driver 80211k 80211v 80211r 80211w and wps support
* 增加mt7615_dbdc闭源驱动对80211k 80211v 80211r 80211w的支持

* 增加对mtkiappd的支持
2022-06-23 13:26:03 +08:00
AmadeusGhost
1512bd83a2 r8152: update to 2.16.1 2022-06-21 23:50:17 +08:00
AmadeusGhost
d021d2437b r8125: update to 9.009.01-1 2022-06-21 15:40:15 +08:00
Beginner
363b0c8faf
r8168: bump to 8.050.03 (#9609)
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-06-19 02:08:21 +08:00
lean
23f225e841 Verison Update to R22.6.16 2022-06-15 23:05:59 +08:00
Suysker
03b8c9a652
n2n_v2: improve dhcp support (#9498)
* Update n2n_v2.config

* Update n2n_v2.init
2022-06-08 13:09:40 +08:00
lean
1cb98d7be6 shortcut-fe: fix tcp_no_window_check api with kernel 5.15.43+ 2022-06-07 19:05:57 +08:00
Suysker
ad18adbf5c
n2n: v3: fixes init script (#9488) 2022-06-07 10:15:29 +08:00
AmadeusGhost
98f703f4b1 r8168: refresh patches
Fixes: #9480
2022-06-04 23:09:33 +08:00
AmadeusGhost
78b1611182 r8168: update to 8.050.02 2022-06-04 18:09:42 +08:00
AmadeusGhost
95b3b801e0 fullconenat: move to network 2022-05-28 00:28:44 +08:00
AmadeusGhost
fc044f23f2 mtk-eip93: update to latest git HEAD 2022-05-24 15:19:14 +08:00
lean
7d3173b5dd Version update to R22.5.5 2022-05-06 20:28:35 +08:00
Beginner
5dba0b8be5
r8125: bump to 9.009.00 (#9342)
Switched to GitHub codeload.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-05-03 15:43:40 +08:00
lean
ca4dc08690 mtk-eip93: fix build with kernel 5.15 2022-04-25 18:57:38 +08:00
lean
83b7bdb9c2 package: add upx hostbuild package 2022-04-21 16:16:10 +08:00
everything411
5654a17092
fix mtk mt7603e and mt7615d driver build error for kernel >= 5.15 (#9275)
* fix mtk mt7603e and mt7615d driver build error for kernel version >= 5.15

no longer do get_fs and set_fs when build for kernel >= 5.15 for mt7603e and mt7615d driver.
for new kernels, get_fs and set_fs is removed from kernel source,
in mt7603e and mt7615d driver, kernel_write and kernel_read is used for newer kernel versions,
and the two functions do not need get_fs and set_fs trick, so we can remove them safely.

* use "help" instead of "---help---" in mt7603e Kconfig
2022-04-21 01:29:50 +08:00
lean
0cc75fbbb7 automount: skip some partition 2022-04-03 13:24:18 +08:00
Bobby
f5307dff2a
index.html: DHCP client list re-order 2022-04-03 12:47:40 +08:00
lean
e368d184b3 Version update to R22.4.1 2022-04-02 21:35:05 +08:00
Beginner
6d687a132e
luci-app-ipsec-server: move to luci feeds (#9130) 2022-03-26 09:36:39 +08:00
Beginner
21c5e89a4f
r8125: bump to 9.008.00 (#9092)
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-19 19:43:51 +08:00
libinanshu
bcd68eb73f
Fix ntfs3-oot hash value (#9084) 2022-03-18 09:44:08 +08:00
lean
f585832ebb Version update to R22.3.13 2022-03-12 15:27:10 +08:00
lean
1c8e6f658e Revert "Revert "r8152: drop patch (#8455)" (#9034)"
This reverts commit 4c659ce3c0.
2022-03-09 17:27:28 +08:00
jimjimbco
4c659ce3c0
Revert "r8152: drop patch (#8455)" (#9034)
This reverts commit 252bd55b5f.
2022-03-09 13:12:15 +08:00
zxlhhyccc
937e5a4a09
luci-app-ipsec-server: adapter luci-theme-openwrt-2020 theme (#9021) 2022-03-08 11:21:35 +08:00
lean
0cc907daf4 pacakge: add luci-app-ipsec-server 2022-03-07 20:29:29 +08:00
lean
4a8985e5e8 automount: use ntfs3-mount replace of antfs-mount 2022-03-04 13:11:22 +08:00
SiYao Mo
05e206921e rockchip: missing config to use r8168 2022-03-03 15:31:03 +00:00
msylgj
bf8516cf5d r8168: add support for kernel over 5.10 2022-03-03 10:19:42 +00:00
W_Y_CPP
7e7f062de9 mtk-eip93: fix build error 2022-02-28 13:59:44 +00:00
AmadeusGhost
c4b18f8948 mtk-eip93: fixes download hash
Fixes: #8952
2022-02-28 12:25:52 +08:00
aakkll
6fc2927f14
libcryptopp: update to 8.5.0 (#8960)
Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2022-02-28 01:36:52 +08:00