[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[4184] ipcop/trunk
From:       owes () users ! sourceforge ! net
Date:       2010-01-29 21:13:46
Message-ID: E1Nay9y-0001hz-3b () 3kljzd1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 4184
          http://ipcop.svn.sourceforge.net/ipcop/?rev=4184&view=rev
Author:   owes
Date:     2010-01-29 21:13:45 +0000 (Fri, 29 Jan 2010)

Log Message:
-----------
Upgrade usb-modeswitch to 1.1.0. Upstream partly renamed usb_modeswitch into \
usb-modeswitch

Modified Paths:
--------------
    ipcop/trunk/make.sh
    ipcop/trunk/updates/1.9.12/ROOTFILES.i486-1.9.12
    ipcop/trunk/updates/1.9.12/setup

Added Paths:
-----------
    ipcop/trunk/config/rootfiles/common/usb-modeswitch
    ipcop/trunk/lfs/usb-modeswitch

Removed Paths:
-------------
    ipcop/trunk/config/rootfiles/common/usb_modeswitch
    ipcop/trunk/lfs/usb_modeswitch

Copied: ipcop/trunk/config/rootfiles/common/usb-modeswitch (from rev 4179, \
ipcop/trunk/config/rootfiles/common/usb_modeswitch) \
                ===================================================================
--- ipcop/trunk/config/rootfiles/common/usb-modeswitch	                        (rev \
                0)
+++ ipcop/trunk/config/rootfiles/common/usb-modeswitch	2010-01-29 21:13:45 UTC (rev \
4184) @@ -0,0 +1,5 @@
+## usb-modeswitch-1.1.0
+##
+etc/udev/rules.d/40-usb_modeswitch.rules
+etc/usb_modeswitch.conf
+usr/sbin/usb_modeswitch


Property changes on: ipcop/trunk/config/rootfiles/common/usb-modeswitch
___________________________________________________________________
Added: svn:mergeinfo
   + 

Deleted: ipcop/trunk/config/rootfiles/common/usb_modeswitch
===================================================================
--- ipcop/trunk/config/rootfiles/common/usb_modeswitch	2010-01-29 20:25:08 UTC (rev \
                4183)
+++ ipcop/trunk/config/rootfiles/common/usb_modeswitch	2010-01-29 21:13:45 UTC (rev \
4184) @@ -1,5 +0,0 @@
-## usb_modeswitch-1.0.7
-##
-etc/udev/rules.d/80-usb_modeswitch.rules
-etc/usb_modeswitch.conf
-usr/sbin/usb_modeswitch

Copied: ipcop/trunk/lfs/usb-modeswitch (from rev 4179, \
ipcop/trunk/lfs/usb_modeswitch) \
                ===================================================================
--- ipcop/trunk/lfs/usb-modeswitch	                        (rev 0)
+++ ipcop/trunk/lfs/usb-modeswitch	2010-01-29 21:13:45 UTC (rev 4184)
@@ -0,0 +1,91 @@
+###############################################################################
+# This file is part of the IPCop Firewall.                                    #
+#                                                                             #
+# IPCop is free software; you can redistribute it and/or modify               #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation; either version 2 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# IPCop is distributed in the hope that it will be useful,                    #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with IPCop; if not, write to the Free Software                        #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
+#                                                                             #
+# Makefiles are based on LFSMake, which is                                    #
+# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
+#                                                                             #
+# Modifications by:                                                           #
+# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
+#          - Modified Makefile for IPCop build                                #
+#                                                                             #
+# $Id$
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include Config
+
+PKG_NAME   = usb-modeswitch
+VER        = 1.1.0
+HOST_ARCH  = all
+OTHER_SRC  = yes
+
+THISAPP    = $(PKG_NAME)-$(VER)
+DL_FILE    = $(THISAPP).tar.bz2
+DL_FROM    = http://www.draisberghof.de/usb_modeswitch
+DIR_APP    = $(DIR_SRC)/$(THISAPP)
+TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+
+###############################################################################
+# Top-level Rules
+###############################################################################
+
+objects = $(DL_FILE)
+
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
+
+$(DL_FILE)_MD5 = ca19c6d2b8f933133b5ea344474abc7d
+
+install : $(TARGET)
+
+check : $(patsubst %,$(DIR_CHK)/%,$(objects))
+
+download :$(patsubst %,$(DIR_DL)/%,$(objects))
+
+md5 : $(subst %,%_MD5,$(objects))
+
+###############################################################################
+# Downloading, checking, md5sum
+###############################################################################
+
+$(patsubst %,$(DIR_CHK)/%,$(objects)) :
+	@$(CHECK)
+
+$(patsubst %,$(DIR_DL)/%,$(objects)) :
+	@$(LOAD)
+
+$(subst %,%_MD5,$(objects)) :
+	@$(MD5)
+
+###############################################################################
+# Installation Details
+###############################################################################
+
+$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
+	@$(PREBUILD)
+	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+
+	cd $(DIR_APP) && make
+	cd $(DIR_APP) && install -c -m 754 usb_modeswitch /usr/sbin
+	cd $(DIR_APP) && install -c -m 644 usb_modeswitch.conf /etc
+	cd $(DIR_APP) && install -c -m 644 40-usb_modeswitch.rules /etc/udev/rules.d
+
+	@rm -rf $(DIR_APP)
+	@$(POSTBUILD)


Property changes on: ipcop/trunk/lfs/usb-modeswitch
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:mergeinfo
   + 

Deleted: ipcop/trunk/lfs/usb_modeswitch
===================================================================
--- ipcop/trunk/lfs/usb_modeswitch	2010-01-29 20:25:08 UTC (rev 4183)
+++ ipcop/trunk/lfs/usb_modeswitch	2010-01-29 21:13:45 UTC (rev 4184)
@@ -1,91 +0,0 @@
-###############################################################################
-# This file is part of the IPCop Firewall.                                    #
-#                                                                             #
-# IPCop is free software; you can redistribute it and/or modify               #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation; either version 2 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# IPCop is distributed in the hope that it will be useful,                    #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with IPCop; if not, write to the Free Software                        #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
-#                                                                             #
-# Makefiles are based on LFSMake, which is                                    #
-# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
-#                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id$
-#                                                                             #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-PKG_NAME   = usb_modeswitch
-VER        = 1.0.7
-HOST_ARCH  = all
-OTHER_SRC  = yes
-
-THISAPP    = $(PKG_NAME)-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
-DL_FROM    = http://www.draisberghof.de/usb_modeswitch
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
-TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects = $(DL_FILE)
-
-$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_MD5 = a9d05c785ade1b06097d53f4423bd5c6
-
-install : $(TARGET)
-
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
-
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
-
-md5 : $(subst %,%_MD5,$(objects))
-
-###############################################################################
-# Downloading, checking, md5sum
-###############################################################################
-
-$(patsubst %,$(DIR_CHK)/%,$(objects)) :
-	@$(CHECK)
-
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
-	@$(LOAD)
-
-$(subst %,%_MD5,$(objects)) :
-	@$(MD5)
-
-###############################################################################
-# Installation Details
-###############################################################################
-
-$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
-	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-
-	cd $(DIR_APP) && make integrated
-	cd $(DIR_APP) && install -c -m 754 usb_modeswitch /usr/sbin
-	cd $(DIR_APP) && install -c -m 644 usb_modeswitch.conf /etc
-	cd $(DIR_APP) && install -c -m 644 80-usb_modeswitch.rules /etc/udev/rules.d
-
-	@rm -rf $(DIR_APP)
-	@$(POSTBUILD)

Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh	2010-01-29 20:25:08 UTC (rev 4183)
+++ ipcop/trunk/make.sh	2010-01-29 21:13:45 UTC (rev 4184)
@@ -1824,7 +1824,7 @@
 	chroot_make tcpdump
 	chroot_make traceroute
 	chroot_make ulogd
-	chroot_make usb_modeswitch
+	chroot_make usb-modeswitch
 	chroot_make vlan
 	chroot_make wireless_tools
 	chroot_make 3c5x9setup

Modified: ipcop/trunk/updates/1.9.12/ROOTFILES.i486-1.9.12
===================================================================
--- ipcop/trunk/updates/1.9.12/ROOTFILES.i486-1.9.12	2010-01-29 20:25:08 UTC (rev \
                4183)
+++ ipcop/trunk/updates/1.9.12/ROOTFILES.i486-1.9.12	2010-01-29 21:13:45 UTC (rev \
4184) @@ -25,3 +25,7 @@
 /usr/sbin/lspci
 /usr/sbin/setpci
 /usr/share/pci.ids.gz
+## usb-modeswitch-1.1.0
+/etc/udev/rules.d/40-usb_modeswitch.rules
+/etc/usb_modeswitch.conf
+/usr/sbin/usb_modeswitch

Modified: ipcop/trunk/updates/1.9.12/setup
===================================================================
--- ipcop/trunk/updates/1.9.12/setup	2010-01-29 20:25:08 UTC (rev 4183)
+++ ipcop/trunk/updates/1.9.12/setup	2010-01-29 21:13:45 UTC (rev 4184)
@@ -78,6 +78,9 @@
 /bin/rm -f /usr/lib/libpci.so.3.1.4
 /bin/rm -f /usr/lib/libpci.so.3.1.5
 
+# usb_modeswitch
+rm -rf /etc/udev/rules.d/80-usb_modeswitch.rules
+
 #####
 #
 # End of version specific handling. Continue with universal stuff.


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic