diff options
author | Matthias Hentges <oe@hentges.net> | 2006-06-06 07:13:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-06 07:13:37 +0000 |
commit | 9173bc6eb7cf9ddb1231b770106418fa06bea799 (patch) | |
tree | 7e0e4ab83f71d3e0285569c81bbd3266423d0ee3 /packages/bl/files/zaurus-hinge.bl-on | |
parent | 09a6ae49e0fbfcda0f65c00f19c21de325967065 (diff) |
bl: Add native support for zaurusd and APM
Diffstat (limited to 'packages/bl/files/zaurus-hinge.bl-on')
-rw-r--r-- | packages/bl/files/zaurus-hinge.bl-on | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/bl/files/zaurus-hinge.bl-on b/packages/bl/files/zaurus-hinge.bl-on new file mode 100644 index 0000000000..6d416ad8c4 --- /dev/null +++ b/packages/bl/files/zaurus-hinge.bl-on @@ -0,0 +1,10 @@ +#! /bin/sh +# +# Copyright Matthias Hentges <devel@hentges.net> (c) 2006 +# License: GPL (see http://www.gnu.org/licenses/gpl.txt for a copy of the license) +# +# Filename: zaurus-hinge.bl-on +# Date: 04-Jun-06 + +test -z "${ZD_BINDIR}" && ZD_BINDIR="/usr/bin" +${ZD_BINDIR}/bl on |