summaryrefslogtreecommitdiff
path: root/package/alix-temperature
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-22 19:29:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-22 19:29:20 +0200
commitd279b5d1fe744cac44da7cd1b51f9ba6a2cc4647 (patch)
treebf575aca8f9ce9cf088ce3aee992fc846cd6e130 /package/alix-temperature
parent32a82e38679501da738199135b35f93ddc8aca0a (diff)
fix libmix packages, while checking all packages make some style cleanup
Diffstat (limited to 'package/alix-temperature')
-rw-r--r--package/alix-temperature/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/alix-temperature/Makefile b/package/alix-temperature/Makefile
index 7fb906635..e877241b3 100644
--- a/package/alix-temperature/Makefile
+++ b/package/alix-temperature/Makefile
@@ -10,7 +10,8 @@ PKG_DESCR:= read alix boards i2c thermal sensor
PKG_SECTION:= utils
PKG_DEPENDS:= i2c-tools
-PKG_CFLINE_ALIX_TEMPERATURE:=depends on (ADK_TARGET_SYSTEM_PCENGINES_ALIX2D2 || ADK_TARGET_SYSTEM_PCENGINES_ALIX2D13)
+PKG_SYSTEM_DEPENDS:= pcengines-alix2d2 pcengines-alix2d13
+
NO_DISTFILES:= 1
include $(TOPDIR)/mk/package.mk