From d7631bfb9fa928220e5306d2033d1459eee7a106 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 1 Jan 2018 13:35:26 +0100 Subject: make vendor specific info more customizeable --- target/config/Config.in.adk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target') diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 6d4b47ea3..9d9415afc 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -3,6 +3,16 @@ menu "Global settings" +config ADK_VENDOR + string "Vendor name" + default "openadk" + help + Vendor string is used for toolchain and other packages. + +config ADK_VENDOR_URL + string "Vendor url" + default "https://openadk.org" + config ADK_HOST string "webserver for packages and distfiles" default "openadk.org" -- cgit v1.2.3