Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
This simple instruction on the kernel wiki page:
"And now run the D-Link provided script ./cv.sh"
puzzles me, since i haven't been able to locate it...
Is it a secret??? :-)
Tnx in advance
Offline
Just follow the guide
tar zxvf ppclinux.tar.gz;cd ppclinux ./cv.sh
As you can see, cv.sh is inside ppclinux directory which where extracted from ppclinux.tar.gz archive.
The content of cv.sh is:
#!/bin/sh cd include ln -s asm-ppc asm ln -s net1 net cd ../net/ ln -s sched1 sched cd ../.. chmod -R u+w ppclinux
Offline