Go to file
Fabrice Fontaine 5a2ccdb145 package/softether: requires DES, MD4 and RC4 support in openssl
Enable DES, MD4 and RC4 in openssl to fix build failure raised since
commit a83d41867c

Fixes:
 - http://autobuild.buildroot.org/results/ce601fb26d143e03adb39c41f2fdfca3b3191127

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[yann.morin.1998@free.fr:
  - drop conditionals on selects: libopenssl is forced
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-06-12 23:11:23 +02:00
arch
board Merge branch 'next' 2021-06-07 17:14:37 +02:00
boot Merge branch 'next' 2021-06-07 17:14:37 +02:00
configs Merge branch 'next' 2021-06-07 17:14:37 +02:00
docs docs/website: change wording about training provided by Bootlin 2021-06-12 23:09:43 +02:00
fs
linux {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 10, 11, 12}.x series 2021-06-12 16:23:38 +02:00
package package/softether: requires DES, MD4 and RC4 support in openssl 2021-06-12 23:11:23 +02:00
support Merge branch 'next' 2021-06-07 17:14:37 +02:00
system
toolchain
utils Merge branch 'next' 2021-06-07 17:14:37 +02:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
CHANGES
Config.in Merge branch 'next' 2021-06-07 17:14:37 +02:00
Config.in.legacy
COPYING
DEVELOPERS Merge branch 'next' 2021-06-07 17:14:37 +02:00
Makefile Kickoff 2021.08 cycle 2021-06-07 11:20:28 +02: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