Skip to content

Commit 2e24623

Browse files
committed
Update to OpenWrt 24.10.1.
1 parent a93cf80 commit 2e24623

File tree

11 files changed

+157
-31
lines changed

11 files changed

+157
-31
lines changed

conf/base_raspberrypi_bcm27xx_bcm2708/.config

+15-3
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ CONFIG_EXTRA_GCC_CONFIG_OPTIONS=""
402402
CONFIG_MUSL_DISABLE_CRYPT_SIZE_HACK=y
403403
CONFIG_GDB=y
404404
# CONFIG_GDB_PYTHON is not set
405+
CONFIG_HAS_BPF_TOOLCHAIN=y
405406
# CONFIG_HAS_PREBUILT_LLVM_TOOLCHAIN is not set
406407
CONFIG_USE_MUSL=y
407408
CONFIG_SSP_SUPPORT=y
@@ -433,9 +434,9 @@ CONFIG_TARGET_INIT_CMD="/sbin/init"
433434
CONFIG_TARGET_INIT_SUPPRESS_STDERR=y
434435
CONFIG_VERSIONOPT=y
435436
CONFIG_VERSION_DIST="ChirpStack Gateway OS"
436-
CONFIG_VERSION_NUMBER="4.7.0"
437+
CONFIG_VERSION_NUMBER="4.7.1"
437438
CONFIG_VERSION_CODE="Base"
438-
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/24.10.0"
439+
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/24.10.1"
439440
CONFIG_VERSION_HOME_URL="https://www.chirpstack.io/"
440441
CONFIG_VERSION_MANUFACTURER=""
441442
CONFIG_VERSION_MANUFACTURER_URL=""
@@ -449,7 +450,7 @@ CONFIG_PER_FEED_REPO=y
449450
CONFIG_FEED_packages=y
450451
CONFIG_FEED_luci=y
451452
CONFIG_FEED_routing=y
452-
# CONFIG_FEED_telephony is not set
453+
# CONFIG_FEED_chirpstack is not set
453454

454455
#
455456
# Base system
@@ -459,6 +460,7 @@ CONFIG_PACKAGE_base-files=y
459460
# CONFIG_PACKAGE_block-mount is not set
460461
# CONFIG_PACKAGE_blockd is not set
461462
# CONFIG_PACKAGE_bridge is not set
463+
# CONFIG_PACKAGE_bridger is not set
462464
CONFIG_PACKAGE_busybox=y
463465
# CONFIG_BUSYBOX_CUSTOM is not set
464466
CONFIG_BUSYBOX_DEFAULT_HAVE_DOT_CONFIG=y
@@ -1601,6 +1603,7 @@ CONFIG_PACKAGE_procd-seccomp=y
16011603
# CONFIG_PACKAGE_procd-selinux is not set
16021604
CONFIG_PACKAGE_procd-ujail=y
16031605
# CONFIG_PACKAGE_qos-scripts is not set
1606+
# CONFIG_PACKAGE_qosify is not set
16041607
# CONFIG_PACKAGE_refpolicy is not set
16051608
CONFIG_PACKAGE_resolveip=y
16061609
CONFIG_PACKAGE_rpcd=y
@@ -2996,6 +2999,7 @@ CONFIG_PACKAGE_lua=y
29962999
# CONFIG_PACKAGE_lua-bencode is not set
29973000
# CONFIG_PACKAGE_lua-bit32 is not set
29983001
# CONFIG_PACKAGE_lua-cjson is not set
3002+
# CONFIG_PACKAGE_lua-cjson-lua5.3 is not set
29993003
# CONFIG_PACKAGE_lua-copas is not set
30003004
# CONFIG_PACKAGE_lua-coxpcall is not set
30013005
# CONFIG_PACKAGE_lua-cs-bouncer is not set
@@ -3387,6 +3391,7 @@ CONFIG_RUST_SCCACHE_DIR=""
33873391
#
33883392
CONFIG_PACKAGE_ucode=y
33893393
# CONFIG_PACKAGE_ucode-mod-debug is not set
3394+
# CONFIG_PACKAGE_ucode-mod-digest is not set
33903395
CONFIG_PACKAGE_ucode-mod-fs=y
33913396
# CONFIG_PACKAGE_ucode-mod-log is not set
33923397
CONFIG_PACKAGE_ucode-mod-math=y
@@ -4513,6 +4518,7 @@ CONFIG_PACKAGE_libuuid=y
45134518
# CONFIG_PACKAGE_libwebsockets-mbedtls is not set
45144519
# CONFIG_PACKAGE_libwebsockets-openssl is not set
45154520
# CONFIG_PACKAGE_libwrap is not set
4521+
# CONFIG_PACKAGE_libxdp is not set
45164522
# CONFIG_PACKAGE_libxerces-c is not set
45174523
# CONFIG_PACKAGE_libxerces-c-samples is not set
45184524
# CONFIG_PACKAGE_libxml2 is not set
@@ -5143,6 +5149,8 @@ CONFIG_PACKAGE_curl=y
51435149
# CONFIG_PACKAGE_ksmbd-hotplug is not set
51445150
# CONFIG_PACKAGE_ksmbd-server is not set
51455151
# CONFIG_PACKAGE_netatalk is not set
5152+
# CONFIG_PACKAGE_netatalk-full is not set
5153+
# CONFIG_PACKAGE_netatalk-small is not set
51465154
# CONFIG_PACKAGE_nfs-kernel-server is not set
51475155
# CONFIG_PACKAGE_owftpd is not set
51485156
# CONFIG_PACKAGE_owhttpd is not set
@@ -5775,6 +5783,7 @@ CONFIG_PACKAGE_uwsgi-syslog-plugin=y
57755783
# CONFIG_PACKAGE_reaver is not set
57765784
# CONFIG_PACKAGE_wavemon is not set
57775785
# CONFIG_PACKAGE_wfb-ng is not set
5786+
# CONFIG_PACKAGE_wfb-ng-tun is not set
57785787
# CONFIG_PACKAGE_wifischedule is not set
57795788
# end of Wireless
57805789

