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 --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install.sh b/scripts/install.sh index 1efbaad02..dd541c396 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -148,7 +148,7 @@ tgt=$2 src=$3 case $target { -(atmel-ngw100|banana-pro|banana-pro-zero|orange-pi0|pcengines-apu|phytec-imx6|phytec-wega|raspberry-pi|raspberry-pi0|raspberry-pi2|raspberry-pi3|raspberry-pi3-64|raspberry-pi4|raspberry-pi4-64|raspberry-pi5|rockpi4-plus|solidrun-imx6|solidrun-clearfog|imgtec-ci20|default) ;; +(atmel-ngw100|banana-pro|banana-pro-zero|orange-pi0|pcengines-apu|phytec-imx6|phytec-wega|raspberry-pi|raspberry-pi0|raspberry-pi2|raspberry-pi3|raspberry-pi3-64|raspberry-pi4|raspberry-pi4-64|raspberry-pi5|rockpi4-plus|solidrun-imx6|solidrun-clearfog|imgtec-ci20|hp-jornada|default) ;; (*) print -u2 "Unknown target '$target', exiting" exit 1 ;; -- cgit v1.2.3