Skip to content

Commit

Permalink
remove GPIO depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zalatov committed Feb 18, 2018
1 parent e884df4 commit dc7a070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i2c-telemetry/Makefile
Expand Up @@ -15,7 +15,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/i2c-telemetry
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=@GPIO_SUPPORT +kmod-i2c-core
DEPENDS:=kmod-i2c-core
TITLE:=Simple I2C telemetry system
MAINTAINER:=http://flymon.net
endef
Expand Down

0 comments on commit dc7a070

Please sign in to comment.