@@ -6142,6 +6151,9 @@ CONFIG_PACKAGE_uclient-fetch=y
61426151
# CONFIG_PACKAGE_wifi-presence is not set
61436152
# CONFIG_PACKAGE_wpan-tools is not set
61446153
# CONFIG_PACKAGE_wwan is not set
6154+
# CONFIG_PACKAGE_xdp-filter is not set
6155+
# CONFIG_PACKAGE_xdp-loader is not set
6156+
# CONFIG_PACKAGE_xdpdump is not set
61456157
# CONFIG_PACKAGE_xinetd is not set
61466158
# CONFIG_PACKAGE_xray-core is not set
61476159
# CONFIG_PACKAGE_ztdns is not set

conf/base_raspberrypi_bcm27xx_bcm2709/.config

+17-3
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ CONFIG_EXTRA_GCC_CONFIG_OPTIONS=""
406406
CONFIG_MUSL_DISABLE_CRYPT_SIZE_HACK=y
407407
CONFIG_GDB=y
408408
# CONFIG_GDB_PYTHON is not set
409+
CONFIG_HAS_BPF_TOOLCHAIN=y
409410
# CONFIG_HAS_PREBUILT_LLVM_TOOLCHAIN is not set
410411
CONFIG_USE_MUSL=y
411412
CONFIG_SSP_SUPPORT=y
@@ -437,9 +438,9 @@ CONFIG_TARGET_INIT_CMD="/sbin/init"
437438
CONFIG_TARGET_INIT_SUPPRESS_STDERR=y
438439
CONFIG_VERSIONOPT=y
439440
CONFIG_VERSION_DIST="ChirpStack Gateway OS"
440-
CONFIG_VERSION_NUMBER="4.7.0"
441+
CONFIG_VERSION_NUMBER="4.7.1"
441442
CONFIG_VERSION_CODE="Base"
442-
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/24.10.0"
443+
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/24.10.1"
443444
CONFIG_VERSION_HOME_URL="https://www.chirpstack.io/"
444445
CONFIG_VERSION_MANUFACTURER=""
445446
CONFIG_VERSION_MANUFACTURER_URL=""
@@ -453,7 +454,7 @@ CONFIG_PER_FEED_REPO=y
453454
CONFIG_FEED_packages=y
454455
CONFIG_FEED_luci=y
455456
CONFIG_FEED_routing=y
456-
# CONFIG_FEED_telephony is not set
457+
# CONFIG_FEED_chirpstack is not set
457458

