summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-15 09:18:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-17 20:11:42 +0200
commit047c1b89114e5fce340635990e4dae510564e93a (patch)
tree0307824443074ceb42455a9e96b96275077e4bcd /target
parenta385b345ecc83b7e33d8ebbf3799498d9d1d92ac (diff)
finetune some stuff for generic targets
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index ebe56d91b..bb0cd73c4 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -10,6 +10,8 @@ config ADK_TARGET_KERNEL_64
config ADK_TARGET_GENERIC
bool
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
config ADK_TARGET_UCLINUX
bool