Skip to content

Commit

Permalink
Merge pull request #3 from anaelorlinski/main
Browse files Browse the repository at this point in the history
add kmod-tcp-bbr
  • Loading branch information
TheLinuxGuy authored Aug 13, 2022
2 parents 5bdad5b + a1fc89f commit 45dafb9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions openwrt-21.02/release-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- Add kmod-tcp-bbr
2 changes: 1 addition & 1 deletion openwrt-21.02/seed/ao-R4S-full.seed
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openwrt-21.02/seed/ao-R4S-mini.seed
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 45dafb9

Please sign in to comment.