diff options
author | Daniel Golle <daniel@makrotopia.org> | 2023-05-18 11:21:48 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2023-05-18 11:24:07 +0100 |
commit | fd0118c0a58fa06bced88b64d24b7e921213a56e (patch) | |
tree | 416f5d0ee3f0686a2a59833ec4614615e3e403ec /target/linux | |
parent | 97a37288b99bc0e61984a0d52ce98462639b91a4 (diff) | |
download | upstream-fd0118c0a58fa06bced88b64d24b7e921213a56e.tar.gz upstream-fd0118c0a58fa06bced88b64d24b7e921213a56e.tar.bz2 upstream-fd0118c0a58fa06bced88b64d24b7e921213a56e.zip |
mediatek: remove left-over reference to make_gl_metadata.py
When adding support for the GL.iNet GL-MT3000 a reference to the
non-existent make_gl_metadata.py script was accidentally added.
Remove it, flashing from vendor firmware also works fine without that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mediatek/image/filogic.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index dcd048046c..5c8b47c662 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -53,9 +53,7 @@ metadata_gl_json = \ "revision": "$(call json_quote,$(REVISION))", \ "target": "$(call json_quote,$(TARGETID))", \ "board": "$(call json_quote,$(if $(BOARD_NAME),$(BOARD_NAME),$(DEVICE_NAME)))" \ - }, \ - "upgrade_control":"$(shell python3 $(TOPDIR)/make_gl_metadata.py)", \ - "release_note":"$(shell sed ':a;N;s/\n/\\n/g;s/\r/\\r/g;ta' $(TOPDIR)/gl_release_note)" \ + } \ }' define Build/append-gl-metadata |