diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-13 00:30:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-13 00:30:49 +0100 |
commit | b6a5c9e0b1ed79e56e7dc8b3a0b2a61856fda576 (patch) | |
tree | 622172c6d4fba89038c9f92d12085fce72268259 /package/alix-switch/Makefile | |
parent | 4129680028eaddf98219126f787b08551bbf7088 (diff) |
unify alix support
add hardware profiles for 3 alix boards, but use the same toolchain
for all of them. This is just better for maintenance purpose.
delete old targets.
Diffstat (limited to 'package/alix-switch/Makefile')
-rw-r--r-- | package/alix-switch/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/alix-switch/Makefile b/package/alix-switch/Makefile index ea7ae6a73..8fa705bb9 100644 --- a/package/alix-switch/Makefile +++ b/package/alix-switch/Makefile @@ -5,13 +5,12 @@ include ${TOPDIR}/rules.mk PKG_NAME:= alix-switch PKG_VERSION:= 1.0 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_DESCR:= daemon listening on button events PKG_SECTION:= base -PKG_URL:= http://www.openadk.org/ +PKG_URL:= http://openadk.org/ -PKG_TARGET_DEPENDS:= alix2d alix2d13 -PKG_DFLT_ALIX_SWITCH:= y +PKG_TARGET_DEPENDS:= alix NO_DISTFILES:= 1 |