darkerego / mips-binaries

Various binaries for the mips architecture.
292 stars 68 forks source link

Binary Request: wget #8

Open romanianstrife opened 5 years ago

romanianstrife commented 5 years ago

I would love to have wget available as well

If you tell me how to compile these things statically, I would happily compile and create pull requests

darkerego commented 4 years ago

You could just use the mips busybox for this, but at some point I will get another chroot running and I will compile wget for you. Just give me a bit and I am certain I can do that for you. If you want to try it yourself, grab the latest buildroot toolkit, and run

$ make wget

I believe is the command ... again, wget is present in almost all versions of busybox that you will find.

domenukk commented 4 years ago

I believe is the command ... again, wget is present in almost all versions of busybox that you will find.

This might not be obvious to first time busybox users, but to emphasize this a bit: it is possible to ./busybox-mips wget with the statically linked busybox from this repo. I don't think an extra wget is needed.

OldLiu001 commented 3 years ago

Also you can view my fork for a departed 'wget' binary.

NokiasSOFT commented 9 months ago

Is there any recent wget for old kernel 2.6 mips32el?

darkerego commented 4 months ago

I believe is the command ... again, wget is present in almost all versions of busybox that you will find.

This might not be obvious to first time busybox users, but to emphasize this a bit: it is possible to ./busybox-mips wget with the statically linked busybox from this repo. I don't think an extra wget is needed.

Good point. I was super busy at the time and totally missed that. Ofc wget is included.