LuCI - OpenWrt Configuration Interface
The kernel module `kmod-usb-ledtrig-usbport` allows for multiple selections of USB ports to trigger a single LED. See https://www.kernel.org/doc/html/latest/leds/ledtrig-usbport.html This simplest of fixes allows for selection one or more USB ports to trigger a LED. The ASUS RT-AC88U router which is getting ported to OpenWrt by arinc9 has got an USB 3.0 port at the front which will use different internal USB ports, depending on if you connect an USB 2.0 device or an USB 3.0 device. This fix/patch was tested on the mentioned router. Signed-off-by: Thomas Kupper <thomas.kupper@gmail.com> |
||
---|---|---|
applications | ||
build | ||
collections | ||
contrib/package | ||
docs | ||
libs | ||
modules | ||
protocols | ||
themes | ||
.gitignore | ||
CONTRIBUTING.md | ||
jsdoc.conf.json | ||
LICENSE | ||
luci.mk | ||
NOTICE | ||
package.json | ||
README.md |
OpenWrt luci feed
Description
This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.
Usage
This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:
src-git luci https://github.com/openwrt/luci.git
To install all its package definitions, run:
./scripts/feeds update luci
./scripts/feeds install -a -p luci
API Reference
You can browse the generated API documentation directly on Github.
Development
Documentation for developing and extending LuCI can be found in the Wiki
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.