{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":116060944,"defaultBranch":"master","name":"openwrt","ownerLogin":"robimarko","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2018-01-02T21:54:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1360816?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1727556917.0","currentOid":""},"activityList":{"items":[{"before":"45bd222ea14e519274955b1a9bd47d45b9b668c1","after":null,"ref":"refs/heads/config-update","pushedAt":"2024-09-28T20:55:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"}},{"before":"53cb41ca777b32ade265a985a40909fb07e04e43","after":"45bd222ea14e519274955b1a9bd47d45b9b668c1","ref":"refs/heads/config-update","pushedAt":"2024-09-28T20:48:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"scripts: config.guess: update to 2024-07-27\n\nThis script hasn't seen an update in multiple years, update it to the\nlatest version provided upstream.\n\nBoth `config.guess` and `config.sub` are copied from upstream[1] and not\nmodified.\n\nThe full changelog is available within the upstream repository[1].\n\n[1]: https://git.savannah.gnu.org/git/config.git\n\nLink: https://github.com/openwrt/openwrt/pull/16536\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"scripts: config.guess: update to 2024-07-27"}},{"before":"87477c756e1136ee338a9fd67e0df81f853f74d4","after":null,"ref":"refs/heads/bzip-23.05","pushedAt":"2024-09-28T10:06:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"}},{"before":"d8f64a550bd3d18730c39eac399d1bfb1a6331cf","after":"87477c756e1136ee338a9fd67e0df81f853f74d4","ref":"refs/heads/bzip-23.05","pushedAt":"2024-09-28T10:05:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"tools: bzip2: use static lib and tools\n\nCurrently, bzip2 is built with a dynamically linked library on which all\nof the bzip2 tools depend on.\n\nHowever, when trying to use the staging dir bzip2 during building on\nFedora 40 the following error appers:\nstaging_dir/host/bin/bzip2: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory\n\nLooking into it, the binary is dynamically linked:\n$ ldd staging_dir/host/bin/bzip2\nlinux-vdso.so.1 (0x00007f5ebd9ff000)\nlibbz2.so.1.0 => not found\nlibc.so.6 => /lib64/libc.so.6 (0x00007f5ebd7f5000)\n/lib64/ld-linux-x86-64.so.2 (0x00007f5ebda01000)\n\nlibbz2.so.1.0 is installed into staging_dir/lib but that directory is not\nevaluated for the required libraries and Fedora only ships:\n/usr/lib64/libbz2.so.1\n/usr/lib64/libbz2.so.1.0.8\n\nThus it cannot find the libbz2 that bzip2 is linked against and thus\ntrying to use bzip2 will fail and stop compilation as it is used for\nbzip2 compressed tarballs.\n\nSo, to avoid OpenWrt compiled bzip2 to even attempt to load a required\nlibrary from the host we can just static compile libbz2 and bzip2.\n\nLink: https://github.com/openwrt/openwrt/pull/16520\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"tools: bzip2: use static lib and tools"}},{"before":null,"after":"53cb41ca777b32ade265a985a40909fb07e04e43","ref":"refs/heads/config-update","pushedAt":"2024-09-27T21:31:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"scripts: config.guess: update to 2024-07-27\n\nThis script hasn't seen an update in multiple years, update it to the\nlatest version provided upstream.\n\nBoth `config.guess` and `config.sub` are copied from upstream[1] and not\nmodified.\n\nThe full changelog is available within the upstream repository[1].\n\n[1]: https://git.savannah.gnu.org/git/config.git\n\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"scripts: config.guess: update to 2024-07-27"}},{"before":null,"after":"d8f64a550bd3d18730c39eac399d1bfb1a6331cf","ref":"refs/heads/bzip-23.05","pushedAt":"2024-09-26T22:42:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"tools: bzip2: use static lib and tools\n\nCurrently, bzip2 is built with a dynamically linked library on which all\nof the bzip2 tools depend on.\n\nHowever, when trying to use the staging dir bzip2 during building on\nFedora 40 the following error appers:\nstaging_dir/host/bin/bzip2: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory\n\nLooking into it, the binary is dynamically linked:\n$ ldd staging_dir/host/bin/bzip2\nlinux-vdso.so.1 (0x00007f5ebd9ff000)\nlibbz2.so.1.0 => not found\nlibc.so.6 => /lib64/libc.so.6 (0x00007f5ebd7f5000)\n/lib64/ld-linux-x86-64.so.2 (0x00007f5ebda01000)\n\nlibbz2.so.1.0 is installed into staging_dir/lib but that directory is not\nevaluated for the required libraries and Fedora only ships:\n/usr/lib64/libbz2.so.1\n/usr/lib64/libbz2.so.1.0.8\n\nThus it cannot find the libbz2 that bzip2 is linked against and thus\ntrying to use bzip2 will fail and stop compilation as it is used for\nbzip2 compressed tarballs.\n\nSo, to avoid OpenWrt compiled bzip2 to even attempt to load a required\nlibrary from the host we can just static compile libbz2 and bzip2.\n\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"tools: bzip2: use static lib and tools"}},{"before":"d8226c44c31e132538abda75fe425b8c45ca004d","after":null,"ref":"refs/heads/pkg-config-prereq","pushedAt":"2024-09-25T19:37:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"}},{"before":null,"after":"d8226c44c31e132538abda75fe425b8c45ca004d","ref":"refs/heads/pkg-config-prereq","pushedAt":"2024-09-25T19:16:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"prereq-build: add check for pkg-config\n\nUsing make menuconfig requires pkg-config since that will invoke\nmconf-cfg.sh which uses pkg-config to find ncurses and if pkg-config\nis not present it will only try to find ncurses.h in some hardcode\nlocations.\n\nThis will fail for example on Ubuntu 18.04.\n\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"prereq-build: add check for pkg-config"}},{"before":"95e4664b5efcade30d1bcec95d6571861c3ee9c7","after":null,"ref":"refs/heads/e2fsprogs","pushedAt":"2024-09-25T17:53:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"}},{"before":"5dd12c94c4eab3967ca717854931148b8748cc94","after":"95e4664b5efcade30d1bcec95d6571861c3ee9c7","ref":"refs/heads/e2fsprogs","pushedAt":"2024-09-25T17:53:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"tools: e2fsprogs: drop e2fsck patch\n\nAfter digging in the history of the e2fsck exit code patch, it seems like\nthere is no reason for us to carry this patch so lets drop it.\n\nLink: https://github.com/openwrt/openwrt/pull/16500\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"tools: e2fsprogs: drop e2fsck patch"}},{"before":"7106eeea9e93fffe517ac8960dfe23b9c2a4eb4d","after":"5dd12c94c4eab3967ca717854931148b8748cc94","ref":"refs/heads/e2fsprogs","pushedAt":"2024-09-25T12:58:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"tools: e2fsprogs: drop e2fsck patch\n\nAfter digging in the history of the e2fsck exit code patch, it seems like\nthere is no reason for us to carry this patch so lets drop it.\n\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"tools: e2fsprogs: drop e2fsck patch"}},{"before":null,"after":"7106eeea9e93fffe517ac8960dfe23b9c2a4eb4d","ref":"refs/heads/e2fsprogs","pushedAt":"2024-09-25T11:34:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"tools: e2fsprogs: pass --with-crond-dir=no instead of patching\n\nCurrently, e2fsprogs is being patched to avoid detecting host crond, but\ninstead of doing that we can simply pass --with-crond-dir=no as an\nargument and drop the patch.\n\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"tools: e2fsprogs: pass --with-crond-dir=no instead of patching"}},{"before":"044d603dbf5b9936e5db87f9142d75f106de4a2e","after":null,"ref":"refs/heads/feat/ci","pushedAt":"2024-09-24T13:07:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"}},{"before":"4d1b57e3e5c871af9621158ff8bf26706f3eaf04","after":null,"ref":"refs/heads/ci-test","pushedAt":"2024-09-24T10:44:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"}},{"before":null,"after":"4d1b57e3e5c871af9621158ff8bf26706f3eaf04","ref":"refs/heads/ci-test","pushedAt":"2024-09-24T09:39:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"CI labeler test\n\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"CI labeler test"}},{"before":"da09a1a01221a8a26cbd1c6e817b5f78035fcc22","after":"044d603dbf5b9936e5db87f9142d75f106de4a2e","ref":"refs/heads/feat/ci","pushedAt":"2024-09-24T09:39:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"CI: update actions/labeler to v5\n\n* Version 5 of this action updated the runtime to Node.js 20.\n All scripts are now run with Node.js 20 instead of Node.js 16\n and are affected by any breaking changes between Node.js 16 and 20.\n* adapt the labeler configuration to the new format\n\nFollow-up to #16251 this was reverted with b870c16534c05ddc94149c6ff56976d8de8a353f\nLink: https://github.com/openwrt/openwrt/pull/16451\nSigned-off-by: Goetz Goerisch ","shortMessageHtmlLink":"CI: update actions/labeler to v5"}},{"before":"044d603dbf5b9936e5db87f9142d75f106de4a2e","after":"da09a1a01221a8a26cbd1c6e817b5f78035fcc22","ref":"refs/heads/feat/ci","pushedAt":"2024-09-24T09:38:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"Test the CI labeler\n\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"Test the CI labeler"}},{"before":null,"after":"044d603dbf5b9936e5db87f9142d75f106de4a2e","ref":"refs/heads/feat/ci","pushedAt":"2024-09-24T09:36:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"CI: update actions/labeler to v5\n\n* Version 5 of this action updated the runtime to Node.js 20.\n All scripts are now run with Node.js 20 instead of Node.js 16\n and are affected by any breaking changes between Node.js 16 and 20.\n* adapt the labeler configuration to the new format\n\nFollow-up to #16251 this was reverted with b870c16534c05ddc94149c6ff56976d8de8a353f\nLink: https://github.com/openwrt/openwrt/pull/16451\nSigned-off-by: Goetz Goerisch ","shortMessageHtmlLink":"CI: update actions/labeler to v5"}},{"before":"7f46e231eb9864c90db296afea3abd0010b9b5e5","after":null,"ref":"refs/heads/aquantia-mdi","pushedAt":"2024-09-23T16:39:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"}},{"before":"c059f509af971a0aca0a49e482a6c7aa558bb22d","after":"7f46e231eb9864c90db296afea3abd0010b9b5e5","ref":"refs/heads/aquantia-mdi","pushedAt":"2024-09-23T16:38:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"generic: phy: aquantia: fix MDI pair property parsing\n\nof_property_read_u32 returns -EINVAL when property does not exist,\naccording to the documentation -ENOENT is not a valid return code.\n\nSo, instead of checking for -ENOENT check for -EINVAL as otherwise the\nblamed commit breaks AQR probe since it will return -EINVAL during probe.\n\nFixes: cb2a11f49c98 (\"generic: phy: aquantia: add pending patch to force MDI pair order\")\nLink: https://github.com/openwrt/openwrt/pull/16466\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"generic: phy: aquantia: fix MDI pair property parsing"}},{"before":"ac90094cdb373313306d94a7b4b18852bfaccc08","after":"c059f509af971a0aca0a49e482a6c7aa558bb22d","ref":"refs/heads/aquantia-mdi","pushedAt":"2024-09-23T16:37:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"generic: phy: aquantia: fix MDI pair property parsing\n\nof_property_read_u32 returns -EINVAL when property does not exist,\naccording to the documentation -ENOENT is not a valid return code.\n\nSo, instead of checking for -ENOENT check for -EINVAL as otherwise the\nblamed commit breaks AQR probe since it will return -EINVAL during probe.\n\nFixes: cb2a11f49c98 (\"generic: phy: aquantia: add pending patch to force MDI pair order\")\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"generic: phy: aquantia: fix MDI pair property parsing"}},{"before":null,"after":"ac90094cdb373313306d94a7b4b18852bfaccc08","ref":"refs/heads/aquantia-mdi","pushedAt":"2024-09-23T16:19:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"generic: phy: aquantia: fix MDI pair property parsing\n\nof_property_read_u32 returns -EINVAL when property does not exist,\n-ENODATA is returned only when property exists but doesnt have a value.\n\nSo, instead of checking for -ENODATA check for -EINVAL as otherwise the\nblamed commit breaks AQR probe since it will return -EINVAL during probe.\n\nFixes: cb2a11f49c98 (\"generic: phy: aquantia: add pending patch to force MDI pair order\")\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"generic: phy: aquantia: fix MDI pair property parsing"}},{"before":"0556b3fdcb241b7866f58f076f6390f9b3682659","after":null,"ref":"refs/heads/export-symbols-broken","pushedAt":"2024-09-21T14:08:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"}},{"before":"6d1847cae5dd8769ecae76b779ab7eed55cc6c35","after":"0556b3fdcb241b7866f58f076f6390f9b3682659","ref":"refs/heads/export-symbols-broken","pushedAt":"2024-09-21T14:06:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"config: build: make STRIP_KERNEL_EXPORTS depend on BROKEN\n\nSTRIP_KERNEL_EXPORTS is currently broken on kernel 6.6 and since this\nis the only kernel currently supported, we should rather make it depend\non BROKEN instead of a kernel version until its fixed.\n\nLink: https://github.com/openwrt/openwrt/pull/16440\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"config: build: make STRIP_KERNEL_EXPORTS depend on BROKEN"}},{"before":null,"after":"6d1847cae5dd8769ecae76b779ab7eed55cc6c35","ref":"refs/heads/export-symbols-broken","pushedAt":"2024-09-21T11:32:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"config: build: make STRIP_KERNEL_EXPORTS depend on BROKEN\n\nSTRIP_KERNEL_EXPORTS is currently broken on kernel 6.6 and since this\nis the only kernel currently supported, we should rather make it depend\non BROKEN instead of a kernel version until its fixed.\n\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"config: build: make STRIP_KERNEL_EXPORTS depend on BROKEN"}},{"before":"afa9811a0c491f235cd0f85221d82f27e1d8b6b5","after":null,"ref":"refs/heads/realtek-6.6","pushedAt":"2024-09-17T19:22:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"}},{"before":"5cfa9020c79ae66089046b3c625a493379a5968b","after":"afa9811a0c491f235cd0f85221d82f27e1d8b6b5","ref":"refs/heads/realtek-6.6","pushedAt":"2024-09-17T19:21:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"realtek: default to 6.6\n\nNow that there is 6.6 support for realtek, lets encourage testing it by\nmaking it default so 5.15 can be dropped ASAP.\n\nLink: https://github.com/openwrt/openwrt/pull/16408\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"realtek: default to 6.6"}},{"before":null,"after":"5cfa9020c79ae66089046b3c625a493379a5968b","ref":"refs/heads/realtek-6.6","pushedAt":"2024-09-17T10:55:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"realtek: default to 6.6\n\nNow that there is 6.6 support for realtek, lets encourage testing it by\nmaking it default so 5.15 can be dropped ASAP.\n\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"realtek: default to 6.6"}},{"before":"7e1d0925526a104364630b7af5355b799ef884d9","after":null,"ref":"refs/heads/relr","pushedAt":"2024-09-17T10:52:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"}},{"before":"dbf25243b54f8b4f35c1cd2d6d983000f137f691","after":"7e1d0925526a104364630b7af5355b799ef884d9","ref":"refs/heads/relr","pushedAt":"2024-09-16T20:47:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"robimarko","name":"Robert Marko","path":"/robimarko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1360816?s=80&v=4"},"commit":{"message":"generic: enable RELR relocations\n\nRELR is a relocation packing format for relative relocations.\n\nLinux has supported using it for ARM64 since 5.4, and more recently\nfor LoongArch as well.\n\nIt requires compatible tooling as well, so only with binutils 2.43\nTOOLS_SUPPORT_RELR is set and thus RELR available.\n\nRELR should always decrease the binary size and while testing this\nthe default build for Dynalink WRX-36 (qualcommax/ipq807x) reduced\nthe compressed kernel size by 38k and uncompressed one by 640k.\n\nSo, lets enable it in the default config.\n\nLink: https://github.com/openwrt/openwrt/pull/16403\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"generic: enable RELR relocations"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yOFQyMDo1NToxNy4wMDAwMDBazwAAAATDiksj","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNlQyMDo0Nzo0Ni4wMDAwMDBazwAAAAS33jzZ"}},"title":"Activity ยท robimarko/openwrt"}