mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
While applying, the package was renamed from libchicken to chicken, but two references remained: in DEVELOPERS, and in the Config.in help text. Fix both. While we're at it, extend the help text by copying the first sentence of the website. Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
config BR2_PACKAGE_CHICKEN
|
|
bool "chicken"
|
|
depends on BR2_USE_MMU
|
|
help
|
|
CHICKEN is a compiler for the Scheme programming language.
|
|
This package contains the runtime, the interpreter, and
|
|
the (native for target) compiler.
|
|
|
|
https://call-cc.org
|