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:
Vincent-FK
2020-11-12 20:04:56 +01:00
parent ac96e59a83
commit b46ea862cd
2 changed files with 1 additions and 2 deletions

View File

@@ -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