udpate readme
authorMoritz Warning <moritzwarning@web.de>
Sun, 16 Feb 2020 14:22:38 +0000 (15:22 +0100)
committerMoritz Warning <moritzwarning@web.de>
Sun, 16 Feb 2020 14:22:38 +0000 (15:22 +0100)
README.md
misc/README.md

index 85a06fd08cde3b37aff52237ac8cbe6c50fe702a..c1723bf669fedc950cd5c46c20ba1666c07c23fb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,9 +16,11 @@ Configure with [config.js](config.js).
 
 ## Update Database
 
-The `data.json` is based on JSON files created by OpenWrt (master): `Global build settings  ---> [*] Create JSON info files per build image`.
+The `names-<version>.json` files are based on JSON files created by OpenWrt (master): `Global build settings  ---> [*] Create JSON info files per build image`.
 
-A [Python script](misc/collect.py) is included that can merge all these JSON files for a new `data.json` file: `./collect.py bin/ --link 'https://downloads.openwrt.org/releases/%release/targets/%target/%file' > data.json`.
+A [Python script](misc/collect.py) is included to create those json files: `./collect.py bin/ --link 'https://downloads.openwrt.org/releases/%release/targets/%target/%file' > names-test.json`.
+
+Note: Files `names-18.06.7.json` and `names-19.07.1.json` contain data for older OpenWrt releases that do not support JSON output. It was generated using heuristics.
 
 ## Contributions
 
index 04df60572431c1ec73d016e2dcb45623364120e2..16db20e9274a6cbb33bdbedcb749ccdd73e19450 100644 (file)
@@ -1,3 +1,2 @@
 
 `bin/` is an example of OpenWrt output. Everything except the JSON files was removed.
-Files `18.06.7.json` and `19.07.1.json` contain data for older OpenWrt releases that do not support JSON output. It was generated using heuristics.