mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-02 07:24:43 +01:00
uboot: Fix hang. variable is of array type not char.
Boot was hanging.
This commit is contained in:
parent
37de7ba685
commit
cd46d8ea1d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ PKG_VERSION:=2016.08
|
|||
PKG_RELEASE:=4
|
||||
PKG_SOURCE_URL:=http://public.inteno.se:/uboot
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=37d00bb3d953518890191bd62c21b0046ee0f18d
|
||||
PKG_SOURCE_VERSION:=b0a0b127f0848e191b80979ad7de5f10c3e01a1b
|
||||
|
||||
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