1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Update to version 2016.09

PR:		213123
Submitted by:	Emmanuel Vadot (maintainer)
This commit is contained in:
Pawel Pekala 2016-10-02 19:36:21 +00:00
parent 32e5df76c8
commit 6c08a66fee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423147
3 changed files with 4 additions and 15 deletions

View File

@ -13,7 +13,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= arm-none-eabi-gcc:devel/arm-none-eabi-gcc
UBOOT_VERSION?= 2016.07
UBOOT_VERSION?= 2016.09
BOARD_CONFIG?= A20-Olimex-SOM-EVB_defconfig
MODEL?= olimex-a20-som-evb

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1468333360
SHA256 (u-boot-2016.07.tar.bz2) = 974fb7225c0af6a721307631f66b81e20dbda82a4d7cc32aba2a625727231253
SIZE (u-boot-2016.07.tar.bz2) = 11506848
TIMESTAMP = 1474034864
SHA256 (u-boot-2016.09.tar.bz2) = 994e7b9e0e350d9f91f5892d5e5bff00d3714a4962f520f78a64a461ef950ba9
SIZE (u-boot-2016.09.tar.bz2) = 11790685

View File

@ -1,11 +0,0 @@
--- api/api_net.c.orig 2016-07-11 19:01:01 UTC
+++ api/api_net.c
@@ -25,7 +25,7 @@ DECLARE_GLOBAL_DATA_PTR;
#define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0)
-#ifdef CONFIG_CMD_NET
+#if defined(CONFIG_CMD_NET) && !defined(CONFIG_DM_ETH)
static int dev_valid_net(void *cookie)
{