* [Buildroot] [PATCH] pkg-stats: fix the broken "results" link
@ 2012-11-04 17:37 Luca Ceresoli
2012-11-04 17:48 ` Thomas Petazzoni
2012-11-05 8:17 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Luca Ceresoli @ 2012-11-04 17:37 UTC (permalink / raw)
To: buildroot
At the top of the output html page there is a dangling "results" link.
Signed-off-by: Luca Ceresoli <luca@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] pkg-stats: fix the broken "results" link
2012-11-04 17:37 [Buildroot] [PATCH] pkg-stats: fix the broken "results" link Luca Ceresoli
@ 2012-11-04 17:48 ` Thomas Petazzoni
2012-11-05 8:17 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2012-11-04 17:48 UTC (permalink / raw)
To: buildroot
On Sun, 4 Nov 2012 18:37:37 +0100, Luca Ceresoli wrote:
> 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>
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] pkg-stats: fix the broken "results" link
2012-11-04 17:37 [Buildroot] [PATCH] pkg-stats: fix the broken "results" link Luca Ceresoli
2012-11-04 17:48 ` Thomas Petazzoni
@ 2012-11-05 8:17 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-11-05 8:17 UTC (permalink / raw)
To: buildroot
>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:
Luca> At the top of the output html page there is a dangling "results" link.
Luca> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-05 8:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 17:37 [Buildroot] [PATCH] pkg-stats: fix the broken "results" link Luca Ceresoli
2012-11-04 17:48 ` Thomas Petazzoni
2012-11-05 8:17 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox