package: add missing upstreal url to local packages

Mandatory per packaging guide https://nightly.buildroot.org/#_config_files

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-04-11 06:19:07 +02:00
parent 5653f298df
commit 1a5224481d
6 changed files with 11 additions and 0 deletions
+2
View File
@@ -10,3 +10,5 @@ config BR2_PACKAGE_CONFD
A plugin to sysrepo that provides the core YANG models used to
manage an Infix based system. Configuration can be done using
either the on-system CLI or using NETCONF.
https://github.com/kernelkit/infix
+1
View File
@@ -5,3 +5,4 @@ config BR2_PACKAGE_EXECD
help
Generic job queue executor with retry on route changes.
https://github.com/kernelkit/infix
+2
View File
@@ -8,3 +8,5 @@ config BR2_PACKAGE_FACTORY
system to reboot. Sufficient care has been taken to make the
factory program as secure as possible. With the worst possible
eftect to only be abused to reboot the system.
https://github.com/kernelkit/infix
+2
View File
@@ -4,3 +4,5 @@ config BR2_PACKAGE_KEYACK
Blocks until a specific key is pressed and released. Useful
when you want a user to confirm some action by physically
pressing a button.
https://github.com/kernelkit/infix
+2
View File
@@ -7,6 +7,8 @@ config BR2_PACKAGE_KLISH_PLUGIN_INFIX
A plugin to klish with an opinionated config and some
command extensions, suitable for systems running Infix.
https://github.com/kernelkit/infix
if BR2_PACKAGE_KLISH_PLUGIN_INFIX
config BR2_PACKAGE_KLISH_PLUGIN_INFIX_SHELL
+2
View File
@@ -10,3 +10,5 @@ config BR2_PACKAGE_STATD
operational run-time info. Such as interface state and address.
All data supplied should be fetched from the running system,
which might differ from data configured through confd.
https://github.com/kernelkit/infix