buildroot/package/iana-assignments/Config.in
Dario Binacchi e5459a3f6a package/iana-assignments: new package
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>
2024-09-14 13:31:35 +02:00

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