Commit graph

10393 commits

Author SHA1 Message Date
Olga Kitaina
f34a02ea4b HACK: use kmsg instead of syslog for bbfdm 2026-03-10 14:55:18 +04:00
Olga Kitaina
7ec016757c treewide: Modify EXTRA_DEPENDS with new requirements
In upstream OpenWRT 25.12, EXTRA_DEPENDS is always used with a version,
and it will complain if a dependency is unversioned.

EXTRA_DEPENDS dependencies therefore either turned into regular dependencies,
or bounded by version.
2026-01-11 00:21:50 +04:00
Olga Kitaina
eeb64ad6c1 HACK: libwifi: remove mediatek dependencies
Since Logan does not support 6.12 kernel, it was removed from
the list of compiled packages. Therefore, we cannot depend on
having mediatek private nl80211 commands.
When bringing up MT76, this commit should probably be reverted.
2026-01-08 16:06:22 +04:00
Olga Kitaina
43ece41a1c quickjs-websocket: Remove obsolete LWS_CALLBACK_OPENSSL_CONTEXT_REQUIRES_PRIVATE_KEY
This definition is no longer exported by libwebsockets, see:
a5ea6eabca

Luckily it's not used anywhere, so we can just remove it in turn.
2026-01-08 16:06:22 +04:00
Olga Kitaina
05a3b7851b map-plugins: Set USE_DPP flag for zero-touch plugin
This plugin uses the dpp_enrollee_uri command, which is only
exported if -DUSE_DPP is passed into compilation.
2026-01-08 16:06:22 +04:00
Olga Kitaina
1f05a235d7 nlohmann-json: Update to 3.12.0
This commit is done to maintain compatiblility with json-schema-validator
2.4.0, which is intended to use this version of nlohmann-json.
2026-01-08 16:06:22 +04:00
Olga Kitaina
dd70c9b5d7 json-schema-validator: Bump version to 2.4.0
2.4.0 bumps CMake version and introduces minimal changes.
2026-01-08 16:06:22 +04:00
Mohd Husaam Mehdi
507926c6c3 fluent-bit: remove package so that openwrt package can be used 2025-12-24 18:32:12 +05:30
Andreas Gnau
9942285720
firewallmngr: Depend on firewall4 instead of 3
Firewall3 (package firewall) is deprecated. Move to the nftables-based
fw4.

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-23 16:17:44 +01:00
Olga Kitaina
ce12d5b035 ipt-trigger: Revert ipt-trigger build kludge
The change to makefile was made because of inconsistent behavior
between coreutils and uutils. Considering we don't use uutils
in containers right now (and that by the time uutils becomes Ubuntu
LTS standard, its behavior is likely to change), we shouldn't
patch things for it.
2025-12-23 14:41:00 +04:00
Andreas Gnau
3a7923639c
Revert "HACK: temporarily add -Wno-error for compiler errors"
This reverts commit 5596518a42.
2025-12-23 10:25:25 +01:00
Andreas Gnau
c52561c063
Merge remote-tracking branch 'origin/devel' into sdk-future-26 2025-12-23 10:24:39 +01:00
Elena Vengerova
5ab944d42f libwifi: 7.22.11 2025-12-22 19:06:57 +04:00
Vivek Kumar Dutta
783857b0b3
icwmp: 9.10.12 2025-12-22 13:38:48 +05:30
Vivek Kumar Dutta
3a09f3b1bb
xmppc: 2.2.15 2025-12-22 13:36:55 +05:30
Vivek Kumar Dutta
3370d6f4a8
dnsmngr: 1.0.21 2025-12-22 13:25:12 +05:30
Vivek Kumar Dutta
a8f81dc358
obuspa: fix compilation warnings with gcc-14 2025-12-22 13:17:44 +05:30
Andreas Gnau
3f4cad0f70
Merge remote-tracking branch 'origin/devel' into sdk-future-26 2025-12-19 15:39:59 +01:00
Andreas Gnau
0c34e70ec9
Revert "HACK: (temporary patch:) obuspa: vendor: bbf_plugin: Fix compatibility with CMake4"
This reverts commit 409db06640.
2025-12-19 15:38:04 +01:00
Xiaofeng Meng
dc670b2621
quickjs: added fPIC flag 2025-12-19 18:51:37 +05:30
Amin Ben Romdhane
83a5721b93 bbfdm: 1.18.18 2025-12-19 13:22:01 +01:00
Vivek Kumar Dutta
41f26348b9
obuspa: Fix compatibility with CMake4 2025-12-19 16:56:58 +05:30
Jakob Olsson
e36012bcc7 map-agent: 6.5.0.10 2025-12-18 16:30:00 +01:00
Andreas Gnau
00b990d961
Merge remote-tracking branch 'origin/devel' into agnau-tmp 2025-12-18 14:17:02 +01:00
Andreas Gnau
409db06640
HACK: (temporary patch:) obuspa: vendor: bbf_plugin: Fix compatibility with CMake4
Vivek will fix this properly in the obuspa repo.

CMake 4 has dropped compatibility with old versions < 3.5, and will
drop compatibility for < 3.10 in the future. Update the minimum required
CMake version accordingly.

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-18 14:16:23 +01:00
Andreas Gnau
c2f1103417
rulengd: Set PKG_MIRROR_HASH:=skip
There are differences in tar generation between OpenWrt 23.05 and 25.12.
This hash had been added automatically by the version-bump script
update_git_source_package.sh from maintainer-tools.  This causes the
build to fail on later OpenWrt versions such as 25.12. For now, skip
hash verification. Once we have moved to 25.

