How Can I Add Network Function To My Minilinux
I have comiled a kernel of 2.6.16, and then create a bootable partition to hold it.
Add some basic programs such as chown df hostname ls mount and the dynamic libraries which the programs need when they are executed to the system.
Now I can login to my new system to use the program to administrate it.
The startup script can work correctly.
The system does not have network function, although I have added network support to the kernel when I compiled it.
Now how can I add device of eth0 and use ip command which is in a package of iproute2-2.6.8-040823.tar.bz2 to set the ip address for my new system?
thanks in advance.