I didn't get any comments to the patch below. The issue is that /etc/init.d/done overide led settings done on /etc/config/system. So I can not set the led being use to signal the system boot on /etc/config/system. That led is changed on /etc/init.d/done, so led configuration should be the last thing running in the boot sequence
Regards, Nuno Gonçalves 2009/10/27 Nuno Gonçalves <[email protected]>: > Signed-off-by: Nuno Goncalves <[email protected]> > > > --- > > Index: package/base-files/files/etc/init.d/led > =================================================================== > --- package/base-files/files/etc/init.d/led (revision 18182) > +++ package/base-files/files/etc/init.d/led (working copy) > @@ -1,7 +1,7 @@ > #!/bin/sh /etc/rc.common > # (C) 2008 openwrt.org > > -START=60 > +START=96 > > load_led() { > local name > -- \ Nuno Gonçalves / \ Bugs? Features! / \ [email protected] / PORTUGAL Sent from Coimbra, 06, Portugal _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
