diff options
author | David Bauer <mail@david-bauer.net> | 2020-09-28 17:55:21 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-09-30 00:06:45 +0200 |
commit | bda6f6572be630bcf9a1c8a429e40d8a53033af5 (patch) | |
tree | 3dd50b55b2545bf3aecee55612b5cb7fb1727a1b /package/boot/uboot-rockchip/Makefile | |
parent | cba4120768a39c9ff222734dce2ced43b70bd60c (diff) | |
download | upstream-bda6f6572be630bcf9a1c8a429e40d8a53033af5.tar.gz upstream-bda6f6572be630bcf9a1c8a429e40d8a53033af5.tar.bz2 upstream-bda6f6572be630bcf9a1c8a429e40d8a53033af5.zip |
uboot-rockchip: update NanoPi R2S patches
Update the patches required for the NanoPi R2S to match the DTS accepted
for upstream Linux. The U-Boot patch meanwhile is still pending
upstream.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/boot/uboot-rockchip/Makefile')
-rw-r--r-- | package/boot/uboot-rockchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index e5c49d00bb..1dbdcb531f 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -6,6 +6,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_VERSION:=2020.07 +PKG_RELEASE:=2 PKG_HASH:=c1f5bf9ee6bb6e648edbf19ce2ca9452f614b08a9f886f1a566aa42e8cf05f6a |