summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2012-11-04 07:37:37 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-05 09:17:24 +0100
commitf54752b67306a0b2648379db2102b1ea297ba448 (patch)
tree265048cde34766169309a50edfdb54722e085544 /support
parentc65d92e8e2767b09aaee6b717cbd9b66f88ea39c (diff)
downloadbuildroot-novena-f54752b67306a0b2648379db2102b1ea297ba448.tar.gz
buildroot-novena-f54752b67306a0b2648379db2102b1ea297ba448.zip
pkg-stats: fix the broken "results" link
At the top of the output html page there is a dangling "results" link. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/pkg-stats1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats
index 9c8ec492c..929b8d1ea 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>"