From: Luca Ceresoli Date: Sun, 4 Nov 2012 07:37:37 +0000 (+0000) Subject: pkg-stats: fix the broken "results" link X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f54752b67306a0b2648379db2102b1ea297ba448;p=buildroot.git 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 Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats index 9c8ec492c1..929b8d1eaa 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 "" +echo "" echo "" echo "" echo ""
Packages using the generic infrastructure