Go to file
Fabrice Fontaine 21b3741167 package/freeradius-server: fix python handling
python handling is wrong since the addition of the package in commit
736c4c1655 so disable python(2) and enable
python3 if needed

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 4513f5198a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-11-10 13:06:10 +01:00
arch arch/Config.in.x86: consolidate Geode CPU targets 2023-08-01 23:16:02 +02:00
board board/raspberrypi: fix typo in comment 2023-10-15 20:24:35 +02:00
boot boot/arm-trusted-firmware: set BUILD_STRING to package version 2023-11-08 14:37:12 +01:00
configs board/freescale: fix arm-trusted-firmware for binutils 2.39+ 2023-10-12 23:07:59 +02:00
docs docs/manual: svn downloads can be hash-checked 2023-11-09 18:22:10 +01:00
fs fs/cpio: allow users to provide their own dracut modules 2023-02-06 22:46:35 +01:00
linux {linux, linux-headers}: bump 6.{1, 5}.x series 2023-11-08 20:12:06 +01:00
package package/freeradius-server: fix python handling 2023-11-10 13:06:10 +01:00
support support/testing/tests/package/test_python_django.py: fix timeout calculation. 2023-11-10 12:49:57 +01:00
system package/systemd: bump linux-headers dependency to 4.14 2023-08-02 21:18:16 +02:00
toolchain toolchain/helpers.mk: strengthen uClibc locale check 2023-08-30 23:44:24 +02:00
utils utils/getdeveloperlib.py: handle file removal 2023-09-15 19:50:24 +02:00
.checkpackageignore package/libgdiplus: add upstream link to patch 2023-11-08 21:57:35 +01:00
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml support/misc/gitlab-ci.yml.in: retry a job only if it failed due to a runner issue 2023-08-27 10:09:37 +02:00
.shellcheckrc
CHANGES Update for 2023.08.2 2023-10-15 23:07:16 +02:00
Config.in Config.in: default to HTTPS for s.b.n backup site 2023-10-30 18:17:14 +01:00
Config.in.legacy boot/lpc32xxcdl: remove package 2023-08-10 19:41:42 +02:00
COPYING
DEVELOPERS package/opencv4-contrib: properly note dependencies between modules 2023-10-26 13:04:22 +02:00
Makefile Makefile: drop gen-missing-cpe leftovers 2023-11-09 12:15:19 +01:00
Makefile.legacy
README

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