From 2d057b39a907af84527466bc44c847dba5dddb4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Tue, 2 May 2017 14:06:17 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ u-boot ] ------------------------------------------------------------------------------- * a2aacfd Fix for ubifs mount. ------------------------------------------------------------------------------- commit a2aacfdc3931a65b11929f685e7ed067bf1fbfa9 Author: Kenneth Johansson Date: 2017-05-02 13:56:58 +0200 Fix for ubifs mount. Replaying the journal require more memory. Give u-boot 4MB instead of 1MB. Base directory -> / include/configs/ex400.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- --- uboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uboot/Makefile b/uboot/Makefile index ef4fa2c0e..1fc8ff198 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2016.08 PKG_RELEASE:=1 PKG_SOURCE_URL:=git@private.inteno.se:uboot PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=08fb2b839326c3bc2a2a0472b5dae6ee0288e483 +PKG_SOURCE_VERSION:=a2aacfdc3931a65b11929f685e7ed067bf1fbfa9 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)