For now, we have multiple choices:
* backport changes done to tarball generation to 23.05-based OpenWrt
  branch
* only update hashes using OpenWrt 25.12 based branch (23.05-based
  branch will happily ignore and redownload in such cases, which is not
  an issue as long as we do not upload those tarballs
* use skip for now and do not use bump-script from OpenWrt and only
  adopt using proper hashes when we have moved to OpenWrt 25.12

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-18 14:10:58 +01:00
Andreas Gnau
248c8fe510
obudpst: fix compatibility with CMake 4
CMake 4 has dropped compatibility with old versions < 3.5, and will
drop compatibility for < 3.10 in the future. Update the minimum required
CMake version accordingly.

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-18 13:01:43 +01:00
Amin Ben Romdhane
c61e80db94 decollector: 6.2.3.9 2025-12-18 12:37:50 +01:00
Amin Ben Romdhane
d7fe821608 wifidmd: 1.4.9 2025-12-18 10:59:42 +01:00
Andreas Gnau
5596518a42
HACK: temporarily add -Wno-error for compiler errors
These should be fixed instead

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-17 19:33:11 +01:00
Andreas Gnau
1f3951f61f
bbfdm: revert patching
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-17 18:10:07 +01:00
Jakob Olsson
8dae05642a map-controller: 6.4.5.0 2025-12-17 17:39:43 +01:00
Andreas Gnau
cffbfd6d6e
Merge remote-tracking branch 'origin/devel' into sdk-future-26 2025-12-17 17:08:05 +01:00
Olga Kitaina
77914bbb43 treewide: use gzip-compressed tarballs if git isn't used
Packages that use tarballs as the primary download method cannot
change from gzip to zstd without upstream providing that zstd.
For packages that use https://github.com/*/*/archive/ directly,
without dl_github_archive, only .tar.gz or .zip can be used.
This reverts part of 454dda3433 (treewide: change to zstd tarballs,
2025-12-15) for packages umoci, ndt, skopeo.

Fixes: 454dda3433 ("treewide: change to zstd tarballs")
2025-12-17 16:45:32 +04:00
Andreas Gnau
00f31bb4ba
sysmngr: update to Git HEAD (2025-12-15)
60bc2108b5ec processes: include libgen.h for basename

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-16 17:00:40 +01:00
Andreas Gnau
2de38cd3c4
icwmp: update to Git HEAD (2025-12-15)
e672f84d9580 cmake: Fix compat with CMake 4

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-16 17:00:40 +01:00
Andreas Gnau
d4f437c6c1
bbfdm: update to Git HEAD (2025-12-15)
e883c4c69bd1 cmake: Fix compat with CMake 4
df25ff7ce0e4 libbbfdm-api: proper parenthesis in macros

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-16 17:00:39 +01:00
Andreas Gnau
088df53f81
rulengd: update to Git HEAD (2025-12-15)
a19175a70da4 cmake: Fix compat with CMake 4

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-16 16:53:53 +01:00
Andreas Gnau
2887f4053a
sulu-builder: use gzip-compressed tarballs
Sulu-builder relies on a tar.gz being present on download.iopsys.eu
which is pushed there by some pipeline.
This reverts part of 454dda3433 (treewide: change to zstd tarballs,
2025-12-15) for the sulu-builder package.

Fixes: 454dda3433 ("treewide: change to zstd tarballs")
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-16 13:29:41 +01:00
Andreas Gnau
454dda3433
treewide: change to zstd tarballs
Change to zstd compressed instead of gz-compressed tarballs. zstd
compresses 7-8 times faster and decompresses 2-3 times faster.

This change also make sharing tarballs between different branches
possible, because OpenWrt 25.12 uses zstd as default.

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2025-12-15 17:04:02 +01:00
Janusz Dziedzic
74577dd729 wifimngr: 20.2.0 2025-12-15 10:08:40 +00:00
Amin Ben Romdhane
6effe4023e wifidmd: 1.4.8 2025-12-12 13:13:56 +01:00
Reidar Cederqvist
bb3adc86ff
sulu update to version 5.3.10 2025-12-12 11:54:56 +01:00
Reidar Cederqvist
82a32a7731
sulu: update to version 5.3.9 2025-12-12 11:54:56 +01:00
Amin Ben Romdhane
f0f18ed780 wifidmd: 1.4.7 2025-12-11 16:58:58 +01:00
Olga Kitaina
4749d1e250 Merge branch 'devel' into sdk-future-26 2025-12-10 23:37:37 +04:00
Jakob Olsson
677357d997 map-agent: 6.5.0.9 2025-12-10 13:19:57 +01:00
Jakob Olsson
fa608bc23b map-controller: 6.4.4.16 2025-12-10 13:19:17 +01:00
Jakob Olsson
563a5d03b8 iee1e905: 8.7.44 2025-12-10 13:17:33 +01:00
Husaam Mehdi
b1b432d852 Revert "iopsys-analytics: run non-threaded fluent-bit input plugins"
This reverts commit 61bda623ca
2025-12-10 14:41:49 +05:30