1
0
Fork 0
mirror of git://git.buildroot.net/buildroot synced 2025-12-30 14:16:38 +00:00
No description
Find a file
Fiona Klute 3862abb010 package/apache: fix checkpackage warnings in init script
Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2025-12-30 14:17:47 +01:00
.github .github: add github action to automate PR handling 2024-07-09 11:43:02 +02:00
.gitlab/issue_templates gitlab: fix issue template 2024-09-11 21:24:40 +02:00
arch arch: drop support for ARC big-endian 2025-12-13 17:39:02 +01:00
board configs/raspberrypi*: bump kernel version to 21b4101 (6.12.61) 2025-12-24 00:09:51 +01:00
boot boot/grub2: remove stale IGNORE_CVES 2025-12-30 11:54:12 +01:00
configs configs/raspberrypi*: bump kernel version to 21b4101 (6.12.61) 2025-12-24 00:09:51 +01:00
docs docs/manual: mention CVE trailer 2025-12-13 14:50:07 +01:00
fs fs/squashfs: correct aarch64 conditional 2025-11-18 08:02:01 +01:00
linux package/linux-headers: drop 6.17.x option 2025-12-18 22:29:31 +01:00
package package/apache: fix checkpackage warnings in init script 2025-12-30 14:17:47 +01:00
support support/testing: new kvmtool runtime test 2025-12-28 23:23:20 +01:00
system system: add support for merged /usr/sbin (aka merged-bin) 2025-11-05 23:10:20 +01:00
toolchain toolchain/Config.in: drop BR2_TOOLCHAIN_HAS_GCC_BUG_121567 2025-12-27 16:26:15 +01:00
utils boot/s500-bootloader: drop package 2025-12-29 17:52:30 +01:00
.b4-config .b4-config: check patches with ./utils/check-package 2025-02-04 18:44:39 +01:00
.checkpackageignore package/apache: fix checkpackage warnings in init script 2025-12-30 14:17:47 +01:00
.clang-format .clang-format: initial import from Linux 5.15.6 2022-01-01 15:01:13 +01:00
.defconfig arch: disable nios2 2025-01-15 21:30:31 +01:00
.editorconfig editorconfig: leave patch files alone wrt trainling spaces 2024-06-11 21:55:21 +02:00
.flake8 Revert ".flake8: fix check for 80/132 columns" 2021-01-02 17:38:20 +01:00
.gitignore gitignore: ignore multiple output directories 2024-07-26 09:31:56 +02:00
.gitlab-ci.yml .gitlab-ci.yml: use Debian 12-based container with fixed 32bit support 2025-02-20 20:15:54 +01:00
.shellcheckrc utils/check-package: improve shellcheck reproducibility 2022-07-25 23:52:47 +02:00
CHANGES Update for 2025.11 2025-12-11 23:46:12 +01:00
Config.in Config.in: introduce BR2_HOST_GCC_AT_LEAST_{12..15} 2025-04-21 23:50:50 +02:00
Config.in.legacy package/alure: remove package 2025-12-30 12:01:59 +01:00
COPYING
DEVELOPERS package/alure: remove package 2025-12-30 12:01:59 +01:00
Makefile Kickoff 2026.02 cycle 2025-12-12 08:21:41 +01:00
Makefile.legacy Remove BR2_DEPRECATED 2016-10-15 23:14:45 +02:00
README docs: move the IRC channel away from Freenode 2021-05-29 22:16:23 +02:00

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