Skip to content

Commit 322cbde

Browse files
committed
update 22.03
1 parent a1fc89f commit 322cbde

File tree

4 files changed

+35
-18
lines changed

4 files changed

+35
-18
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Automated builds of OpenWrt for FriendlyARM NanoPi R2S & R4S boards
2222
- Full build with LuCI, docker and extra packages
2323
- vpn-routing-policy latest version from https://github.com/stangri/source.openwrt.melmac.net
2424

25-
## OpenWrt branch 22.03 (WIP experimental)
25+
## OpenWrt branch 22.03 (WIP)
2626

2727
### Downloads [Releases 22.03](https://github.com/anaelorlinski/OpenWrt-NanoPi-R2S-R4S-Builds/releases?q=m22.03&expanded=true)
2828

@@ -38,6 +38,9 @@ Automated builds of OpenWrt for FriendlyARM NanoPi R2S & R4S boards
3838

3939

4040
## Changelog
41+
#### 2022-08-17
42+
- (22.03) Align seeds with 21.02
43+
- (22.03) Add watchcat
4144
#### 2022-08-06
4245
- (21.02) Add kmod-tcp-bbr
4346
#### 2022-04-30

openwrt-22.03/release-info.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
- Mini build without UI
1616
- Full build with LuCI, docker and extra packages
1717
- firewall4 based (nftables) + iptables compatibility packages for now, might change later.
18-
- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net
18+
- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net
19+
20+
### Changelog
21+
[2022.08.17] Update 22.03 seeds to match 21.02
22+
[2022.08.17] Add watchcat

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

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ CONFIG_LIBCURL_FTP=y
4545
CONFIG_LIBCURL_HTTP=y
4646
CONFIG_LIBCURL_NGHTTP2=y
4747
CONFIG_LIBCURL_NO_SMB="!"
48+
CONFIG_LIBCURL_OPENSSL=y
4849
CONFIG_LIBCURL_PROXY=y
49-
CONFIG_LIBCURL_WOLFSSL=y
5050
CONFIG_LUCI_LANG_en=y
5151
CONFIG_OPENSSL_ENGINE=y
5252
CONFIG_OPENSSL_OPTIMIZE_SPEED=y
@@ -68,9 +68,7 @@ CONFIG_OPENVPN_openssl_ENABLE_MULTIHOME=y
6868
CONFIG_OPENVPN_openssl_ENABLE_PF=y
6969
CONFIG_OPENVPN_openssl_ENABLE_PORT_SHARE=y
7070
CONFIG_OPENVPN_openssl_ENABLE_SMALL=y
71-
CONFIG_PACKAGE_acme=y
72-
CONFIG_PACKAGE_acme-dnsapi=y
73-
CONFIG_PACKAGE_adblock=y
71+
CONFIG_PACKAGE_adguardhome=y
7472
CONFIG_PACKAGE_alsa-lib=y
7573
CONFIG_PACKAGE_alsa-ucm-conf=y
7674
CONFIG_PACKAGE_alsa-utils=y
@@ -182,7 +180,6 @@ CONFIG_PACKAGE_kmod-crypto-gf128=y
182180
CONFIG_PACKAGE_kmod-crypto-ghash=y
183181
CONFIG_PACKAGE_kmod-crypto-hmac=y
184182
CONFIG_PACKAGE_kmod-crypto-kpp=y
185-
CONFIG_PACKAGE_kmod-crypto-lib-blake2s=y
186183
CONFIG_PACKAGE_kmod-crypto-lib-chacha20=y
187184
CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=y
188185
CONFIG_PACKAGE_kmod-crypto-lib-curve25519=y
@@ -238,6 +235,9 @@ CONFIG_PACKAGE_kmod-ipt-extra=y
238235
CONFIG_PACKAGE_kmod-ipt-ipopt=y
239236
CONFIG_PACKAGE_kmod-ipt-ipsec=y
240237
CONFIG_PACKAGE_kmod-ipt-ipset=y
238+
CONFIG_PACKAGE_kmod-ipt-nat=y
239+
CONFIG_PACKAGE_kmod-ipt-nat6=y
240+
CONFIG_PACKAGE_kmod-ipt-physdev=y
241241
CONFIG_PACKAGE_kmod-ipt-raw=y
242242
CONFIG_PACKAGE_kmod-iptunnel=y
243243
CONFIG_PACKAGE_kmod-iptunnel4=y
@@ -259,6 +259,7 @@ CONFIG_PACKAGE_kmod-nf-conntrack-netlink=y
259259
CONFIG_PACKAGE_kmod-nf-ipt=y
260260
CONFIG_PACKAGE_kmod-nf-ipt6=y
261261
CONFIG_PACKAGE_kmod-nf-ipvs=y
262+
CONFIG_PACKAGE_kmod-nf-nat6=y
262263
CONFIG_PACKAGE_kmod-nf-nathelper=y
263264
CONFIG_PACKAGE_kmod-nf-tproxy=y
264265
CONFIG_PACKAGE_kmod-nfnetlink-log=y
@@ -278,6 +279,7 @@ CONFIG_PACKAGE_kmod-sched-connmark=y
278279
CONFIG_PACKAGE_kmod-sched-core=y
279280
CONFIG_PACKAGE_kmod-sound-core=y
280281
CONFIG_PACKAGE_kmod-sound-usb-caiaq=y
282+
CONFIG_PACKAGE_kmod-tcp-bbr=y
281283
CONFIG_PACKAGE_kmod-tpm=y
282284
CONFIG_PACKAGE_kmod-tun=y
283285
CONFIG_PACKAGE_kmod-udptunnel4=y
@@ -305,6 +307,7 @@ CONFIG_PACKAGE_libattr=y
305307
CONFIG_PACKAGE_libavahi-client=y
306308
CONFIG_PACKAGE_libavahi-dbus-support=y
307309
CONFIG_PACKAGE_libbpf=y
310+
CONFIG_PACKAGE_libcap=y
308311
CONFIG_PACKAGE_libcap-ng=y
309312
CONFIG_PACKAGE_libconfig=y
310313
CONFIG_PACKAGE_libcurl=y
@@ -334,6 +337,7 @@ CONFIG_PACKAGE_liblua5.3=y
334337
CONFIG_PACKAGE_liblucihttp=y
335338
CONFIG_PACKAGE_liblucihttp-lua=y
336339
CONFIG_PACKAGE_liblzo=y
340+
CONFIG_PACKAGE_libmbedtls=y
337341
CONFIG_PACKAGE_libmount=y
338342
CONFIG_PACKAGE_libnetfilter-conntrack=y
339343
CONFIG_PACKAGE_libnetfilter-cthelper=y
@@ -370,16 +374,16 @@ CONFIG_PACKAGE_libunbound_ipset=y
370374
CONFIG_PACKAGE_libunbound_libevent=y
371375
CONFIG_PACKAGE_libunbound_libpthread=y
372376
CONFIG_PACKAGE_libuv=y
377+
CONFIG_PACKAGE_libwebsockets-full=y
373378
CONFIG_PACKAGE_libxtables=y
374379
CONFIG_PACKAGE_lm-sensors=y
375380
CONFIG_PACKAGE_losetup=y
376381
CONFIG_PACKAGE_lua=y
377382
CONFIG_PACKAGE_luci=y
378383
CONFIG_PACKAGE_luci-app-acl=y
379-
CONFIG_PACKAGE_luci-app-acme=y
380-
CONFIG_PACKAGE_luci-app-adblock=y
381384
CONFIG_PACKAGE_luci-app-commands=y
382385
CONFIG_PACKAGE_luci-app-ddns=y
386+
CONFIG_PACKAGE_luci-app-dockerman=y
383387
CONFIG_PACKAGE_luci-app-firewall=y
384388
CONFIG_PACKAGE_luci-app-ntpc=y
385389
CONFIG_PACKAGE_luci-app-openvpn=y
@@ -389,15 +393,15 @@ CONFIG_PACKAGE_luci-app-qos=y
389393
CONFIG_PACKAGE_luci-app-sqm=y
390394
CONFIG_PACKAGE_luci-app-statistics=y
391395
CONFIG_PACKAGE_luci-app-tinyproxy=y
396+
CONFIG_PACKAGE_luci-app-watchcat=y
392397
CONFIG_PACKAGE_luci-base=y
393398
CONFIG_PACKAGE_luci-compat=y
394399
CONFIG_PACKAGE_luci-i18n-acl-en=y
395-
CONFIG_PACKAGE_luci-i18n-acme-en=y
396-
CONFIG_PACKAGE_luci-i18n-adblock-en=y
397400
CONFIG_PACKAGE_luci-i18n-base-en=y
398401
CONFIG_PACKAGE_luci-i18n-commands-en=y
399402
CONFIG_PACKAGE_luci-i18n-dashboard-en=y
400403
CONFIG_PACKAGE_luci-i18n-ddns-en=y
404+
CONFIG_PACKAGE_luci-i18n-dockerman-en=y
401405
CONFIG_PACKAGE_luci-i18n-firewall-en=y
402406
CONFIG_PACKAGE_luci-i18n-ntpc-en=y
403407
CONFIG_PACKAGE_luci-i18n-openvpn-en=y
@@ -406,7 +410,9 @@ CONFIG_PACKAGE_luci-i18n-qos-en=y
406410
CONFIG_PACKAGE_luci-i18n-sqm-en=y
407411
CONFIG_PACKAGE_luci-i18n-statistics-en=y
408412
CONFIG_PACKAGE_luci-i18n-tinyproxy-en=y
413+
CONFIG_PACKAGE_luci-i18n-watchcat-en=y
409414
CONFIG_PACKAGE_luci-lib-base=y
415+
CONFIG_PACKAGE_luci-lib-docker=y
410416
CONFIG_PACKAGE_luci-lib-ip=y
411417
CONFIG_PACKAGE_luci-lib-ipkg=y
412418
CONFIG_PACKAGE_luci-lib-jsonc=y
@@ -433,7 +439,7 @@ CONFIG_PACKAGE_nstat=y
433439
CONFIG_PACKAGE_ntpclient=y
434440
CONFIG_PACKAGE_openssl-util=y
435441
CONFIG_PACKAGE_openvpn-openssl=y
436-
CONFIG_PACKAGE_pbr-ipt=y
442+
CONFIG_PACKAGE_pbr-nftables=y
437443
CONFIG_PACKAGE_picocom=y
438444
CONFIG_PACKAGE_qos-scripts=y
439445
CONFIG_PACKAGE_r8152-firmware=y
@@ -458,9 +464,13 @@ CONFIG_PACKAGE_tc-tiny=y
458464
CONFIG_PACKAGE_tcpdump=y
459465
CONFIG_PACKAGE_tini=y
460466
CONFIG_PACKAGE_tinyproxy=y
467+
CONFIG_PACKAGE_ttyd=y
468+
CONFIG_PACKAGE_uacme=y
469+
CONFIG_PACKAGE_uacme-ualpn=y
461470
CONFIG_PACKAGE_uhttpd=y
462471
CONFIG_PACKAGE_uhttpd-mod-ubus=y
463472
CONFIG_PACKAGE_urngd=y
473+
CONFIG_PACKAGE_watchcat=y
464474
CONFIG_PACKAGE_wget-ssl=y
465475
CONFIG_PACKAGE_wireguard-tools=y
466476
CONFIG_PACKAGE_wireless-regdb=y

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ CONFIG_LIBCURL_FTP=y
3030
CONFIG_LIBCURL_HTTP=y
3131
CONFIG_LIBCURL_NGHTTP2=y
3232
CONFIG_LIBCURL_NO_SMB="!"
33+
CONFIG_LIBCURL_OPENSSL=y
3334
CONFIG_LIBCURL_PROXY=y
34-
CONFIG_LIBCURL_WOLFSSL=y
3535
CONFIG_LUCI_LANG_en=y
3636
CONFIG_OPENSSL_ENGINE=y
3737
CONFIG_OPENSSL_OPTIMIZE_SPEED=y
@@ -53,9 +53,7 @@ CONFIG_OPENVPN_openssl_ENABLE_MULTIHOME=y
5353
CONFIG_OPENVPN_openssl_ENABLE_PF=y
5454
CONFIG_OPENVPN_openssl_ENABLE_PORT_SHARE=y
5555
CONFIG_OPENVPN_openssl_ENABLE_SMALL=y
56-
CONFIG_PACKAGE_acme=y
57-
CONFIG_PACKAGE_acme-dnsapi=y
58-
CONFIG_PACKAGE_adblock=y
56+
CONFIG_PACKAGE_adguardhome=y
5957
CONFIG_PACKAGE_alsa-lib=y
6058
CONFIG_PACKAGE_alsa-ucm-conf=y
6159
CONFIG_PACKAGE_alsa-utils=y
@@ -155,7 +153,6 @@ CONFIG_PACKAGE_kmod-crypto-gf128=y
155153
CONFIG_PACKAGE_kmod-crypto-ghash=y
156154
CONFIG_PACKAGE_kmod-crypto-hmac=y
157155
CONFIG_PACKAGE_kmod-crypto-kpp=y
158-
CONFIG_PACKAGE_kmod-crypto-lib-blake2s=y
159156
CONFIG_PACKAGE_kmod-crypto-lib-chacha20=y
160157
CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=y
161158
CONFIG_PACKAGE_kmod-crypto-lib-curve25519=y
@@ -239,6 +236,7 @@ CONFIG_PACKAGE_kmod-sched-connmark=y
239236
CONFIG_PACKAGE_kmod-sched-core=y
240237
CONFIG_PACKAGE_kmod-sound-core=y
241238
CONFIG_PACKAGE_kmod-sound-usb-caiaq=y
239+
CONFIG_PACKAGE_kmod-tcp-bbr=y
242240
CONFIG_PACKAGE_kmod-tpm=y
243241
CONFIG_PACKAGE_kmod-tun=y
244242
CONFIG_PACKAGE_kmod-udptunnel4=y
@@ -328,7 +326,7 @@ CONFIG_PACKAGE_nstat=y
328326
CONFIG_PACKAGE_ntpclient=y
329327
CONFIG_PACKAGE_openssl-util=y
330328
CONFIG_PACKAGE_openvpn-openssl=y
331-
CONFIG_PACKAGE_pbr-ipt=y
329+
CONFIG_PACKAGE_pbr-nftables=y
332330
CONFIG_PACKAGE_picocom=y
333331
# CONFIG_PACKAGE_ppp is not set
334332
CONFIG_PACKAGE_qos-scripts=y
@@ -352,9 +350,11 @@ CONFIG_PACKAGE_tc-mod-iptables=y
352350
CONFIG_PACKAGE_tc-tiny=y
353351
CONFIG_PACKAGE_tcpdump=y
354352
CONFIG_PACKAGE_tinyproxy=y
353+
CONFIG_PACKAGE_uacme=y
355354
CONFIG_PACKAGE_uhttpd=y
356355
CONFIG_PACKAGE_uhttpd-mod-ubus=y
357356
CONFIG_PACKAGE_urngd=y
357+
CONFIG_PACKAGE_watchcat=y
358358
CONFIG_PACKAGE_wget-ssl=y
359359
CONFIG_PACKAGE_wireguard-tools=y
360360
CONFIG_PACKAGE_wireless-regdb=y

0 commit comments

Comments
 (0)