From d69e7fe9ac2fa72a925b2c7c2d0f4121fd2838b2 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Mon, 14 Nov 2016 19:37:02 +0100 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ u-boot ] ------------------------------------------------------------------------------- * d907f86 print on serial port when rescue mode is active. * b326684 Add led command. ------------------------------------------------------------------------------- commit d907f8696346609080d0cf134d40acdc2c3f6ae6 Author: Kenneth Johansson Date: 2016-11-14 19:30:04 +0100 print on serial port when rescue mode is active. Base directory -> / board/inteno/ex400/board.c | 1 + 1 file changed, 1 insertion(+) ------------------------------------------------------------------------------- commit b326684d8c3a4083114a9981249d2c6c0792a0ab Author: Kenneth Johansson Date: 2016-11-14 19:26:49 +0100 Add led command. Base directory -> / board/inteno/ex400/Makefile | 1 + board/inteno/ex400/board.c | 45 ++++++++++++++++++--------- board/inteno/ex400/led.c | 74 +++++++++++++++++++++++++++++++++++++++++++++ board/inteno/ex400/led.h | 14 +++++++++ 4 files changed, 119 insertions(+), 15 deletions(-) ------------------------------------------------------------------------------- --- uboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uboot/Makefile b/uboot/Makefile index e064b8c9f..4e00cefc1 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:=969b9ac3298df577bde6b7ec24c03e26df1a3da7 +PKG_SOURCE_VERSION:=d907f8696346609080d0cf134d40acdc2c3f6ae6 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)