mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
u-boot: new version to force update on all boards.
Force the u-boot version to include the actual build time. This is needed for the "uboot_inteno_version" variable update to work in all situations.
This commit is contained in:
parent
112bcd7856
commit
ad4bdf1cbe
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=u-boot
|
||||
PKG_VERSION:=2016.08
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
PKG_SOURCE_URL:=http://public.inteno.se:/uboot
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=38f170244c587eb3eec37c4c033bf41c0abb89dc
|
||||
|
|
@ -24,6 +24,9 @@ PKG_BUILD_PARALLEL:=1
|
|||
#include $(INCLUDE_DIR)/u-boot.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
# prevent openwrt source date to be used as build date by u-boot
|
||||
unexport SOURCE_DATE_EPOCH
|
||||
|
||||
|
||||
define uboot/Default
|
||||
TITLE:=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue