Re: Some issues in examples/udhcp/simple.script

2019-09-05 Thread Cristian Ionescu-Idbohrn
On Thu, 5 Sep 2019, Rolf Eike Beer wrote: > > Busybox ash: > > # command ip > -sh: command: not found > # ip a > 1: lo: mtu 65536 qdisc noqueue qlen 1000 > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 You're probably missing: CONFIG_ASH_CMDCMD=y in your .config. Cheers,

Re: Some issues in examples/udhcp/simple.script

2019-09-05 Thread Rolf Eike Beer
Am Donnerstag, 5. September 2019, 14:57:15 CEST schrieb Denys Vlasenko: > On Wed, Aug 14, 2019 at 9:50 AM Rolf Eike Beer wrote: > > Hi all, > > > > I have discovered some problems with examples/udhcp/simple.script. I know, > > it's an example, and a simplified one. Most people will still just use

Re: Some issues in examples/udhcp/simple.script

2019-09-05 Thread Denys Vlasenko
On Wed, Aug 14, 2019 at 9:50 AM Rolf Eike Beer wrote: > Hi all, > > I have discovered some problems with examples/udhcp/simple.script. I know, > it's an example, and a simplified one. Most people will still just use it > because it works, so I would like to point out at least some things. > > Firs

Some issues in examples/udhcp/simple.script

2019-08-14 Thread Rolf Eike Beer
Hi all, I have discovered some problems with examples/udhcp/simple.script. I know, it's an example, and a simplified one. Most people will still just use it because it works, so I would like to point out at least some things. First, it does not really use ip. At least not if "command" does not