mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
e5459a3f6a
The fixing of [1] and related code reviews [2] and [3] highlighted the need for a package providing a versioned PEN (Enterprise Numbers) registry file from IANA (Internet Assigned Numbers Authority). The GitHub repository from which this package originates is a mirror of the IANA registries periodically updated from https://www.iana.org/protocols. [1] http://autobuild.buildroot.org/results/5ae5ee948d99679cd50d1115a7d46f4368347b4f [2] https://patchwork.ozlabs.org/project/buildroot/patch/20240902210055.239859-1-dario.binacchi@amarulasolutions.com [3] https://patchwork.ozlabs.org/project/buildroot/patch/20240904174021.2670289-1-dario.binacchi@amarulasolutions.com/ Co-Developed-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Co-Developed-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [yann.morin.1998@free.fr: add licensing info] Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
config BR2_PACKAGE_IANA_ASSIGNMENTS
|
|
bool "IANA assignments"
|
|
select BR2_PACKAGE_IANA_ASSIGNMENTS_PEN_REG
|
|
help
|
|
Mirror of the IANA registries periodically updated
|
|
from https://www.iana.org/protocols.
|
|
|
|
https://github.com/larseggert/iana-assignments
|
|
|
|
if BR2_PACKAGE_IANA_ASSIGNMENTS
|
|
|
|
config BR2_PACKAGE_IANA_ASSIGNMENTS_PEN_REG
|
|
bool "PEN (Enterprise Numbers) registry"
|
|
|
|
endif
|