From d9bfa19cd7c99715adfaade790df1565d3b01f2b Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Thu, 1 Sep 2016 15:03:03 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ u-boot ] ------------------------------------------------------------------------------- * cfe658c Add support for ubi in userspace tools. ------------------------------------------------------------------------------- commit cfe658c690831ad73a0038220ff402dd3d5a26e7 Author: Kenneth Johansson Date: 2016-08-31 17:29:32 +0200 Add support for ubi in userspace tools. Base directory -> / tools/env/fw_env.c | 249 +++++++++++++++++++++++++++++++++++++++++++++++- tools/env/fw_env.config | 8 ++ 2 files changed, 256 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- --- uboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uboot/Makefile b/uboot/Makefile index 88a1dce12..cc9821a5f 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:=0d907de690c5d427345ede141c2e779218d09ab2 +PKG_SOURCE_VERSION:=cfe658c690831ad73a0038220ff402dd3d5a26e7 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)