Skip to content

Commit a1fc89f

Browse files
committed
add kmod-tcp-bbr
1 parent 902d410 commit a1fc89f

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Automated builds of OpenWrt for FriendlyARM NanoPi R2S & R4S boards
3838

3939

4040
## Changelog
41+
#### 2022-08-06
42+
- (21.02) Add kmod-tcp-bbr
4143
#### 2022-04-30
4244
- (21.02) Remove acme/adblock in favor of uacme/adguardhome (mini)
4345
- (21.02) Add uacme/adguardhome (full)

openwrt-21.02/release-info.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
- vpn-routing-policy latest version from https://github.com/stangri/source.openwrt.melmac.net
1414

1515
### Changelog
16-
- Remove acme/adblock in favor of uacme/adguardhome (mini)
17-
- Add uacme/adguardhome (full)
16+
- Add kmod-tcp-bbr

openwrt-21.02/seed/ao-R4S-full.seed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ CONFIG_PACKAGE_kmod-crypto-ghash=y
208208
CONFIG_PACKAGE_kmod-crypto-hash=y
209209
CONFIG_PACKAGE_kmod-crypto-hmac=y
210210
CONFIG_PACKAGE_kmod-crypto-kpp=y
211-
CONFIG_PACKAGE_kmod-crypto-lib-blake2s=y
212211
CONFIG_PACKAGE_kmod-crypto-lib-chacha20=y
213212
CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=y
214213
CONFIG_PACKAGE_kmod-crypto-lib-curve25519=y
@@ -325,6 +324,7 @@ CONFIG_PACKAGE_kmod-sched-connmark=y
325324
CONFIG_PACKAGE_kmod-sched-core=y
326325
CONFIG_PACKAGE_kmod-sound-core=y
327326
CONFIG_PACKAGE_kmod-sound-usb-caiaq=y
327+
CONFIG_PACKAGE_kmod-tcp-bbr=y
328328
CONFIG_PACKAGE_kmod-tpm=y
329329
CONFIG_PACKAGE_kmod-tun=y
330330
CONFIG_PACKAGE_kmod-udptunnel4=y

openwrt-21.02/seed/ao-R4S-mini.seed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ CONFIG_PACKAGE_kmod-crypto-ghash=y
179179
CONFIG_PACKAGE_kmod-crypto-hash=y
180180
CONFIG_PACKAGE_kmod-crypto-hmac=y
181181
CONFIG_PACKAGE_kmod-crypto-kpp=y
182-
CONFIG_PACKAGE_kmod-crypto-lib-blake2s=y
183182
CONFIG_PACKAGE_kmod-crypto-lib-chacha20=y
184183
CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=y
185184
CONFIG_PACKAGE_kmod-crypto-lib-curve25519=y
@@ -285,6 +284,7 @@ CONFIG_PACKAGE_kmod-sched-connmark=y
285284
CONFIG_PACKAGE_kmod-sched-core=y
286285
CONFIG_PACKAGE_kmod-sound-core=y
287286
CONFIG_PACKAGE_kmod-sound-usb-caiaq=y
287+
CONFIG_PACKAGE_kmod-tcp-bbr=y
288288
CONFIG_PACKAGE_kmod-tpm=y
289289
CONFIG_PACKAGE_kmod-tun=y
290290
CONFIG_PACKAGE_kmod-udptunnel4=y

0 commit comments

Comments
 (0)