Flyrouter patch 1 (#1700)

pull/1701/head
Signor Pellegrino 2025-02-08 20:22:24 +03:00 committed by GitHub
parent f8de54cf41
commit ce2a9bdbf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
config BR2_PACKAGE_W1-DS18B20 config BR2_PACKAGE_W1_DS18B20
bool "w1-ds18b20" bool "w1-ds18b20"
help help
OneWire DS18B20 GPIO bitbang app OneWire DS18B20 GPIO bitbang app

View File

@ -4,17 +4,17 @@
# #
################################################################################ ################################################################################
W1-DS18B20_SITE_METHOD = local W1_DS18B20_SITE_METHOD = local
W1-DS18B20_SITE = $(W1-DS18B20_PKGDIR)/src W1_DS18B20_SITE = $(W1_DS18B20_PKGDIR)/src
W1-DS18B20_LICENSE = MIT W1_DS18B20_LICENSE = MIT
W1-DS18B20_LICENSE_FILES = LICENSE W1_DS18B20_LICENSE_FILES = LICENSE
define W1-DS18B20_BUILD_CMDS define W1_DS18B20_BUILD_CMDS
$(TARGET_CC) $(@D)/w1-ds18b20.c -o $(@D)/w1-ds18b20 -Os -s $(TARGET_CC) $(@D)/w1-ds18b20.c -o $(@D)/w1-ds18b20 -Os -s
endef endef
define W1-DS18B20_INSTALL_TARGET_CMDS define W1_DS18B20_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -t $(TARGET_DIR)/usr/bin $(@D)/w1-ds18b20 $(INSTALL) -m 0755 -t $(TARGET_DIR)/usr/bin $(@D)/w1-ds18b20
endef endef