[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-27-g61a40fa
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-02-06 14:55:47
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 61a40fae286177d40721a4634c2fd360c293eed1 (commit)
from 26d106a33f3c8b97192e1401b5edca7c2a91e35f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 61a40fae286177d40721a4634c2fd360c293eed1
Author: Julien Boibessot <jul...@ar...>
Date: Mon Feb 6 15:55:24 2012 +0100
[BUILDROOT] Add gsmmux package
-----------------------------------------------------------------------
Summary of changes:
.../buildroot/2011.05/172-gsmmux-add_package.patch | 65 ++++++++++++++++++++
patches/buildroot/2011.05/cleanup_buildroot.sh | 1 +
2 files changed, 66 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2011.05/172-gsmmux-add_package.patch
diff --git a/patches/buildroot/2011.05/172-gsmmux-add_package.patch b/patches/buildroot/2011.05/172-gsmmux-add_package.patch
new file mode 100644
index 0000000..8f24112
--- /dev/null
+++ b/patches/buildroot/2011.05/172-gsmmux-add_package.patch
@@ -0,0 +1,65 @@
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/package/gsmmux/gsmmux.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/gsmmux/gsmmux.mk 2012-02-06 15:51:44.000000000 +0100
+@@ -0,0 +1,31 @@
++#############################################################
++#
++# gsmmux
++#
++#############################################################
++
++GSMMUX_VERSION = 18
++GSMMUX_SITE = http://svn.berlios.de/svnroot/repos/gsmmux/trunk
++GSMMUX_SITE_METHOD = svn
++GSMMUX_BINARY = gsmMuxd
++GSMMUX_TARGET_DIR = $(TARGET_DIR)/usr/bin
++
++define GSMMUX_BUILD_CMDS
++ mkdir -p $(@D)/build
++ $(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
++ LD="$(TARGET_CC)" -C $(@D)
++endef
++
++define GSMMUX_INSTALL_TARGET_CMDS
++ cp $(@D)/build/$(GSMMUX_BINARY) $(GSMMUX_TARGET_DIR)
++endef
++
++define GSMMUX_CLEAN_CMDS
++ $(MAKE) -C $(@D) clean
++endef
++
++define GSMMUX_UNINSTALL_TARGET_CMDS
++ rm -f $(GSMMUX_TARGET_DIR)/$(GSMMUX_BINARY)
++endef
++
++$(eval $(call GENTARGETS,package,gsmmux))
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2012-02-06 15:45:15.000000000 +0100
++++ buildroot/package/Config.in 2012-02-06 15:45:58.000000000 +0100
+@@ -338,6 +338,7 @@
+ #endif
+
+ menu "Networking"
++source "package/gsmmux/Config.in"
+ source "package/libcanfestival/Config.in"
+ source "package/libcgi/Config.in"
+ source "package/libcgicc/Config.in"
+Index: buildroot/package/gsmmux/Config.in
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/gsmmux/Config.in 2012-02-06 15:45:08.000000000 +0100
+@@ -0,0 +1,9 @@
++config BR2_PACKAGE_GSMMUX
++ bool "gsmmux"
++ help
++ GSM Multiplexer Daemon is intended to be used for GSM Modems.
++ It implements (a subset of) the GSM 07.10 standard, it can be used
++ to multiplex one or more logical channels over one physical serial
++ channel to the modem.
++
++ http://developer.berlios.de/projects/gsmmux/
diff --git a/patches/buildroot/2011.05/cleanup_buildroot.sh b/patches/buildroot/2011.05/cleanup_buildroot.sh
index a67af75..19d9b9d 100755
--- a/patches/buildroot/2011.05/cleanup_buildroot.sh
+++ b/patches/buildroot/2011.05/cleanup_buildroot.sh
@@ -62,3 +62,4 @@ rm -rf buildroot/package/elftosb
rm -rf buildroot/package/rt-tests
rm -rf buildroot/package/libcanfestival
rm -rf buildroot/package/python
+rm -rf buildroot/package/gsmmux
hooks/post-receive
--
armadeus
|