Advertisement
dyeske

ipxe branding

Sep 30th, 2017
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. diff --git a/src/config/branding.h b/src/config/branding.h
  2. index 73f00af9..69fcec62 100644
  3. --- a/src/config/branding.h
  4. +++ b/src/config/branding.h
  5. @@ -169,6 +169,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  6. */
  7. #define PRODUCT_SETTING_URI "http://ipxe.org/cfg/%s"
  8.  
  9. +#include <config/named.h>
  10. +#include NAMED_CONFIG(branding.h)
  11. #include <config/local/branding.h>
  12. +#include LOCAL_NAMED_CONFIG(branding.h)
  13.  
  14. #endif /* CONFIG_BRANDING_H */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement