diff options
author | David Bauer <mail@david-bauer.net> | 2020-10-03 13:25:02 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-10-03 19:00:49 +0200 |
commit | ea9046d1ae255e5141813d80a7fd0cc65e610363 (patch) | |
tree | 6ce3b1c8f7957d5ff319a0bdadbad7fed93a9195 /package/boot/uboot-rockchip/Makefile | |
parent | d6a9a92e32177e8236812045d09deacc4e36be26 (diff) | |
download | upstream-ea9046d1ae255e5141813d80a7fd0cc65e610363.tar.gz upstream-ea9046d1ae255e5141813d80a7fd0cc65e610363.tar.bz2 upstream-ea9046d1ae255e5141813d80a7fd0cc65e610363.zip |
Revert "uboot-rockchip: update NanoPi R2S patches"
This reverts commit bda6f6572be630bcf9a1c8a429e40d8a53033af5.
This commit breaks the onboard ethernet on some units. Revert it for
now.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 1dbdcb531f..d460e3723e 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_VERSION:=2020.07 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_HASH:=c1f5bf9ee6bb6e648edbf19ce2ca9452f614b08a9f886f1a566aa42e8cf05f6a |