[BusyBox] ifupdown package

Erik Andersen andersen at codepoet.org
Wed Jun 25 20:09:20 UTC 2003


On Wed Jun 25, 2003 at 03:29:25PM -0400, Tony Saladino wrote:
> I still don't have ifup and ifdown on my system.
> 
> I've re-built using buildroot from scratch.  I've attached the buildroot
> Makefile, busybox.config, and busybox.links files.

Just out of curiosity...  What do you see when you
run the 'locale' command on your build system?

It does not appear you are cross compiling.  You are doing a
native build on a mipsel box, right?  I have run buildroot
natively on my mipsel box within the last week.  Busybox built
properly and 'busybox ifup' works as expected...

> I did some editting of the Makefile, 
> I did some editting of the Makefile, but busybox.config and busybox.links
> are automatically generated and I did not touch them.  busybox.config has
> CONFIG_IFUPDOWN=y.  I also editted the system-linux.mk file, to have it
> point to the kernel that I'm using.

ok.

> After loading the rootfs, I checked "busybox ifup -a" and it returned:
> "ifup: applet not found".

Since you are using buildroot...  Try doing 

    rm -rf build_mipsel/busybox* sources/dl/busybox*

and then running make again.  It is possible there is
some stale stuff lurking somewhere.

My current best guess is there is some bit of either busybox or
buildroot that is improperly locale dependant.  But that is just
an operating guess at the moment.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--


More information about the busybox mailing list