* [NET] AX.25 Kconfig and docs updates and fixes
@ 2007-03-13 11:55 Ralf Baechle
2007-03-24 19:54 ` David Miller
0 siblings, 1 reply; 11+ messages in thread
From: Ralf Baechle @ 2007-03-13 11:55 UTC (permalink / raw)
To: David S. Miller, linux-hams, netdev
o The AX.25 Howto is unmaintained since several years. I've replaced it
with a wiki at http://www.linux-ax25.org which provides more uptodate
information.
o Change default for AX25_DAMA_SLAVE to Y. AX25_DAMA_SLAVE only compiles
in support for DAMA but doesn't activate it. I hope this gets Linux
distributions to ship their AX.25 kernels with AX25_DAMA_SLAVE enabled.
The price for this would be very small.
o Delete historic changelog from comments, that's what SCM systems are
meant to do.
o ---help--- in Kconfig looks so yellingly eye insulting. Use just help.
o Rewrite the commented out piece of old Linux 2.4 configuration language
to Kconfig for consistency.
o Fixup dependencies.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/Documentation/networking/ax25.txt b/Documentation/networking/ax25.txt
index 37c25b0..8257dbf 100644
--- a/Documentation/networking/ax25.txt
+++ b/Documentation/networking/ax25.txt
@@ -1,16 +1,10 @@
To use the amateur radio protocols within Linux you will need to get a
-suitable copy of the AX.25 Utilities. More detailed information about these
-and associated programs can be found on http://zone.pspt.fi/~jsn/.
-
-For more information about the AX.25, NET/ROM and ROSE protocol stacks, see
-the AX25-HOWTO written by Terry Dawson <terry@perf.no.itg.telstra.com.au>
-who is also the AX.25 Utilities maintainer.
+suitable copy of the AX.25 Utilities. More detailed information about
+AX.25, NET/ROM and ROSE, associated programs and and utilities can be
+found on http://www.linux-ax25.org.
There is an active mailing list for discussing Linux amateur radio matters
-called linux-hams. To subscribe to it, send a message to
+called linux-hams@vger.kernel.org. To subscribe to it, send a message to
majordomo@vger.kernel.org with the words "subscribe linux-hams" in the body
-of the message, the subject field is ignored.
-
-Jonathan G4KLX
-
-g4klx@g4klx.demon.co.uk
+of the message, the subject field is ignored. You don't need to be
+subscribed to post but of course that means you might miss an answer.
diff --git a/net/ax25/Kconfig b/net/ax25/Kconfig
index a8993a0..43dd86f 100644
--- a/net/ax25/Kconfig
+++ b/net/ax25/Kconfig
@@ -1,30 +1,27 @@
#
# Amateur Radio protocols and AX.25 device configuration
#
-# 19971130 Now in an own category to make correct compilation of the
-# AX.25 stuff easier...
-# Joerg Reuter DL1BKE <jreuter@yaina.de>
-# 19980129 Moved to net/ax25/Config.in, sourcing device drivers.
menuconfig HAMRADIO
depends on NET
bool "Amateur Radio support"
help
If you want to connect your Linux box to an amateur radio, answer Y
- here. You want to read <http://www.tapr.org/tapr/html/pkthome.html> and
- the AX25-HOWTO, available from <http://www.tldp.org/docs.html#howto>.
+ here. You want to read <http://www.tapr.org/tapr/html/pkthome.html>
+ and more specifically about AX.25 on Linux
+ <http://www.linux-ax25.org/>.
Note that the answer to this question won't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about amateur radio.
comment "Packet Radio protocols"
- depends on HAMRADIO && NET
+ depends on HAMRADIO
config AX25
tristate "Amateur Radio AX.25 Level 2 protocol"
- depends on HAMRADIO && NET
- ---help---
+ depends on HAMRADIO
+ help
This is the protocol used for computer communication over amateur
radio. It is either used by itself for point-to-point links, or to
carry other protocols such as tcp/ip. To use it, you need a device
@@ -52,6 +49,7 @@ config AX25
config AX25_DAMA_SLAVE
bool "AX.25 DAMA Slave support"
+ default y
depends on AX25
help
DAMA is a mechanism to prevent collisions when doing AX.25
@@ -59,23 +57,38 @@ config AX25_DAMA_SLAVE
from clients (called "slaves") and redistributes it to other slaves.
If you say Y here, your Linux box will act as a DAMA slave; this is
transparent in that you don't have to do any special DAMA
- configuration. (Linux cannot yet act as a DAMA server.) If unsure,
- say N.
+ configuration. Linux cannot yet act as a DAMA server. This option
+ only compiles DAMA slave support into the kernel. It still needs to
+ be enabled at runtime. For more about DAMA see
+ <http://www.linux-ax25.org>. If unsure, say Y.
+
+# placeholder until implemented
+config AX25_DAMA_MASTER
+ bool 'AX.25 DAMA Master support'
+ depends on AX25_DAMA_SLAVE && BROKEN
+ help
+ DAMA is a mechanism to prevent collisions when doing AX.25
+ networking. A DAMA server (called "master") accepts incoming traffic
+ from clients (called "slaves") and redistributes it to other slaves.
+ If you say Y here, your Linux box will act as a DAMA master; this is
+ transparent in that you don't have to do any special DAMA
+ configuration. Linux cannot yet act as a DAMA server. This option
+ only compiles DAMA slave support into the kernel. It still needs to
+ be explicitly enabled, so if unsure, say Y.
-# bool ' AX.25 DAMA Master support' CONFIG_AX25_DAMA_MASTER
config NETROM
tristate "Amateur Radio NET/ROM protocol"
depends on AX25
- ---help---
+ help
NET/ROM is a network layer protocol on top of AX.25 useful for
routing.
A comprehensive listing of all the software for Linux amateur radio
users as well as information about how to configure an AX.25 port is
- contained in the AX25-HOWTO, available from
- <http://www.tldp.org/docs.html#howto>. You also might want to
- check out the file <file:Documentation/networking/ax25.txt>. More
- information about digital amateur radio in general is on the WWW at
+ contained in the Linux Ham Wiki, available from
+ <http://www.linux-ax25.org>. You also might want to check out the
+ file <file:Documentation/networking/ax25.txt>. More information about
+ digital amateur radio in general is on the WWW at
<http://www.tapr.org/tapr/html/pkthome.html>.
To compile this driver as a module, choose M here: the
@@ -84,27 +97,25 @@ config NETROM
config ROSE
tristate "Amateur Radio X.25 PLP (Rose)"
depends on AX25
- ---help---
+ help
The Packet Layer Protocol (PLP) is a way to route packets over X.25
connections in general and amateur radio AX.25 connections in
particular, essentially an alternative to NET/ROM.
A comprehensive listing of all the software for Linux amateur radio
users as well as information about how to configure an AX.25 port is
- contained in the AX25-HOWTO, available from
- <http://www.tldp.org/docs.html#howto>. You also might want to
- check out the file <file:Documentation/networking/ax25.txt>. More
- information about digital amateur radio in general is on the WWW at
+ contained in the Linux Ham Wiki, available from
+ <http://www.linux-ax25.org>. You also might want to check out the
+ file <file:Documentation/networking/ax25.txt>. More information about
+ digital amateur radio in general is on the WWW at
<http://www.tapr.org/tapr/html/pkthome.html>.
To compile this driver as a module, choose M here: the
module will be called rose.
-
menu "AX.25 network device drivers"
- depends on HAMRADIO && NET && AX25!=n
+ depends on HAMRADIO && AX25
source "drivers/net/hamradio/Kconfig"
endmenu
-
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [NET] AX.25 Kconfig and docs updates and fixes
2007-03-13 11:55 [NET] AX.25 Kconfig and docs updates and fixes Ralf Baechle
@ 2007-03-24 19:54 ` David Miller
2007-04-17 14:28 ` Error compiling aprsd-2.2.5-15 Bernard Pidoux
0 siblings, 1 reply; 11+ messages in thread
From: David Miller @ 2007-03-24 19:54 UTC (permalink / raw)
To: ralf; +Cc: linux-hams, netdev
From: Ralf Baechle <ralf@linux-mips.org>
Date: Tue, 13 Mar 2007 11:55:38 +0000
> o The AX.25 Howto is unmaintained since several years. I've replaced it
> with a wiki at http://www.linux-ax25.org which provides more uptodate
> information.
> o Change default for AX25_DAMA_SLAVE to Y. AX25_DAMA_SLAVE only compiles
> in support for DAMA but doesn't activate it. I hope this gets Linux
> distributions to ship their AX.25 kernels with AX25_DAMA_SLAVE enabled.
> The price for this would be very small.
> o Delete historic changelog from comments, that's what SCM systems are
> meant to do.
> o ---help--- in Kconfig looks so yellingly eye insulting. Use just help.
> o Rewrite the commented out piece of old Linux 2.4 configuration language
> to Kconfig for consistency.
> o Fixup dependencies.
>
> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Applied, thanks Ralf.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Error compiling aprsd-2.2.5-15
2007-03-24 19:54 ` David Miller
@ 2007-04-17 14:28 ` Bernard Pidoux
2007-04-17 16:08 ` Curt, WE7U
` (3 more replies)
0 siblings, 4 replies; 11+ messages in thread
From: Bernard Pidoux @ 2007-04-17 14:28 UTC (permalink / raw)
To: linux-hams
Hi All,
Is aprsd-2.2.5-15.tar.gz the last available source for aprsd ?
I did ./configure without problem but got g++ warning and the following
error :
deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
aprsString.h:199: error: extra qualification ‘aprsd::aprsString::’ on
member ‘getMsgText’
I also tried CVS source tree but got stuck as running autoconf to make a
configure file gave error :
configure.ac:8 error: possibly undefined macro: AM_INIT_AUTOMAKE
Can someone help ?
73 de Bernard, f6bvp
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error compiling aprsd-2.2.5-15
2007-04-17 14:28 ` Error compiling aprsd-2.2.5-15 Bernard Pidoux
@ 2007-04-17 16:08 ` Curt, WE7U
2007-04-17 16:52 ` Error compiling aprsd-2.2.6-4 from CVS Bernard Pidoux
` (2 subsequent siblings)
3 siblings, 0 replies; 11+ messages in thread
From: Curt, WE7U @ 2007-04-17 16:08 UTC (permalink / raw)
To: Bernard Pidoux; +Cc: linux-hams
On Tue, 17 Apr 2007, Bernard Pidoux wrote:
> Is aprsd-2.2.5-15.tar.gz the last available source for aprsd ?
If you're talking SourceForge aprsd, then yes, it appears so.
Others have released aprsd before as well, typically doing so by
adding their callsign into the package name if they did mods.
> I did ./configure without problem but got g++ warning and the following
> error :
>
> deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
> aprsString.h:199: error: extra qualification ?aprsd::aprsString::? on
> member ?getMsgText?
I'm not a C++ guy so I can't help you there. If it were me I'd try
looking at the header files and the source code to see where the
mismatch was.
> I also tried CVS source tree but got stuck as running autoconf to make a
> configure file gave error :
>
> configure.ac:8 error: possibly undefined macro: AM_INIT_AUTOMAKE
You might need to update your version of "automake" and "autoconf"
on that box. Or downgrade them. Note that they work well as a
pair, so sometimes upgrading/downgrading one will require you to do
the same to the other package to make things work smoothly.
--
Curt, WE7U. APRS Client Comparisons: http://www.eskimo.com/~archer
"Lotto: A tax on people who are bad at math." -- unknown
"Windows: Microsoft's tax on computer illiterates." -- WE7U
"The world DOES revolve around me: I picked the coordinate system!"
^ permalink raw reply [flat|nested] 11+ messages in thread
* Error compiling aprsd-2.2.6-4 from CVS
2007-04-17 14:28 ` Error compiling aprsd-2.2.5-15 Bernard Pidoux
2007-04-17 16:08 ` Curt, WE7U
@ 2007-04-17 16:52 ` Bernard Pidoux
2007-04-17 17:25 ` Curt, WE7U
2007-04-17 17:36 ` Bernard Pidoux
2007-04-17 22:13 ` Error compiling aprsd-2.2.5-15 Hamish Moffatt
2007-04-17 23:40 ` Jim Tittsler
3 siblings, 2 replies; 11+ messages in thread
From: Bernard Pidoux @ 2007-04-17 16:52 UTC (permalink / raw)
To: linux-hams
Hi All,
In aprsd directory captured from CVS sourceforge (aprsd-2.2.6-4)
I changed boostrap.sh file permission to a+x and ran the script.
It built configure script and then I was able to run ./configure and make.
However I got an error during compile :
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -g -O2 -Wall
-march=pentium -fPIC -DPIC -pedantic -pipe -pthread -MT aprsd.o -MD -MP
-MF ".deps/aprsd.Tpo" -c -o aprsd.o aprsd.cpp; \
then mv -f ".deps/aprsd.Tpo" ".deps/aprsd.Po"; else rm -f
".deps/aprsd.Tpo"; exit 1; fi
refcount.hpp:185: error: extra ‘;’
make[2]: *** [aprsd.o] Erreur 1
I removed extra ';' on line 185 of src/refcount.hpp
and also replaced in all concerned files
#include <iostream>
by
#include <sstream>
to remove warnings about deprecated header <iostream>.
Then I ran make and I have still error messages :
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -g -O2 -Wall
-march=pentium -fPIC -DPIC -pedantic -pipe -pthread -MT aprsd.o -MD -MP
-MF ".deps/aprsd.Tpo" -c -o aprsd.o aprsd.cpp; \
then mv -f ".deps/aprsd.Tpo" ".deps/aprsd.Po"; else rm -f
".deps/aprsd.Tpo"; exit 1; fi
aprsd.cpp: In function ‘void serverQuit()’:
aprsd.cpp:139: error: ‘cout’ was not declared in this scope
aprsd.cpp: In function ‘int serverConfig(const std::string&)’:
aprsd.cpp:212: error: ‘cout’ was not declared in this scope
aprsd.cpp:565: error: ‘cerr’ was not declared in this scope
aprsd.cpp:569: error: ‘cerr’ was not declared in this scope
aprsd.cpp: In function ‘int daemonInit()’:
aprsd.cpp:645: error: ‘cout’ was not declared in this scope
aprsd.cpp:660: error: ‘cout’ was not declared in this scope
aprsd.cpp: In function ‘int main(int, char**)’:
aprsd.cpp:732: error: ‘cout’ was not declared in this scope
aprsd.cpp:942: error: ‘cerr’ was not declared in this scope
aprsd.cpp:976: error: ‘cerr’ was not declared in this scope
aprsd.cpp:980: error: ‘cerr’ was not declared in this scope
make[2]: *** [aprsd.o] Erreur 1
I would appreciate any help for compiling aprsd.
73 de Bernard, f6bvp
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error compiling aprsd-2.2.6-4 from CVS
2007-04-17 16:52 ` Error compiling aprsd-2.2.6-4 from CVS Bernard Pidoux
@ 2007-04-17 17:25 ` Curt, WE7U
2007-04-17 17:36 ` Bernard Pidoux
1 sibling, 0 replies; 11+ messages in thread
From: Curt, WE7U @ 2007-04-17 17:25 UTC (permalink / raw)
To: Bernard Pidoux; +Cc: linux-hams
On Tue, 17 Apr 2007, Bernard Pidoux wrote:
> I removed extra ';' on line 185 of src/refcount.hpp
> and also replaced in all concerned files
>
> #include <iostream>
> by
> #include <sstream>
> aprsd.cpp: In function ?void serverQuit()?:
> aprsd.cpp:139: error: ?cout? was not declared in this scope
If you look at the header files you'll see that things like "cout"
and "cerr" are defined in iostream and don't exist in sstream.
On my system I'm looking in /usr/include/c++/4.0.2/iostream and
SAMEPATH/sstream.
So... Replacing the include files as you did appears to have
created a new problem. Change them back and you'll at least be
closer to succeeding.
--
Curt, WE7U. APRS Client Comparisons: http://www.eskimo.com/~archer
"Lotto: A tax on people who are bad at math." -- unknown
"Windows: Microsoft's tax on computer illiterates." -- WE7U
"The world DOES revolve around me: I picked the coordinate system!"
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error compiling aprsd-2.2.6-4 from CVS
2007-04-17 16:52 ` Error compiling aprsd-2.2.6-4 from CVS Bernard Pidoux
2007-04-17 17:25 ` Curt, WE7U
@ 2007-04-17 17:36 ` Bernard Pidoux
2007-04-17 17:57 ` Curt, WE7U
2007-04-17 22:14 ` Hamish Moffatt
1 sibling, 2 replies; 11+ messages in thread
From: Bernard Pidoux @ 2007-04-17 17:36 UTC (permalink / raw)
To: linux-hams
Bernard Pidoux wrote:
> Hi All,
>
> In aprsd directory captured from CVS sourceforge (aprsd-2.2.6-4)
> I changed boostrap.sh file permission to a+x and ran the script.
> It built configure script and then I was able to run ./configure and make.
> ...
I looked at configure.log file and found some error report that could be
interesting for aprsd developpers.
I will report here only the errors or warnings lines :
-----------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by aprsd configure 2.2.6-4, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
...
configure:2351: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:17: error: 'exit' was not declared in this scope
...
configure:3157: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'me'
...
configure:3642: gcc -E conftest.c
conftest.c:18:28: error: ac_nonexistent.h: No such file or directory
...
configure:3749: gcc -E conftest.c
conftest.c:18:28: error: ac_nonexistent.h: No such file or directory
...
configure:3947: gcc -o conftest -g -O2 conftest.c -lcrypt -lpthread >&5
conftest.c: In function 'main':
conftest.c:35: warning: incompatible implicit declaration of built-in
function 'exit'
...
configure:5613: gcc -c -g -O2 conftest.c >&5
conftest.c:85:19: error: vfork.h: No such file or directory
...
configure:5656: gcc -E conftest.c
conftest.c:51:19: error: vfork.h: No such file or directory
...
configure:5742: checking for fork
configure:5799: gcc -o conftest -g -O2 conftest.c -lcrypt -lpthread
-lax25 >&5
conftest.c:75: warning: conflicting types for built-in function 'fork'
73 de bernard, f6bvp
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error compiling aprsd-2.2.6-4 from CVS
2007-04-17 17:36 ` Bernard Pidoux
@ 2007-04-17 17:57 ` Curt, WE7U
2007-04-17 22:14 ` Hamish Moffatt
1 sibling, 0 replies; 11+ messages in thread
From: Curt, WE7U @ 2007-04-17 17:57 UTC (permalink / raw)
To: Bernard Pidoux; +Cc: linux-hams
On Tue, 17 Apr 2007, Bernard Pidoux wrote:
> I looked at configure.log file and found some error report that could be
> interesting for aprsd developpers.
> I will report here only the errors or warnings lines :
Problem is: Some of these may be standard tests looking for
different flavors of functions to use, so some errors might be
expected. I find it's best to ignore most of them in that file
except for the particular problems you're trying to solve. The rest
are wild goose chases.
For instance in Xastir we look for GraphicsMagick first and then
ImageMagick if GM is not found. Each one of these might check check
multiple locations for the headers and then the libraries, then some
executables. Failures at any one of these don't mean that we have a
real error or that the package was not found. It just means the
attempt failed, but a later one may succeed.
What fun huh?
--
Curt, WE7U. APRS Client Comparisons: http://www.eskimo.com/~archer
"Lotto: A tax on people who are bad at math." -- unknown
"Windows: Microsoft's tax on computer illiterates." -- WE7U
"The world DOES revolve around me: I picked the coordinate system!"
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error compiling aprsd-2.2.5-15
2007-04-17 14:28 ` Error compiling aprsd-2.2.5-15 Bernard Pidoux
2007-04-17 16:08 ` Curt, WE7U
2007-04-17 16:52 ` Error compiling aprsd-2.2.6-4 from CVS Bernard Pidoux
@ 2007-04-17 22:13 ` Hamish Moffatt
2007-04-17 23:40 ` Jim Tittsler
3 siblings, 0 replies; 11+ messages in thread
From: Hamish Moffatt @ 2007-04-17 22:13 UTC (permalink / raw)
To: linux-hams
On Tue, Apr 17, 2007 at 04:28:35PM +0200, Bernard Pidoux wrote:
> Is aprsd-2.2.5-15.tar.gz the last available source for aprsd ?
>
> I did ./configure without problem but got g++ warning and the following
> error :
>
> deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
That's a separate warning.
> aprsString.h:199: error: extra qualification ?aprsd::aprsString::? on
> member ?getMsgText?
That's probably caused by
void aprsString::getMsgText(string& msg);
in aprsString.h within the class definition. Remove the 'aprsString::'
prefix from that line and it should work. There are probably others
around the source tree too.
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error compiling aprsd-2.2.6-4 from CVS
2007-04-17 17:36 ` Bernard Pidoux
2007-04-17 17:57 ` Curt, WE7U
@ 2007-04-17 22:14 ` Hamish Moffatt
1 sibling, 0 replies; 11+ messages in thread
From: Hamish Moffatt @ 2007-04-17 22:14 UTC (permalink / raw)
To: linux-hams
On Tue, Apr 17, 2007 at 07:36:57PM +0200, Bernard Pidoux wrote:
> I looked at configure.log file and found some error report that could be
> interesting for aprsd developpers.
> I will report here only the errors or warnings lines :
That's how autoconf works - it compiles various test programs to see
what header files and libraries are required to access certain OS
functions. Errors are perfectly normal. You only have a problem if
configure ends in failure.
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Error compiling aprsd-2.2.5-15
2007-04-17 14:28 ` Error compiling aprsd-2.2.5-15 Bernard Pidoux
` (2 preceding siblings ...)
2007-04-17 22:13 ` Error compiling aprsd-2.2.5-15 Hamish Moffatt
@ 2007-04-17 23:40 ` Jim Tittsler
3 siblings, 0 replies; 11+ messages in thread
From: Jim Tittsler @ 2007-04-17 23:40 UTC (permalink / raw)
To: linux-hams
On Apr 18, 2007, at 02:28, Bernard Pidoux wrote:
> I did ./configure without problem but got g++ warning and the
> following
> error :
>
> deprecated header <iostream.h>. To disable this warning use -Wno-
> deprecated.
> aprsString.h:199: error: extra qualification ‘aprsd::aprsString::’ on
> member ‘getMsgText’
If you don't want to update the aprsd source, an easy way out is to
install an older version of g++. Many linux distributions keep an
old gcc 3.4.x era g++ (which can be installed alongside the current
release) around for just such occasions.
--
Jim Tittsler ZL2IA/AI8A Gisborne GPG: 0x01159DB6
http://www.qsl.net/7j1ajh/ QRP/Satellites/APRS
AMSAT/NZART
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2007-04-17 23:40 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-13 11:55 [NET] AX.25 Kconfig and docs updates and fixes Ralf Baechle
2007-03-24 19:54 ` David Miller
2007-04-17 14:28 ` Error compiling aprsd-2.2.5-15 Bernard Pidoux
2007-04-17 16:08 ` Curt, WE7U
2007-04-17 16:52 ` Error compiling aprsd-2.2.6-4 from CVS Bernard Pidoux
2007-04-17 17:25 ` Curt, WE7U
2007-04-17 17:36 ` Bernard Pidoux
2007-04-17 17:57 ` Curt, WE7U
2007-04-17 22:14 ` Hamish Moffatt
2007-04-17 22:13 ` Error compiling aprsd-2.2.5-15 Hamish Moffatt
2007-04-17 23:40 ` Jim Tittsler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox