mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update feed [ iopsys ] package [ u-boot-ex400 ]
-------------------------------------------------------------------------------
* 4cd73fe5db ex400: Update bootloader version to new IOWRT 6 format
* b22609213e Revert "ex400: enable network by default"
-------------------------------------------------------------------------------
commit 4cd73fe5db0ebfc1242ca9c85c14d7f0718eaf73
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2021-12-08 17:27:59 +0100
ex400: Update bootloader version to new IOWRT 6 format
Base directory -> /
board/inteno/common/board.c | 4 ++--
board/inteno/ex400/board.c | 17 ++++++++++++++++-
2 files changed, 18 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit b22609213e92496f6cc44028f9b9930becb8a999
Author: Andreas Gnau <andreas.gnau@iopsys.eu>
Date: 2022-03-31 13:35:09 +0200
Revert "ex400: enable network by default"
This reverts commit 0cd508d8dd077d62baa59a0d74e2e5f24cff8926.
It turns out that not starting network by default had a reason. See
fccb9d5ee7 (Prevent ethernet to start up by default., 2017-05-11).
Quoting the commit message:
> This is needed as the setup has all port in the same switch
> so WAN is connected to LAN and dhcp on clients on LAN is getting
> out to the ISP and stealing ip numbers.
We do not want to have networking by default with a static IP on the
WAN-port. In addition, test-scripts would need adaptation if the networking
is not to started by default, which is not worth it for an old platform like
this.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Base directory -> /
board/inteno/common/board.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
9d099ff1ce
commit
32fbe3288f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://dev.iopsys.eu/ensemble/u-boot.git
|
||||||
PKG_SOURCE_VERSION:=1b320f0656bfc8504fa4f771dd77d8e403ed00e0
|
PKG_SOURCE_VERSION:=1b320f0656bfc8504fa4f771dd77d8e403ed00e0
|
||||||
else
|
else
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/uboot.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/uboot.git
|
||||||
PKG_SOURCE_VERSION:=cc5b0b236c4536ad4b694407f8ea258c61aaa76c
|
PKG_SOURCE_VERSION:=4cd73fe5db0ebfc1242ca9c85c14d7f0718eaf73
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue