summaryrefslogtreecommitdiff
path: root/target/mips
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-24 15:53:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-24 15:53:20 +0200
commitfd124a0cff6170c8474166a33b0591d490a32bdb (patch)
tree3a2bc8da14b5e3602483a121b111b55e50e6b73f /target/mips
parent7f0da41a6132598996d8aa8a694c86200702588f (diff)
add new symbol for systems with tcp/ip but without netdevice. like arc simulator running test-suites with network functions
Diffstat (limited to 'target/mips')
-rw-r--r--target/mips/systems/dragino-ms14s1
-rw-r--r--target/mips/systems/imgtec-ci201
-rw-r--r--target/mips/systems/mikrotik-rb4xx1
-rw-r--r--target/mips/systems/mikrotik-rb5321
4 files changed, 4 insertions, 0 deletions
diff --git a/target/mips/systems/dragino-ms14s b/target/mips/systems/dragino-ms14s
index 3cafb2c7a..2072863c9 100644
--- a/target/mips/systems/dragino-ms14s
+++ b/target/mips/systems/dragino-ms14s
@@ -8,6 +8,7 @@ config ADK_TARGET_SYSTEM_DRAGINO_MS14S
select ADK_TARGET_WITH_SERIAL
select ADK_TARGET_WITH_PCI
select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
select ADK_TARGET_WITH_BLOCK
help
Support for Dragino2 ms14-s.
diff --git a/target/mips/systems/imgtec-ci20 b/target/mips/systems/imgtec-ci20
index 138f151e0..93922a920 100644
--- a/target/mips/systems/imgtec-ci20
+++ b/target/mips/systems/imgtec-ci20
@@ -8,6 +8,7 @@ config ADK_TARGET_SYSTEM_IMGTEC_CI20
select ADK_TARGET_WITH_USB
select ADK_TARGET_WITH_SMP
select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
select ADK_TARGET_WITH_BLOCK
help
Support for Imagination Creator CI20.
diff --git a/target/mips/systems/mikrotik-rb4xx b/target/mips/systems/mikrotik-rb4xx
index 785a57705..721613ba9 100644
--- a/target/mips/systems/mikrotik-rb4xx
+++ b/target/mips/systems/mikrotik-rb4xx
@@ -10,6 +10,7 @@ config ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
select ADK_TARGET_WITH_NAND
select ADK_TARGET_WITH_LEDS
select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
select ADK_TARGET_WITH_BLOCK
help
Support for Mikrotik RB411/RB433/RB493g.
diff --git a/target/mips/systems/mikrotik-rb532 b/target/mips/systems/mikrotik-rb532
index c29940e55..62785260d 100644
--- a/target/mips/systems/mikrotik-rb532
+++ b/target/mips/systems/mikrotik-rb532
@@ -10,6 +10,7 @@ config ADK_TARGET_SYSTEM_MIKROTIK_RB532
select ADK_TARGET_WITH_PATA
select ADK_TARGET_WITH_LEDS
select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
select ADK_TARGET_WITH_BLOCK
help
Support for Mikrotik RB532.