How I compiled the ax25-utils-2.1.42a with kernel 2.2.1 :
------------------------------------------------------------------
In file
ax25-utils-2.1.42a/hdlcutil/hdrvcomm.c
I added
#include <linux/if_ether.h>
------------------------------------------------------------------
I copied the file
linux/include/asm-I386/checksum.h
from sources of kernel2.0.36 to:
ax25-utils-2.1.42a/node/checksum.h
In file
ax25-utils-2.1.42a/node/gateway.c
I changed
#include <asm/checksum.h>
to:
#include "checksum.h"
-------------------------------------------------------------------
I added the file
linux/include/linux/pi2.h from sources of kernel2.0.36 to sources
of kernel2.2.1 because is missing !?
The support for PI2 card could not be compiled without this file !
-------------------------------------------------------------------
--
###################################################################
# Minta Adrian - YO3GIH phone: 04+092451899 #
# mailto:[EMAIL PROTECTED] http://www.csit-sun.pub.ro/~gygy/ #
###################################################################