mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-20 19:33:01 +01:00
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 <kenneth@southpole.se>
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 <kenneth@southpole.se>
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(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
eb420976d0
commit
d69e7fe9ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue