Skip to content

Commit

Permalink
Flyrouter patch 1 (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyrouter authored Feb 8, 2025
1 parent f8de54c commit ce2a9bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion general/package/w1-ds18b20/Config.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config BR2_PACKAGE_W1-DS18B20
config BR2_PACKAGE_W1_DS18B20
bool "w1-ds18b20"
help
OneWire DS18B20 GPIO bitbang app
12 changes: 6 additions & 6 deletions general/package/w1-ds18b20/w1-ds18b20.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
################################################################################

W1-DS18B20_SITE_METHOD = local
W1-DS18B20_SITE = $(W1-DS18B20_PKGDIR)/src
W1_DS18B20_SITE_METHOD = local
W1_DS18B20_SITE = $(W1_DS18B20_PKGDIR)/src

W1-DS18B20_LICENSE = MIT
W1-DS18B20_LICENSE_FILES = LICENSE
W1_DS18B20_LICENSE = MIT
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
endef

define W1-DS18B20_INSTALL_TARGET_CMDS
define W1_DS18B20_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -t $(TARGET_DIR)/usr/bin $(@D)/w1-ds18b20
endef

Expand Down

0 comments on commit ce2a9bd

Please sign in to comment.