458459
#
459460
# Base system
@@ -463,6 +464,7 @@ CONFIG_PACKAGE_base-files=y
463464
# CONFIG_PACKAGE_block-mount is not set
464465
# CONFIG_PACKAGE_blockd is not set
465466
# CONFIG_PACKAGE_bridge is not set
467+
# CONFIG_PACKAGE_bridger is not set
466468
CONFIG_PACKAGE_busybox=y
467469
# CONFIG_BUSYBOX_CUSTOM is not set
468470
CONFIG_BUSYBOX_DEFAULT_HAVE_DOT_CONFIG=y
@@ -1605,6 +1607,7 @@ CONFIG_PACKAGE_procd-seccomp=y
16051607
# CONFIG_PACKAGE_procd-selinux is not set
16061608
CONFIG_PACKAGE_procd-ujail=y
16071609
# CONFIG_PACKAGE_qos-scripts is not set
1610+
# CONFIG_PACKAGE_qosify is not set
16081611
# CONFIG_PACKAGE_refpolicy is not set
16091612
CONFIG_PACKAGE_resolveip=y
16101613
CONFIG_PACKAGE_rpcd=y
@@ -2593,6 +2596,8 @@ CONFIG_PACKAGE_kmod-nft-offload=y
25932596
# CONFIG_PACKAGE_kmod-r8125-rss is not set
25942597
# CONFIG_PACKAGE_kmod-r8126 is not set
25952598
# CONFIG_PACKAGE_kmod-r8126-rss is not set
2599+
# CONFIG_PACKAGE_kmod-r8127 is not set
2600+
# CONFIG_PACKAGE_kmod-r8127-rss is not set
25962601
# CONFIG_PACKAGE_kmod-r8168 is not set
25972602
# CONFIG_PACKAGE_kmod-r8169 is not set
25982603
# CONFIG_PACKAGE_kmod-rmnet is not set
@@ -3149,6 +3154,7 @@ CONFIG_PACKAGE_lua=y
31493154
# CONFIG_PACKAGE_lua-bencode is not set
31503155
# CONFIG_PACKAGE_lua-bit32 is not set
31513156
# CONFIG_PACKAGE_lua-cjson is not set
3157+
# CONFIG_PACKAGE_lua-cjson-lua5.3 is not set
31523158
# CONFIG_PACKAGE_lua-copas is not set
31533159
# CONFIG_PACKAGE_lua-coxpcall is not set
31543160
# CONFIG_PACKAGE_lua-cs-bouncer is not set
@@ -3540,6 +3546,7 @@ CONFIG_RUST_SCCACHE_DIR=""
35403546
#
35413547
CONFIG_PACKAGE_ucode=y
35423548
# CONFIG_PACKAGE_ucode-mod-debug is not set
3549+
# CONFIG_PACKAGE_ucode-mod-digest is not set
35433550
CONFIG_PACKAGE_ucode-mod-fs=y
35443551
# CONFIG_PACKAGE_ucode-mod-log is not set
35453552
CONFIG_PACKAGE_ucode-mod-math=y
@@ -4666,6 +4673,7 @@ CONFIG_PACKAGE_libuuid=y
46664673
# CONFIG_PACKAGE_libwebsockets-mbedtls is not set
46674674
# CONFIG_PACKAGE_libwebsockets-openssl is not set
46684675
# CONFIG_PACKAGE_libwrap is not set
4676+
# CONFIG_PACKAGE_libxdp is not set
46694677
# CONFIG_PACKAGE_libxerces-c is not set
46704678
# CONFIG_PACKAGE_libxerces-c-samples is not set
46714679
# CONFIG_PACKAGE_libxml2 is not set
@@ -5296,6 +5304,8 @@ CONFIG_PACKAGE_curl=y
52965304
# CONFIG_PACKAGE_ksmbd-hotplug is not set
52975305
# CONFIG_PACKAGE_ksmbd-server is not set
52985306
# CONFIG_PACKAGE_netatalk is not set
5307+
# CONFIG_PACKAGE_netatalk-full is not set
5308+
# CONFIG_PACKAGE_netatalk-small is not set
52995309
# CONFIG_PACKAGE_nfs-kernel-server is not set
53005310
# CONFIG_PACKAGE_owftpd is not set
53015311
# CONFIG_PACKAGE_owhttpd is not set
@@ -5928,6 +5938,7 @@ CONFIG_PACKAGE_uwsgi-syslog-plugin=y
59285938
# CONFIG_PACKAGE_reaver is not set
59295939
# CONFIG_PACKAGE_wavemon is not set
59305940
# CONFIG_PACKAGE_wfb-ng is not set
5941+
# CONFIG_PACKAGE_wfb-ng-tun is not set
59315942
# CONFIG_PACKAGE_wifischedule is not set
59325943
# end of Wireless
59335944

