libgsm0710mux: catch up with new machine name for om-3d7k
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 4 Mar 2009 18:31:14 +0000 (19:31 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 4 Mar 2009 18:33:22 +0000 (19:33 +0100)
packages/freesmartphone/libgsm0710mux/om-3d7k/abyss.conf [new file with mode: 0644]
packages/freesmartphone/libgsm0710mux/om-gta03/abyss.conf [deleted file]
packages/freesmartphone/libgsm0710mux_git.bb

diff --git a/packages/freesmartphone/libgsm0710mux/om-3d7k/abyss.conf b/packages/freesmartphone/libgsm0710mux/om-3d7k/abyss.conf
new file mode 100644 (file)
index 0000000..1764c5b
--- /dev/null
@@ -0,0 +1,16 @@
+[omuxerd]
+# set to 1, when the first AllocChannel request opens a session
+autoopen = 1
+# set to 1, when the last ReleaseChannel closes the session
+autoclose = 1
+# set to 1, when closing the session should close the program
+autoexit = 1
+
+[session]
+# set 0 for 07.10 basic multiplexing, 1 for advanced
+mode = 0
+# set maximum 07.10 frame size
+framesize = 98
+# configure modem port
+port = /dev/ttySAC0
+speed = 115200
diff --git a/packages/freesmartphone/libgsm0710mux/om-gta03/abyss.conf b/packages/freesmartphone/libgsm0710mux/om-gta03/abyss.conf
deleted file mode 100644 (file)
index 1764c5b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-[omuxerd]
-# set to 1, when the first AllocChannel request opens a session
-autoopen = 1
-# set to 1, when the last ReleaseChannel closes the session
-autoclose = 1
-# set to 1, when closing the session should close the program
-autoexit = 1
-
-[session]
-# set 0 for 07.10 basic multiplexing, 1 for advanced
-mode = 0
-# set maximum 07.10 frame size
-framesize = 98
-# configure modem port
-port = /dev/ttySAC0
-speed = 115200
index 3a4c0d9..9d6fd7d 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 SECTION = "devel"
 DEPENDS = "libgsm0710 vala-native glib-2.0"
 PV = "0.3.1+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/libgsm0710mux;protocol=git;branch=master \