From: Paul Spooren Date: Fri, 10 Apr 2020 07:31:54 +0000 (-1000) Subject: asu: send target to ASU server X-Git-Tag: v2.2.1~24^2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9a7bb4b339d496cb5a9fd4539c85aac8249de520;p=web%2Ffirmware-selector-openwrt-org.git asu: send target to ASU server The updated API requires the target as the 'profiles' are not unique (e.g. for x86 images). Signed-off-by: Paul Spooren --- diff --git a/index.js b/index.js index 09631dc..92fb993 100644 --- a/index.js +++ b/index.js @@ -61,6 +61,7 @@ function build_asa_request() { showStatus(''); var request_data = { + 'target': current_model.target, 'profile': current_model.id, 'packages': split($('packages').value), 'version': $('versions').value