From: Paul Spooren Date: Thu, 5 Mar 2020 09:42:03 +0000 (-1000) Subject: Merge pull request #18 from mwarning/rename X-Git-Tag: v2.1.0~13 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=32eea490878f0c85466d216778f95cef464bffd1;p=web%2Ffirmware-selector-openwrt-org.git Merge pull request #18 from mwarning/rename rename varaibles 'version' => 'release' and 'commit' => 'code' --- 32eea490878f0c85466d216778f95cef464bffd1 diff --cc README.md index 6d0829e,1959f1f..4284df2 --- a/README.md +++ b/README.md @@@ -21,9 -21,9 +21,9 @@@ The `names-.json` files are ba (master): `Global build settings ---> [*] Create JSON info files per build image`. -A [Python script](misc/collect.py) is included to create those json files: +A [Python script](misc/collect.py) is included to merge the JSON files: `./collect.py bin/ --url - 'https://downloads.openwrt.org/releases/{release}/targets/{target}' > + 'https://downloads.openwrt.org/releases/{version}/targets/{target}' > names-test.json`. For the OpenWrt 18.06 and 19.07 releases, you need to patch OpenWrt to output JSON files for collect.py (commit [openwrt/openwrt@881ed09](https://github.com/openwrt/openwrt/commit/881ed09ee6e23f6c224184bb7493253c4624fb9f)).