From ec51c7f6d297eff68165eb33d0f956a1b17174c7 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 4 Mar 2009 19:31:14 +0100 Subject: libgsm0710mux: catch up with new machine name for om-3d7k --- packages/freesmartphone/libgsm0710mux/om-3d7k/abyss.conf | 16 ++++++++++++++++ .../freesmartphone/libgsm0710mux/om-gta03/abyss.conf | 16 ---------------- packages/freesmartphone/libgsm0710mux_git.bb | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 packages/freesmartphone/libgsm0710mux/om-3d7k/abyss.conf delete mode 100644 packages/freesmartphone/libgsm0710mux/om-gta03/abyss.conf diff --git a/packages/freesmartphone/libgsm0710mux/om-3d7k/abyss.conf b/packages/freesmartphone/libgsm0710mux/om-3d7k/abyss.conf new file mode 100644 index 0000000000..1764c5b798 --- /dev/null +++ b/packages/freesmartphone/libgsm0710mux/om-3d7k/abyss.conf @@ -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 index 1764c5b798..0000000000 --- a/packages/freesmartphone/libgsm0710mux/om-gta03/abyss.conf +++ /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 diff --git a/packages/freesmartphone/libgsm0710mux_git.bb b/packages/freesmartphone/libgsm0710mux_git.bb index 3a4c0d9339..9d6fd7d27c 100644 --- a/packages/freesmartphone/libgsm0710mux_git.bb +++ b/packages/freesmartphone/libgsm0710mux_git.bb @@ -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 \ -- cgit v1.2.3