mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 10:22:46 +01:00
removed funkey_gpio_mapping.conf from the ackage (byt design it's not defined by the software, just included as an example, but meant to be surcharged at will by the rootfs); Now button Fn is always mapped as select; new version of ProdScreens so that the test button now tests SDLK_k
This commit is contained in:
@@ -23,7 +23,6 @@ define FUNKEY_GPIO_MAPPING_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 $(@D)/funkey_gpio_management $(TARGET_DIR)/usr/local/sbin/funkey_gpio_management
|
||||
$(INSTALL) -m 0755 $(@D)/termfix $(TARGET_DIR)/usr/local/sbin/termfix
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/etc
|
||||
$(INSTALL) -m 0644 $(@D)/funkey_gpio_mapping.conf $(TARGET_DIR)/etc/funkey_gpio_mapping.conf
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/etc/init.d
|
||||
$(INSTALL) -m 0755 $(FUNKEY_GPIO_MAPPING_PKGDIR)etc/init.d/S11funkey-gpio-management $(TARGET_DIR)/etc/init.d/S11funkey-gpio-management
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user