diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-07 15:45:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-07 15:45:21 +0100 |
commit | 4f52700f60087ab2b16d70d9a7faa48640896cac (patch) | |
tree | 4d6d0ad99f40d7e9dd37bb739754f0ee59093116 /package | |
parent | b0c6ed20e51bb5a3282dee7db07a524842bd3c26 (diff) |
only use alix-switchd for alix2d/alix2d13, on alix1c it is always on and will reboot the system...
Diffstat (limited to 'package')
-rw-r--r-- | package/alix-switch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/alix-switch/Makefile b/package/alix-switch/Makefile index 79b72b1e1..ea7ae6a73 100644 --- a/package/alix-switch/Makefile +++ b/package/alix-switch/Makefile @@ -5,12 +5,12 @@ include ${TOPDIR}/rules.mk PKG_NAME:= alix-switch PKG_VERSION:= 1.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_DESCR:= daemon listening on button events PKG_SECTION:= base PKG_URL:= http://www.openadk.org/ -PKG_TARGET_DEPENDS:= alix +PKG_TARGET_DEPENDS:= alix2d alix2d13 PKG_DFLT_ALIX_SWITCH:= y NO_DISTFILES:= 1 |