summaryrefslogtreecommitdiffstats
path: root/meta-openmoko/packages/libgsmd/libgsmd/magician/default
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-08-15 13:59:52 +0000
committerRoss Burton <ross@openedhand.com>2007-08-15 13:59:52 +0000
commit746fa2064973f28f2954338193dc4494d318698b (patch)
tree7246abef77b8da735827fda2622fc164254d21dc /meta-openmoko/packages/libgsmd/libgsmd/magician/default
parente1d82ea5e8e9e2cf2965f11c6a96d961031f709a (diff)
downloadpoky-746fa2064973f28f2954338193dc4494d318698b.tar.gz
Move libgsmd from meta-extras to meta-openmoko
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2499 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko/packages/libgsmd/libgsmd/magician/default')
-rw-r--r--meta-openmoko/packages/libgsmd/libgsmd/magician/default10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openmoko/packages/libgsmd/libgsmd/magician/default b/meta-openmoko/packages/libgsmd/libgsmd/magician/default
new file mode 100644
index 0000000000..523d0b9479
--- /dev/null
+++ b/meta-openmoko/packages/libgsmd/libgsmd/magician/default
@@ -0,0 +1,10 @@
1# gsmd This shell script configures for the gsmd init script.
2
3GSMD_OPTS="-s 115200 -F"
4
5# If your GSM device needs to be powered up, uncomment and modify the next line
6#GSM_POW="/sys/bus/platform/devices/gta01-pm-gsm.0/power_on"
7
8# this should be in a common /etc/default/serial, together
9# with BT_DEV, and IR_DEV
10GSM_DEV="/dev/ttyS1"