You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/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>
8 years ago
..
base-files base-files: add ucidef_set_led_usbport for full usbport support 8 years ago
boot boot/rbcfg: drop Build/Prepare rule in favor of default one 8 years ago
devel package/devel/binutils: Update to 2.27 8 years ago
firmware Latest ath10k CT 988X firmware (beta-18). 8 years ago
kernel kernel: drop usbdev LED trigger 8 years ago
libs libreadline: set ABI_VERSION to force rebuild of dependent packages 8 years ago
network iperf: used an updated renamed tarball instead of main upstream URL 8 years ago
system procd: update to the latest version, fixes a few minor service handling issues 8 years ago
utils busybox: adjust download mirror 8 years ago
Makefile image: fix CONFIG_CLEAN_IPKG with CONFIG_TARGET_PER_DEVICE_ROOTFS 8 years ago