File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## OpenWrt branch 21.02 (stable )
1+ ## OpenWrt branch 21.02 (EOL )
22
33### Configuration
44- OpenWRT 21.02 Vanilla / Kernel 5.4
Original file line number Diff line number Diff line change 1- ## OpenWrt branch 22.03 (experimental WIP )
1+ ## OpenWrt branch 22.03 (stable )
22
33### Warning
44- Fully experimental build, still WIP.
1818- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net
1919
2020### Changelog
21+ - [ 2022-09-28] Add kmod-sched
2122- [ 2022-09-27] Revert u-boot to 2021.07 to fix R4S 1Gb broken support
2223- [ 2022-09-17] Align patches / Haproxy 2.6.5
2324- [ 2022-08-30] Add qosify
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ CONFIG_PACKAGE_kmod-keys-trusted=y
254254CONFIG_PACKAGE_kmod-lib-crc16=y
255255CONFIG_PACKAGE_kmod-lib-lzo=y
256256CONFIG_PACKAGE_kmod-lib-raid6=y
257+ CONFIG_PACKAGE_kmod-lib-textsearch=y
257258CONFIG_PACKAGE_kmod-lib-xor=y
258259CONFIG_PACKAGE_kmod-lib-zlib-deflate=y
259260CONFIG_PACKAGE_kmod-lib-zlib-inflate=y
@@ -280,6 +281,7 @@ CONFIG_PACKAGE_kmod-nls-iso8859-1=y
280281CONFIG_PACKAGE_kmod-nls-utf8=y
281282CONFIG_PACKAGE_kmod-phy-realtek=y
282283CONFIG_PACKAGE_kmod-random-core=y
284+ CONFIG_PACKAGE_kmod-sched=y
283285CONFIG_PACKAGE_kmod-sched-bpf=y
284286CONFIG_PACKAGE_kmod-sched-cake=y
285287CONFIG_PACKAGE_kmod-sched-connmark=y
Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ CONFIG_PACKAGE_kmod-iptunnel6=y
220220CONFIG_PACKAGE_kmod-keys-encrypted=y
221221CONFIG_PACKAGE_kmod-keys-trusted=y
222222CONFIG_PACKAGE_kmod-lib-crc16=y
223+ CONFIG_PACKAGE_kmod-lib-textsearch=y
223224CONFIG_PACKAGE_kmod-lib-zlib-deflate=y
224225CONFIG_PACKAGE_kmod-lib-zlib-inflate=y
225226CONFIG_PACKAGE_kmod-lib-zstd=y
@@ -244,6 +245,7 @@ CONFIG_PACKAGE_kmod-nls-utf8=y
244245CONFIG_PACKAGE_kmod-phy-realtek=y
245246# CONFIG_PACKAGE_kmod-ppp is not set
246247CONFIG_PACKAGE_kmod-random-core=y
248+ CONFIG_PACKAGE_kmod-sched=y
247249CONFIG_PACKAGE_kmod-sched-bpf=y
248250CONFIG_PACKAGE_kmod-sched-cake=y
249251CONFIG_PACKAGE_kmod-sched-connmark=y
You can’t perform that action at this time.
0 commit comments