aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/branding.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2015-02-11 13:08:36 +0000
committerMichael Brown <mcb30@ipxe.org>2015-02-11 14:11:28 +0000
commite1ce15ec3cf1d66d0e9559aa0904b4147b5cd0fd (patch)
tree5e761ac33b71aae9892485df31f0866a1b265c62 /src/config/branding.h
parent544a6a9769112661b7831e114db4bf06c13baa67 (diff)
downloadipxe-e1ce15ec3cf1d66d0e9559aa0904b4147b5cd0fd.tar.gz
[build] Allow product URI to be customised via config/branding.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/branding.h')
-rw-r--r--src/config/branding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/branding.h b/src/config/branding.h
index e96d8ca7..abb32612 100644
--- a/src/config/branding.h
+++ b/src/config/branding.h
@@ -26,6 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
#define PRODUCT_NAME ""
#define PRODUCT_SHORT_NAME "iPXE"
+#define PRODUCT_URI "http://ipxe.org"
#include <config/local/branding.h>