From 10dad130643e7139cfbd119ab1970264de00dce5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 5 May 2008 10:28:55 +0000 Subject: [PATCH] fix modules.list and its update script --- modules.list | 1 + modules.update | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules.list b/modules.list index a5f3fd94..9b0c84a8 100644 --- a/modules.list +++ b/modules.list @@ -29,4 +29,5 @@ pypcilib ulogd util-vserver-pl util-vserver:scholz +vsys wireless-tools diff --git a/modules.update b/modules.update index 4f443564..4ab33736 100755 --- a/modules.update +++ b/modules.update @@ -1,5 +1,6 @@ #!/bin/bash # redirect this into modules.list to get it refreshed - -for tags in *tags*4.2.mk ; do make stage1=true PLDISTROTAGS=$tags module-tools ; done | sort -u | grep -v '^build$' +# +# we set DISTRONAME as this cannot be correctly guessed from the build box root context +for tags in *tags*4.2.mk ; do make stage1=true PLDISTROTAGS=$tags DISTRONAME=f8 module-tools ; done | sort -u | grep -v '^build$' -- 2.43.0