Forum Discussion
Altera_Forum
Honored Contributor
20 years agohow to add ifconfig command
Hi There, I got my first uClinux built and worked on a Nios II Stratix Evaluation board by following Linux Quick Start Guide. But there is no ifconfig command, or "ifconfig: not found". It must...
Altera_Forum
Honored Contributor
20 years agothe ifconfig command is "inside" busybox. You can type# busybox ifconfig
or make a symlink# ln -s busybox ifconfig So you can use ifconfig directly. I think you forgot to include ifconfig when creating a new filesystem-project.