Browse Source

Bugfix: openwrt: Always build with libsensors support disabled

Luke Dashjr 12 years ago
parent
commit
8712c6f56e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      openwrt/bfgminer/Makefile

+ 2 - 1
openwrt/bfgminer/Makefile

@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bfgminer
 PKG_TITLE:=BFGMiner
-PKG_VERSION:=3.0.2
+PKG_VERSION:=9999
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tbz2
@@ -63,6 +63,7 @@ endif
 TARGET_CFLAGS += -std=gnu99
 
 CONFIGURE_ARGS += --without-libudev
+CONFIGURE_ARGS += --without-sensors
 
 define Build/Configure
 	# Need to remake configure etc to pick up on cross-compiler libtool