diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2019-03-16 23:19:04 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2019-03-28 02:10:12 +0100 |
commit | 95f07502b760ace99b5555fea8b4faa743a137c1 (patch) | |
tree | 3ba131805deb22193c032f170ff31d0099e50803 /package/boot/uboot-omap/Makefile | |
parent | 28920330f86d628a287f00f2596f4aaead8e2e19 (diff) | |
download | upstream-95f07502b760ace99b5555fea8b4faa743a137c1.tar.gz upstream-95f07502b760ace99b5555fea8b4faa743a137c1.tar.bz2 upstream-95f07502b760ace99b5555fea8b4faa743a137c1.zip |
package/uboot-omap: backport patches to fix build
* 106: fix build when libfdt-devel is installed on host
* 107: fix stdbool.h includes
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'package/boot/uboot-omap/Makefile')
-rw-r--r-- | package/boot/uboot-omap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile index 69f234d182..f2a26796d8 100644 --- a/package/boot/uboot-omap/Makefile +++ b/package/boot/uboot-omap/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_VERSION:=2017.01 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_HASH:=6c425175f93a4bcf2ec9faf5658ef279633dbd7856a293d95bd1ff516528ecf2 |