From 8fb444d0cd18b3b82a1e3be7f582b0502c1da511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Lebrun?= Date: Wed, 15 Oct 2025 11:55:25 +0200 Subject: [PATCH] projects: add iproute2 project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add iproute2 project. Pretty standard C project and versioning is as we like it to be. Almost nothing to be done. https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/ https://en.wikipedia.org/wiki/Iproute2 https://wiki.linuxfoundation.org/networking/iproute2 Signed-off-by: Théo Lebrun --- elixir/filters/projects.py | 4 ++++ projects/iproute2.sh | 0 utils/index | 1 + 3 files changed, 5 insertions(+) create mode 100644 projects/iproute2.sh diff --git a/elixir/filters/projects.py b/elixir/filters/projects.py index d676630..f3a48d2 100755 --- a/elixir/filters/projects.py +++ b/elixir/filters/projects.py @@ -78,6 +78,10 @@ project_filters = { *common_kconfig_filters, *common_makefile_filters, ], + 'iproute2': [ + *default_filters, + *common_makefile_filters, + ], 'linux': [ *default_filters, DtsiFilter, diff --git a/projects/iproute2.sh b/projects/iproute2.sh new file mode 100644 index 0000000..e69de29 diff --git a/utils/index b/utils/index index 0a5a516..8bd4312 100755 --- a/utils/index +++ b/utils/index @@ -141,6 +141,7 @@ add_default_remotes $1 $# $2 linux https://git.kernel.org/pub/scm/linux/kernel/g add_default_remotes $1 $# $2 xen https://xenbits.xen.org/git-http/xen.git add_default_remotes $1 $# $2 freebsd https://git.freebsd.org/src.git add_default_remotes $1 $# $2 opensbi https://github.com/riscv-software-src/opensbi +add_default_remotes $1 $# $2 iproute2 https://git.kernel.org/pub/scm/network/iproute2/iproute2.git # Index a single project if test "x$2" != "x--all"; then