aboutsummaryrefslogtreecommitdiffstats
path: root/package/comgt/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-04 00:21:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-04 00:21:54 +0000
commitf3d45e2f17f18ebf7964cffa9e2c085be6a8387b (patch)
tree198d7cd0a2f80977b36d86b96c6aa1f645221297 /package/comgt/patches
parent5898135689736eb32551ad14ed44cdcd359e2beb (diff)
downloadupstream-f3d45e2f17f18ebf7964cffa9e2c085be6a8387b.tar.gz
upstream-f3d45e2f17f18ebf7964cffa9e2c085be6a8387b.tar.bz2
upstream-f3d45e2f17f18ebf7964cffa9e2c085be6a8387b.zip
move comgt to trunk and add network scripts for umts compatible with the wrt54g3g
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5433 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/comgt/patches')
-rw-r--r--package/comgt/patches/001-Makefile.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/package/comgt/patches/001-Makefile.patch b/package/comgt/patches/001-Makefile.patch
new file mode 100644
index 0000000000..28ea2ecf27
--- /dev/null
+++ b/package/comgt/patches/001-Makefile.patch
@@ -0,0 +1,32 @@
+--- gcom-0.3.x/Makefile 2006-01-04 17:05:28.000000000 +0200
++++ gcom-0.3/Makefile 2006-02-26 13:02:07.000000000 +0200
+@@ -20,8 +20,6 @@
+ #
+ # $Id$
+ #
+-LIB = -L/usr/local/lib
+-INC = -I/usr/local/include
+ EXE = /usr/local/bin
+ MAN = /usr/share/man/man1
+ CPROG = gcom
+@@ -29,9 +27,6 @@
+ BIN = $(CPROG) $(SCRIPT)
+ MANP = gcom.1 sigmon.1
+
+-CFLAGS = -c
+-LDFLAGS =
+-
+ all: $(BIN)
+
+ install:
+@@ -53,8 +48,8 @@
+
+
+ gcom: gcom.o
+- cc gcom.o $(LDFLAGS) -o gcom
++ $(CC) gcom.o $(LDFLAGS) -o gcom
+
+ gcom.o: gcom.c gcom.h
+- cc gcom.c $(CFLAGS)
++ $(CC) -c $(CFLAGS) gcom.c
+