mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
7407f797a611bef3cdc5cc095ef2b8100d698818
While the 2.4.65 release of this package is available on https://dlcdn.apache.org/httpd older version are removed from this location in favour of https://archive.apache.org/dist/httpd. In 2025.02.x branch the apache package hasn't been bumped to the latest version yet so the following error started appearing on the autobuilder: ``` >>> apache 2.4.64 Downloading wget -nd -t 3 --no-check-certificate -O '/workdir/instance-0/output-1/build/.httpd-2.4.64.tar.bz2.hfXgDB/output' 'https://dlcdn.apache.org/httpd/httpd-2.4.64.tar.bz2' WARNING: The certificate is NOT trusted. The certificate issuer is unknown. [0] Downloading 'https://dlcdn.apache.org/httpd/httpd-2.4.64.tar.bz2' ... HTTP ERROR response 404 [https://dlcdn.apache.org/httpd/httpd-2.4.64.tar.bz2] make: *** [package/pkg-generic.mk:179: /workdir/instance-0/output-1/build/apache-2.4.64/.stamp_downloaded] Error 1 make: Leaving directory '/workdir/instance-0/buildroot' ``` To avoid running in the same error once the next package version is released this patch update the site to the archive mirror with all the releases. Fixes: https://autobuild.buildroot.org/results/7a0/7a0982bcf9db4dcbcf4f6cf31b9f19571c061ee4/build-end.log Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
…
…
…
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches
Description
Languages
Makefile
62.6%
Python
18.8%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.2%