Openwrt/package/base-files/files/etc
Rafał Miłecki 2187f57db6 base-files: add ucidef_set_led_usbport for full usbport support
This helper allows using usbport trigger directly. It requires usbport
compatible syntax and supports specifying multiple USB ports, e.g.:
ucidef_set_led_usbport "usb" "USB" "devicename:colour:function" "usb1-port1" "usb2-port1"

This adds a proper object to the board.json, e.g.
"usb": {
	"name": "USB",
	"type": "usbport",
	"sysfs": "devicename:colour:function",
	"ports": [
		"usb1-port1",
		"usb2-port1"
	]
}
and supports translating it into uci section.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2016-10-22 11:16:01 +02:00
..
board.d
hotplug.d/net
init.d base-files: add ucidef_set_led_usbport for full usbport support 2016-10-22 11:16:01 +02:00
iproute2
rc.button treewide: remove bad local shell variable declarations 2016-09-24 14:38:20 +02:00
sysctl.d
uci-defaults treewide: remove bad local shell variable declarations 2016-09-24 14:38:20 +02:00
banner
banner.failsafe
device_info
diag.sh
fstab
group
hosts
inittab
openwrt_release
openwrt_version
os-release
passwd
preinit preinit: use only the image config options 2016-08-10 03:04:08 +02:00
profile base-files: fix check for empty password warning 2016-09-26 17:57:56 +02:00
protocols
rc.common procd: Allow initscripts to start one daemon instance at a time 2016-10-18 08:53:38 +02:00
rc.local
services
shadow
shells
sysctl.conf
sysupgrade.conf