From 628f2a5655806512a129221a7c8ccc30de5fc647 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 3 Aug 2025 18:24:47 +0200 Subject: Add basic support for HP Jornada 680/690 The mini.config is not really a small config yet. Tested on HP Jornada 690 with 32 MB RAM and a 64 MB CF card with Linux Kernel 6.15.6 and uClibc-ng 1.0.54. Thanks a lot to Artur Rojek to given me advice for any problem I had to add device support. TODO: - automate CF card installation via create.sh - add support for Orinoco based PCMCIA WLAN cards --- target/config/Config.in.subsystem | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/config/Config.in.subsystem') diff --git a/target/config/Config.in.subsystem b/target/config/Config.in.subsystem index ce43f391c..1a8c46348 100644 --- a/target/config/Config.in.subsystem +++ b/target/config/Config.in.subsystem @@ -1,6 +1,18 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. +choice +prompt "HP Jornada model" +depends on ADK_TARGET_SYSTEM_HP_JORNADA + +config ADK_TARGET_MODEL_HP_JORNADA_690 + bool "HP Jornada 690" + +config ADK_TARGET_MODEL_HP_JORNADA_680 + bool "HP Jornada 680" + +endchoice + choice prompt "PCengines ALIX model" depends on ADK_TARGET_SYSTEM_PCENGINES_ALIX -- cgit v1.2.3