diff --git a/README.md b/README.md index a2a0bfa..632789b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Automated builds of OpenWrt for FriendlyARM NanoPi R2S & R4S boards ## Changelog +#### 2022-08-06 +- (21.02) Add kmod-tcp-bbr #### 2022-04-30 - (21.02) Remove acme/adblock in favor of uacme/adguardhome (mini) - (21.02) Add uacme/adguardhome (full) diff --git a/openwrt-21.02/release-info.md b/openwrt-21.02/release-info.md index 00c73ce..8d9568d 100644 --- a/openwrt-21.02/release-info.md +++ b/openwrt-21.02/release-info.md @@ -13,5 +13,4 @@ - vpn-routing-policy latest version from https://github.com/stangri/source.openwrt.melmac.net ### Changelog -- Remove acme/adblock in favor of uacme/adguardhome (mini) -- Add uacme/adguardhome (full) \ No newline at end of file +- Add kmod-tcp-bbr \ No newline at end of file diff --git a/openwrt-21.02/seed/ao-R4S-full.seed b/openwrt-21.02/seed/ao-R4S-full.seed index 3e3cbb5..f34d199 100644 --- a/openwrt-21.02/seed/ao-R4S-full.seed +++ b/openwrt-21.02/seed/ao-R4S-full.seed @@ -208,7 +208,6 @@ CONFIG_PACKAGE_kmod-crypto-ghash=y CONFIG_PACKAGE_kmod-crypto-hash=y CONFIG_PACKAGE_kmod-crypto-hmac=y CONFIG_PACKAGE_kmod-crypto-kpp=y -CONFIG_PACKAGE_kmod-crypto-lib-blake2s=y CONFIG_PACKAGE_kmod-crypto-lib-chacha20=y CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=y CONFIG_PACKAGE_kmod-crypto-lib-curve25519=y @@ -325,6 +324,7 @@ CONFIG_PACKAGE_kmod-sched-connmark=y CONFIG_PACKAGE_kmod-sched-core=y CONFIG_PACKAGE_kmod-sound-core=y CONFIG_PACKAGE_kmod-sound-usb-caiaq=y +CONFIG_PACKAGE_kmod-tcp-bbr=y CONFIG_PACKAGE_kmod-tpm=y CONFIG_PACKAGE_kmod-tun=y CONFIG_PACKAGE_kmod-udptunnel4=y diff --git a/openwrt-21.02/seed/ao-R4S-mini.seed b/openwrt-21.02/seed/ao-R4S-mini.seed index 9eab4b3..2d7f7f0 100644 --- a/openwrt-21.02/seed/ao-R4S-mini.seed +++ b/openwrt-21.02/seed/ao-R4S-mini.seed @@ -180,7 +180,6 @@ CONFIG_PACKAGE_kmod-crypto-ghash=y CONFIG_PACKAGE_kmod-crypto-hash=y CONFIG_PACKAGE_kmod-crypto-hmac=y CONFIG_PACKAGE_kmod-crypto-kpp=y -CONFIG_PACKAGE_kmod-crypto-lib-blake2s=y CONFIG_PACKAGE_kmod-crypto-lib-chacha20=y CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=y CONFIG_PACKAGE_kmod-crypto-lib-curve25519=y @@ -286,6 +285,7 @@ CONFIG_PACKAGE_kmod-sched-connmark=y CONFIG_PACKAGE_kmod-sched-core=y CONFIG_PACKAGE_kmod-sound-core=y CONFIG_PACKAGE_kmod-sound-usb-caiaq=y +CONFIG_PACKAGE_kmod-tcp-bbr=y CONFIG_PACKAGE_kmod-tpm=y CONFIG_PACKAGE_kmod-tun=y CONFIG_PACKAGE_kmod-udptunnel4=y