[Buildroot] [PATCH] pkg-stats: fix the broken "results" link

Luca Ceresoli luca at lucaceresoli.net
Sun Nov 4 17:37:37 UTC 2012


At the top of the output html page there is a dangling "results" link.

Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>
---
 support/scripts/pkg-stats |    1 +
 1 file changed, 1 insertion(+)

diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats
index 9c8ec49..929b8d1 100755
--- a/support/scripts/pkg-stats
+++ b/support/scripts/pkg-stats
@@ -227,6 +227,7 @@ for i in $(find boot/ linux/ package/ -name '*.mk' | sort) ; do
 done
 echo "</table>"
 
+echo "<a id="results"></a>"
 echo "<table>"
 echo "<tr>"
 echo "<td>Packages using the <i>generic</i> infrastructure</td>"
-- 
1.7.9.5



More information about the buildroot mailing list