diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-07-22 17:55:07 -0700 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-23 17:38:13 +0200 |
commit | 1db3fb5842ce5c5cf00f2f30d165b92c6ff2a9cf (patch) | |
tree | c0d9810414be87fe7ecdfc5b5531a6df4069ac06 /package/boot/uboot-mediatek/Makefile | |
parent | cdb25bcef3799ae2bee026a51f2f9a4e19da1e5c (diff) | |
download | upstream-1db3fb5842ce5c5cf00f2f30d165b92c6ff2a9cf.tar.gz upstream-1db3fb5842ce5c5cf00f2f30d165b92c6ff2a9cf.tar.bz2 upstream-1db3fb5842ce5c5cf00f2f30d165b92c6ff2a9cf.zip |
uboot-mediatek: remove swig requirement
Ever since this package was introduced, the SDK for mt7629 failed to
build as it started failing on this package.
Fixed by porting Hauke's similar patch for uboot-sunxi to uboot-mediatek.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/boot/uboot-mediatek/Makefile')
-rw-r--r-- | package/boot/uboot-mediatek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index f6745f6cad..a7b47ecae5 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_VERSION:=2020.04 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_HASH:=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372 include $(INCLUDE_DIR)/u-boot.mk |