From: Moritz Warning Date: Sun, 16 Feb 2020 17:42:42 +0000 (+0100) Subject: target value is fixed in openwrt now X-Git-Tag: v1.0.0~9 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=59974fbdd490b65e6f049a0ab616a887f771d61e;p=web%2Ffirmware-selector-openwrt-org.git target value is fixed in openwrt now --- diff --git a/misc/collect.py b/misc/collect.py index 01cc94c..0ce6678 100755 --- a/misc/collect.py +++ b/misc/collect.py @@ -60,7 +60,7 @@ for path in paths: for image in obj['images']: images.append(image['name']) - target = obj['target'].strip('/') # small fix for stray '/' + target = obj['target'] id = obj['id'] for title in obj['titles']: if 'title' in title: