diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-08-19 03:57:00 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-10-04 20:46:30 +0100 |
commit | b6da10f2d1b82ca3c6d7cac55403d93b64828cdd (patch) | |
tree | 832f5db95a82e9b9355a328f89f822af5ef48bb4 /package/boot/uboot-mediatek/patches/100-scripts-remove-dependency-on-swig.patch | |
parent | ed7769aa405fe246b89c9c97b7fb552dfb0b4995 (diff) | |
download | upstream-b6da10f2d1b82ca3c6d7cac55403d93b64828cdd.tar.gz upstream-b6da10f2d1b82ca3c6d7cac55403d93b64828cdd.tar.bz2 upstream-b6da10f2d1b82ca3c6d7cac55403d93b64828cdd.zip |
uboot-mediatek: update to 2021.10
U-Boot 2021.10 has been released.
Rebase mediatek patches on top of new release and remove some patches
which have been merged upstream.
Tested on Bananapi BPi-R2 (mt7623), Bananapi BPi-R64 (mt7622) and
Linksys E8450 (mt7622).
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/boot/uboot-mediatek/patches/100-scripts-remove-dependency-on-swig.patch')
-rw-r--r-- | package/boot/uboot-mediatek/patches/100-scripts-remove-dependency-on-swig.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-mediatek/patches/100-scripts-remove-dependency-on-swig.patch b/package/boot/uboot-mediatek/patches/100-scripts-remove-dependency-on-swig.patch index 0505589385..3fcae5ac7f 100644 --- a/package/boot/uboot-mediatek/patches/100-scripts-remove-dependency-on-swig.patch +++ b/package/boot/uboot-mediatek/patches/100-scripts-remove-dependency-on-swig.patch @@ -1,7 +1,7 @@ -From b137ca16b54c67d76714ea5a0138741959b0dc29 Mon Sep 17 00:00:00 2001 +From 12de602dc824bcb821287500fba831225cff5392 Mon Sep 17 00:00:00 2001 From: David Bauer <mail@david-bauer.net> Date: Mon, 13 Jul 2020 23:37:37 +0200 -Subject: [PATCH] scripts: remove dependency on swig +Subject: [PATCH 11/12] scripts: remove dependency on swig Don't build the libfdt tool, as it has a dependency on swig (which OpenWrt does not ship). |