Hi,

>> config FWRT_PACKAGE_MKSH_AS_BINSH
>>         depends FWRT_PACKAGE_MKSH
>> -        select BUSYBOX_CONFIG_FEATURE_SH_IS_NONE
>>         bool "mksh"
>>
>> What about removing this select? It's useless because there is no
>> config-item with that name and it only produces a warning.
> 
> Then please add this "config-item". Busybox must get this
> definition if a non-busybox shell (mksh or bash) is used
> as /bin/sh so it doesn't try to install the symbolic link
> from /bin/sh to /bin/ash (et al.).
But where is this definition used? I cannot find it in the busybox
source nor in the package build description... So you just say "select
something" which does not do anything because it is not selected as it
actually does not exist. Thus you get a warning and nothing more.
If busybox links something you don't want, you have to patch the sources
in a way to evaluate this definition at least?! And then you might add a
dummy definition which can be selected with this entry.

/Markus


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to