diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-05 16:51:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-05 16:51:44 +0200 |
commit | 5b5123bbefcdb2a548d28622f594b69577a62374 (patch) | |
tree | df0e72a5f125d4759091d348bafe58e865dcc140 /target | |
parent | 7bd35857b8eb572926796f4aeb1e8752c5341a84 (diff) |
etrax-tools: fix compile issue
Diffstat (limited to 'target')
-rw-r--r-- | target/cris/systems/foxboard-lx832 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/cris/systems/foxboard-lx832 b/target/cris/systems/foxboard-lx832 index 82eaad093..4ef104a95 100644 --- a/target/cris/systems/foxboard-lx832 +++ b/target/cris/systems/foxboard-lx832 @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_FOXBOARD_LX832 bool "Foxboard LX832" select ADK_TARGET_CPU_CRIS_CRISV10 select ADK_TARGET_WITH_MTD + select ADK_TARGET_WITH_NETDEVICE select ADK_TARGET_KERNEL_ZIMAGE select ADK_TARGET_KERNEL_WITH_COMPRESSION help |