diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-19 20:26:01 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-19 20:26:01 +0000 |
commit | 3aea1c400ca4298e347ab5d49658a01e537bc311 (patch) | |
tree | 3d8bc96bfbc0a25dc2603ba7bce877e04f004335 /packages/gsm/files/magician | |
parent | 0b8f21805badca0721be2f3bc9f3e6448b48aad8 (diff) |
libgsmd: gsmd init script updates
- split out machine configuration into /etc/default/gsmd
- add machine configuration for magician
- remove uucp/spool handling, it is not needed for gsmd
Diffstat (limited to 'packages/gsm/files/magician')
-rw-r--r-- | packages/gsm/files/magician/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gsm/files/magician/default | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packages/gsm/files/magician/.mtn2git_empty b/packages/gsm/files/magician/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gsm/files/magician/.mtn2git_empty diff --git a/packages/gsm/files/magician/default b/packages/gsm/files/magician/default new file mode 100644 index 0000000000..fb19d46fd5 --- /dev/null +++ b/packages/gsm/files/magician/default @@ -0,0 +1,9 @@ +# gsmd This shell script configures for the gsmd init script. + +# If you must specify special options, uncomment and modify the next line +GSMD_OPTS="-s 115200 -F" + +# If your GSM device needs to be powered up, uncomment and modify the next line +#GSM_POW="/sys/bus/platform/devices/gta01-pm-gsm.0/power_on" + +GSM_DEV="/dev/ttyS1" |