[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-366-g6aa7a03
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2018-01-09 10:18:51
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 6aa7a03d3d971a294f2cec9a3a7a05342ea465ec (commit)
from 662f362e3f18ceb35f2647b2feac209c798fc660 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6aa7a03d3d971a294f2cec9a3a7a05342ea465ec
Author: Julien BOIBESSOT <jul...@ar...>
Date: Tue Jan 9 11:18:30 2018 +0100
[LINUX] opos6ul(nano): 4.8+: add bridge network driver to be able to create bridged network ;-)
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.8.config | 1 +
buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.9.config | 1 +
.../target/device/armadeus/opos6ulnano/opos6ulnano-linux-4.9.config | 1 +
3 files changed, 3 insertions(+)
diff --git a/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.8.config b/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.8.config
index 33abad5..03156c0 100644
--- a/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.8.config
+++ b/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.8.config
@@ -49,6 +49,7 @@ CONFIG_IP_PNP_DHCP=y
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_NETFILTER=y
+CONFIG_BRIDGE=m
CONFIG_6LOWPAN=m
CONFIG_IEEE802154=m
CONFIG_CAN=y
diff --git a/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.9.config b/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.9.config
index 06ab705..19cf0fb 100644
--- a/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.9.config
+++ b/buildroot/target/device/armadeus/opos6ul/opos6ul-linux-4.9.config
@@ -48,6 +48,7 @@ CONFIG_IP_PNP_DHCP=y
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_NETFILTER=y
+CONFIG_BRIDGE=m
CONFIG_6LOWPAN=m
CONFIG_IEEE802154=m
CONFIG_CAN=y
diff --git a/buildroot/target/device/armadeus/opos6ulnano/opos6ulnano-linux-4.9.config b/buildroot/target/device/armadeus/opos6ulnano/opos6ulnano-linux-4.9.config
index 4bf9fc0..054b9d4 100644
--- a/buildroot/target/device/armadeus/opos6ulnano/opos6ulnano-linux-4.9.config
+++ b/buildroot/target/device/armadeus/opos6ulnano/opos6ulnano-linux-4.9.config
@@ -48,6 +48,7 @@ CONFIG_IP_PNP_DHCP=y
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_NETFILTER=y
+CONFIG_BRIDGE=m
CONFIG_6LOWPAN=m
CONFIG_IEEE802154=m
CONFIG_CAN=y
hooks/post-receive
--
armadeus
|