@@ -6296,6 +6307,9 @@ CONFIG_PACKAGE_uclient-fetch=y
62966307
# CONFIG_PACKAGE_wifi-presence is not set
62976308
# CONFIG_PACKAGE_wpan-tools is not set
62986309
# CONFIG_PACKAGE_wwan is not set
6310+
# CONFIG_PACKAGE_xdp-filter is not set
6311+
# CONFIG_PACKAGE_xdp-loader is not set
6312+
# CONFIG_PACKAGE_xdpdump is not set
62996313
# CONFIG_PACKAGE_xinetd is not set
63006314
# CONFIG_PACKAGE_xray-core is not set
63016315
# CONFIG_PACKAGE_ztdns is not set

conf/full_raspberrypi_bcm27xx_bcm2708/.config

+15-3
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ CONFIG_EXTRA_GCC_CONFIG_OPTIONS=""
402402
CONFIG_MUSL_DISABLE_CRYPT_SIZE_HACK=y
403403
CONFIG_GDB=y
404404
# CONFIG_GDB_PYTHON is not set
405+
CONFIG_HAS_BPF_TOOLCHAIN=y
405406
# CONFIG_HAS_PREBUILT_LLVM_TOOLCHAIN is not set
406407
CONFIG_USE_MUSL=y
407408
CONFIG_SSP_SUPPORT=y
@@ -433,9 +434,9 @@ CONFIG_TARGET_INIT_CMD="/sbin/init"
433434
CONFIG_TARGET_INIT_SUPPRESS_STDERR=y
434435
CONFIG_VERSIONOPT=y
435436
CONFIG_VERSION_DIST="ChirpStack Gateway OS"
436-
CONFIG_VERSION_NUMBER="4.7.0"
437+
CONFIG_VERSION_NUMBER="4.7.1"
437438
CONFIG_VERSION_CODE="Full"
438-
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/24.10.0"
439+
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/24.10.1"
439440
CONFIG_VERSION_HOME_URL="https://www.chirpstack.io/"
440441
CONFIG_VERSION_MANUFACTURER=""
441442
CONFIG_VERSION_MANUFACTURER_URL=""
@@ -449,7 +450,7 @@ CONFIG_PER_FEED_REPO=y
449450
CONFIG_FEED_packages=y
450451
CONFIG_FEED_luci=y
451452
CONFIG_FEED_routing=y
452-
# CONFIG_FEED_telephony is not set
453+
# CONFIG_FEED_chirpstack is not set
453454

