diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 17:29:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 17:29:33 +0100 |
commit | d9759be6496da18607bf3068bca9464c44285d33 (patch) | |
tree | 8356bd8771d6904373ae50409c20da35ca9a5f8f /package/alix-switch | |
parent | 61629a527144e01ebcf25cffac48e48c01526af2 (diff) |
fix some allmodconfig issues for mips target
Diffstat (limited to 'package/alix-switch')
-rw-r--r-- | package/alix-switch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/alix-switch/Makefile b/package/alix-switch/Makefile index 873594dea..56717a99a 100644 --- a/package/alix-switch/Makefile +++ b/package/alix-switch/Makefile @@ -10,6 +10,7 @@ PKG_DESCR:= daemon listening on button events PKG_SECTION:= base PKG_URL:= http://openadk.org/ +PKG_CFLINE_ALIX_SWITCH:=depends on (ADK_TARGET_SYSTEM_ALIX2D2 || ADK_TARGET_SYSTEM_ALIX2D13) NO_DISTFILES:= 1 include ${TOPDIR}/mk/package.mk |