Hello, I need your help in next problem:
I have an i.mx28 and a Linux on it. I'm using buildroot.
I want to connect to server, using pptp-linux client.
In buildroot I choose the pptp-linux client and pppd and do make. Then on i.mx28 I try to connect to server
pptp 92.x.x.x
Couldn't open the /dev/ppp device: No such device or address
/usr/sbin/pppd: Please load the ppp_generic kernel module.
ls -al /dev/ppp
crwxrwxrwx 1 root root 108, 0 Nov 26 2014 /dev/ppp
I can't understand what should I do with it. Can you help me?