Hi,

>> -    prompt   "  updatedd-mod-changeip......... changeip.com"
>> +    prompt "updatedd-mod-changeip........... changeip.com"
> 
> I indented these when nuking the menu, to show they're
> dependent on updatedd. Please bring back the indentation,
> e.g. with
They are still indented as the config program notices the dependency
correctly and indents them automagically. If they are NOT indented, then
something else is wrong here.

I just tested it to be sure and they acutally are indented here.

BTW: don't use "depends on" but only "depends" and always put dependent
entries below their dependency as the indention breaks otherwise

----Good:----
config FWRT_BLA
        [...]

config FWRT_BLA_BLUB2
        [...]
        depends FWRT_BLA

config FWRT_BLA_WORKS_WITHOUT_FWRT_BLA
        [...]
--------------

----BAD:----
config FWRT_BLA
        [...]

config FWRT_BLA_WORKS_WITHOUT_FWRT_BLA
        [...]

config FWRT_BLA_BLUB
        [...]
        depends FWRT_BLA
--------------

in the second case the dependencies are broken.

/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