Update microsnander files

pull/360/head
Igor Zalatov (from Citadel PC) 2022-08-15 21:32:02 +03:00
parent 23241b3750
commit b12dab8242
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
config BR2_PACKAGE_MICROSNANDER
bool "microsnander"
default n
depends on BR2_INSTALL_LIBUSB
select BR2_PACKAGE_LIBUSB
help
tripped down and modified version of Serial Nor/nAND/Eeprom programmeR

View File

@ -4,7 +4,7 @@
#
################################################################################
MICROSNANDER_VERSION = df9cc51c27a84c2d7eee8d90b7586a11d97c7ff2
MICROSNANDER_VERSION = 17ad43fe93126fcff5135c54d7d375f5dd901387
MICROSNANDER_SITE = $(call github,openipc,microsnander,$(MICROSNANDER_VERSION))
MICROSNANDER_LICENSE = MIT
MICROSNANDER_LICENSE_FILES = LICENSE
@ -14,7 +14,7 @@ define MICROSNANDER_BUILD_CMDS
endef
define MICROSNANDER_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/src/snander $(TARGET_DIR)/usr/sbin/microsnander
$(INSTALL) -m 0755 -D $(@D)/src/microsnander $(TARGET_DIR)/usr/sbin/microsnander
endef
$(eval $(generic-package))