summaryrefslogtreecommitdiff
path: root/packages/freesmartphone
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-01-15 16:18:04 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-01-15 16:18:04 +0000
commit5edeb4d6b42364adbf7e6ffd18dfbd9e324e474d (patch)
treebe811184fc8a3cb6b7f8ea97d758575231c452e7 /packages/freesmartphone
parent575d1e9c93159b1bc54fc4c7e82673048883fb85 (diff)
add gsm0710muxd
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r--packages/freesmartphone/.mtn2git_empty0
-rw-r--r--packages/freesmartphone/gsm0710muxd_svn.bb14
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/freesmartphone/.mtn2git_empty b/packages/freesmartphone/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/freesmartphone/.mtn2git_empty
diff --git a/packages/freesmartphone/gsm0710muxd_svn.bb b/packages/freesmartphone/gsm0710muxd_svn.bb
new file mode 100644
index 0000000000..4798863b24
--- /dev/null
+++ b/packages/freesmartphone/gsm0710muxd_svn.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "gsm.07.10 muxer userspace daemon"
+AUTHOR = "M. Dietrich"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PV = "0.0+svnr${SRCREV}"
+
+SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=gsm0710muxd"
+S = "${WORKDIR}/gsm0710muxd"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "gsm0710muxd"
+INITSCRIPT_PARAMS = "defaults 35"