454455
#
455456
# Base system
@@ -459,6 +460,7 @@ CONFIG_PACKAGE_base-files=y
459460
CONFIG_PACKAGE_block-mount=y
460461
CONFIG_PACKAGE_blockd=y
461462
# CONFIG_PACKAGE_bridge is not set
463+
# CONFIG_PACKAGE_bridger is not set
462464
CONFIG_PACKAGE_busybox=y
463465
# CONFIG_BUSYBOX_CUSTOM is not set
464466
CONFIG_BUSYBOX_DEFAULT_HAVE_DOT_CONFIG=y
@@ -1601,6 +1603,7 @@ CONFIG_PACKAGE_procd-seccomp=y
16011603
# CONFIG_PACKAGE_procd-selinux is not set
16021604
CONFIG_PACKAGE_procd-ujail=y
16031605
# CONFIG_PACKAGE_qos-scripts is not set
1606+
# CONFIG_PACKAGE_qosify is not set
16041607
# CONFIG_PACKAGE_refpolicy is not set
16051608
CONFIG_PACKAGE_resolveip=y
16061609
CONFIG_PACKAGE_rpcd=y
@@ -2996,6 +2999,7 @@ CONFIG_PACKAGE_lua=y
29962999
# CONFIG_PACKAGE_lua-bencode is not set
29973000
# CONFIG_PACKAGE_lua-bit32 is not set
29983001
# CONFIG_PACKAGE_lua-cjson is not set
3002+
# CONFIG_PACKAGE_lua-cjson-lua5.3 is not set
29993003
# CONFIG_PACKAGE_lua-copas is not set
30003004
# CONFIG_PACKAGE_lua-coxpcall is not set
30013005
# CONFIG_PACKAGE_lua-cs-bouncer is not set
@@ -3389,6 +3393,7 @@ CONFIG_RUST_SCCACHE_DIR=""
33893393
#
33903394
CONFIG_PACKAGE_ucode=y
33913395
# CONFIG_PACKAGE_ucode-mod-debug is not set
3396+
# CONFIG_PACKAGE_ucode-mod-digest is not set
33923397
CONFIG_PACKAGE_ucode-mod-fs=y
33933398
# CONFIG_PACKAGE_ucode-mod-log is not set
33943399
CONFIG_PACKAGE_ucode-mod-math=y
@@ -4530,6 +4535,7 @@ CONFIG_PACKAGE_libuv=y
45304535
# CONFIG_PACKAGE_libwebsockets-mbedtls is not set
45314536
# CONFIG_PACKAGE_libwebsockets-openssl is not set
45324537
# CONFIG_PACKAGE_libwrap is not set
4538+
# CONFIG_PACKAGE_libxdp is not set
45334539
# CONFIG_PACKAGE_libxerces-c is not set
45344540
# CONFIG_PACKAGE_libxerces-c-samples is not set
45354541
# CONFIG_PACKAGE_libxml2 is not set
@@ -5160,6 +5166,8 @@ CONFIG_PACKAGE_curl=y
51605166
# CONFIG_PACKAGE_ksmbd-hotplug is not set
51615167
# CONFIG_PACKAGE_ksmbd-server is not set
51625168
# CONFIG_PACKAGE_netatalk is not set
5169+
# CONFIG_PACKAGE_netatalk-full is not set
5170+
# CONFIG_PACKAGE_netatalk-small is not set
51635171
# CONFIG_PACKAGE_nfs-kernel-server is not set
51645172
# CONFIG_PACKAGE_owftpd is not set
51655173
# CONFIG_PACKAGE_owhttpd is not set
@@ -5792,6 +5800,7 @@ CONFIG_PACKAGE_uwsgi-syslog-plugin=y
57925800
# CONFIG_PACKAGE_reaver is not set
57935801
# CONFIG_PACKAGE_wavemon is not set
57945802
# CONFIG_PACKAGE_wfb-ng is not set
5803+
# CONFIG_PACKAGE_wfb-ng-tun is not set
57955804
# CONFIG_PACKAGE_wifischedule is not set
57965805
# end of Wireless
57975806

@@ -6159,6 +6168,9 @@ CONFIG_PACKAGE_uclient-fetch=y
61596168
# CONFIG_PACKAGE_wifi-presence is not set
61606169
# CONFIG_PACKAGE_wpan-tools is not set
61616170
# CONFIG_PACKAGE_wwan is not set
6171+
# CONFIG_PACKAGE_xdp-filter is not set
6172+
# CONFIG_PACKAGE_xdp-loader is not set
6173+
# CONFIG_PACKAGE_xdpdump is not set
61626174
# CONFIG_PACKAGE_xinetd is not set
61636175
# CONFIG_PACKAGE_xray-core is not set
61646176
# CONFIG_PACKAGE_ztdns is not set

0 commit comments

Comments
 (0)