Hello,
I made a raspbian kernel image including AX.25 modules (ax25, 6pack, netrom, rose, mkiss,...)
From your RaspBerry Pi you can download it using wget
sudo wget http://f6bvp.free.fr/logiciels/ax25/lin ... _armhf.deb
To install it :
sudo dpkg -i linux-image-3.1.9.080312.ax25+_3.1.9.080312.ax25+-10.00.Custom_armhf.deb
Ignore the error message about symbolic link.
This is my first debian package !
Edit /boot/config.txt and add a line at the end with
# for more options see http://elinux.org/RPi_config.txt
kernel vmlinuz-3.1.9.080312.ax25+
reboot
Bernard, f6bvp