[Buildroot] [PATCH buildroot-test v2 3/3] web/func.inc.php: add a link to the request page in the footer

Victor Huesca victor.huesca at bootlin.com
Mon Aug 19 09:00:38 UTC 2019


Allow to access the new request page from the footer.

Signed-off-by: Victor Huesca <victor.huesca at bootlin.com>
---
 web/funcs.inc.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/funcs.inc.php b/web/funcs.inc.php
index e3fb577..80130f8 100644
--- a/web/funcs.inc.php
+++ b/web/funcs.inc.php
@@ -24,6 +24,7 @@ function bab_footer()
   echo "<a href=\"stats.php\">build stats</a> - ";
   echo "<a href=\"stats/\">package stats</a> - ";
   echo "<a href=\"toolchains/\">toolchain configs</a> - ";
+  echo "<a href=\"request\">advanced search</a> - ";
   echo "<a href=\"http://git.buildroot.net/buildroot-test/plain/utils/br-reproduce-build\">Script to reproduce a build</a>\n";
   echo "</p>\n";
   echo "</body>\n";
-- 
2.21.0




More information about the buildroot mailing list