I'm running the latest LEDE snapshop on the sunxi platform. The 4.4
kernel is a nice upgrade.
While using the image I've noticed a few inconsistencies.
The WAN LED is missing on this platform, could be since this uses a USB
wifi adapter. I see from the wiki page the WAN leds seem to be created
by default on other platofms and not an extra package.
ls -l /sys/class/leds/
lrwxrwxrwx 1 root root 0 Jan 1 1970
lamobo_r1:green:usr -> ../../devices/platform/leds/leds/lamobo_r1:green:usr
lrwxrwxrwx 1 root root 0 Feb 28 02:03
rt2800usb-phy0::assoc ->
../../devices/platform/soc@01c00000/1c14000.usb/usb1/1-1/1-1:1.0/leds/rt2800usb-phy0::assoc
lrwxrwxrwx 1 root root 0 Feb 28 02:03
rt2800usb-phy0::quality ->
../../devices/platform/soc@01c00000/1c14000.usb/usb1/1-1/1-1:1.0/leds/rt2800usb-phy0::quality
lrwxrwxrwx 1 root root 0 Feb 28 02:03
rt2800usb-phy0::radio ->
../../devices/platform/soc@01c00000/1c14000.usb/usb1/1-1/1-1:1.0/leds/rt2800usb-phy0::radio
Secondly I know that procd has had lots more development for this
release. I'm finding that the Procd triggers for config file changes
don't seem to work consistently. These triggers worked on CC 15.05.1.
Are the procd rc.buttons working consistently?
Sample relevant code section.
#!/bin/sh /etc/rc.common
#
START=95
USE_PROCD=1
...
...
My customapp has service_triggers()
Service_triggers()
{
procd_open_trigger
procd_add_reload_trigger "mycustomapp"
procd_close_trigger
}
Changing /etc/config/mycustomapp doesn't trigger a reload or restart of
the /etc/init.d/mycustomapp
Any advice much appreciated.
Cheers
Derek
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel