diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-15 09:18:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-17 20:11:42 +0200 |
commit | 047c1b89114e5fce340635990e4dae510564e93a (patch) | |
tree | 0307824443074ceb42455a9e96b96275077e4bcd /target/config | |
parent | a385b345ecc83b7e33d8ebbf3799498d9d1d92ac (diff) |
finetune some stuff for generic targets
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 2 |
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 |