openwrtv4/package
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
..
base-files base-files: add ucidef_set_led_usbport for full usbport support 2016-10-22 11:16:01 +02:00
boot boot/rbcfg: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:53 +02:00
devel package/devel/binutils: Update to 2.27 2016-10-13 17:05:28 +02:00
firmware Latest ath10k CT 988X firmware (beta-18). 2016-10-19 11:13:15 +02:00
kernel kernel: drop usbdev LED trigger 2016-10-19 12:09:45 +02:00
libs libreadline: set ABI_VERSION to force rebuild of dependent packages 2016-10-19 20:26:54 +02:00
network iperf: used an updated renamed tarball instead of main upstream URL 2016-10-17 11:16:31 +02:00
system procd: update to the latest version, fixes a few minor service handling issues 2016-10-19 15:33:41 +02:00
utils busybox: adjust download mirror 2016-10-21 15:49:01 +03:00
Makefile image: fix CONFIG_CLEAN_IPKG with CONFIG_TARGET_PER_DEVICE_ROOTFS 2016-09-25 09:30:55 +02:00