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 --- package/kbd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/kbd/Makefile') diff --git a/package/kbd/Makefile b/package/kbd/Makefile index 7c0b62efa..97b2b691f 100644 --- a/package/kbd/Makefile +++ b/package/kbd/Makefile @@ -43,6 +43,10 @@ kbd-install: $(IDIR_KBD)/usr/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/loadkeys \ $(IDIR_KBD)/usr/bin +ifeq ($(ADK_TARGET_SYSTEM_HP_JORNADA),y) + $(INSTALL_DIR) $(IDIR_KBD)/etc + $(CP) ./files/hpjornada.map $(IDIR_KBD)/etc +endif ifeq ($(ADK_TARGET_SYSTEM_SHARP_ZAURUS),y) $(INSTALL_DIR) $(IDIR_KBD)/etc $(CP) ./files/zaurus.map $(IDIR_KBD)/etc -- cgit v1.2.3